diff --git a/_mapload/victory.dm b/_mapload/victory.dm new file mode 100644 index 000000000000..f42b00e15e4d --- /dev/null +++ b/_mapload/victory.dm @@ -0,0 +1,5 @@ +#ifdef FORCE_MAP + #error Duplicate FORCE_MAP, what are you doing!? +#endif + +#define FORCE_MAP "victory" diff --git a/citadel.dme b/citadel.dme index 31f46e8f17eb..ebb131160109 100644 --- a/citadel.dme +++ b/citadel.dme @@ -399,6 +399,7 @@ #include "code\__HELPERS\files\walk.dm" #include "code\__HELPERS\game\depth.dm" #include "code\__HELPERS\game\combat\arc.dm" +#include "code\__HELPERS\game\turfs\blocks.dm" #include "code\__HELPERS\game\turfs\line.dm" #include "code\__HELPERS\game\turfs\offsets.dm" #include "code\__HELPERS\graphs\astar.dm" @@ -1089,6 +1090,10 @@ #include "code\game\content\factions\corporations\nanotrasen\nanotrasen-supply\supplies.dm" #include "code\game\content\factions\corporations\nanotrasen\nanotrasen-supply\vehicles.dm" #include "code\game\content\factions\corporations\nanotrasen\nanotrasen-supply\voidsuits.dm" +#include "code\game\content\factions\derelict\derelict.dm\derelict_flora.dm" +#include "code\game\content\factions\derelict\derelict.dm\derelict_horrors.dm" +#include "code\game\content\factions\derelict\derelict.dm\derelict_props.dm" +#include "code\game\content\factions\derelict\derelict.dm\derelict_structures.dm" #include "code\game\content\factions\orion\iwl\armor.dm" #include "code\game\content\factions\orion\iwl\guns.dm" #include "code\game\content\factions\orion\iwl\head.dm" @@ -2273,6 +2278,7 @@ #include "code\modules\asset_cache\assets\legacy_nanomaps.dm" #include "code\modules\asset_cache\assets\legacy_nanoui.dm" #include "code\modules\asset_cache\assets\loadout.dm" +#include "code\modules\asset_cache\assets\logos.dm" #include "code\modules\asset_cache\assets\materials.dm" #include "code\modules\asset_cache\assets\moods.dm" #include "code\modules\asset_cache\assets\notes.dm" @@ -3317,11 +3323,9 @@ #include "code\modules\maps\overmap\space\talon\talon_areas.dm" #include "code\modules\maps\overmap\space\trade_station\trade_station.dm" #include "code\modules\maps\overmap\space\trade_station\trade_station_jobs.dm" -#include "code\modules\maps\overmap\space\triumph\triumph.dm" #include "code\modules\maps\templates\badmin_misc\fun.dm" #include "code\modules\maps\templates\badmin_misc\templates.dm" #include "code\modules\maps\templates\misc_presets\rift_shuttle_landmarks.dm" -#include "code\modules\maps\templates\misc_presets\triumph_shuttle_landmarks.dm" #include "code\modules\maps\templates\shuttles\admin_spawn\_generic_shuttles.dm" #include "code\modules\maps\templates\shuttles\admin_spawn\abductor.dm" #include "code\modules\maps\templates\shuttles\admin_spawn\bearcat.dm" @@ -3496,10 +3500,10 @@ #include "code\modules\mob\logout.dm" #include "code\modules\mob\mob-damage.dm" #include "code\modules\mob\mob-defense.dm" +#include "code\modules\mob\mob-iff.dm" #include "code\modules\mob\mob-keybind-triggers.dm" #include "code\modules\mob\mob.dm" #include "code\modules\mob\mob_defines.dm" -#include "code\modules\mob\mob-iff.dm" #include "code\modules\mob\mob_helpers.dm" #include "code\modules\mob\mob_transformation_simple.dm" #include "code\modules\mob\mobility.dm" @@ -4484,33 +4488,38 @@ #include "code\modules\projectiles\guns\projectile\sniper.dm" #include "code\modules\projectiles\guns\projectile\caseless\pellet.dm" #include "code\modules\projectiles\guns\projectile\sniper\collapsible_sniper.dm" -#include "code\modules\projectiles\projectile\arc.dm" #include "code\modules\projectiles\projectile\helpers.dm" #include "code\modules\projectiles\projectile\projectile-hitscan_visuals.dm" #include "code\modules\projectiles\projectile\projectile-physics.dm" #include "code\modules\projectiles\projectile\projectile-tracing.dm" #include "code\modules\projectiles\projectile\projectile.dm" #include "code\modules\projectiles\projectile\projectile_effect.dm" +#include "code\modules\projectiles\projectile\projectile_effect\detonation.dm" +#include "code\modules\projectiles\projectile\projectile_effect\detonation\legacy_emp.dm" +#include "code\modules\projectiles\projectile\projectile_effect\detonation\legacy_explosion.dm" #include "code\modules\projectiles\projectile\subtypes\arc.dm" -#include "code\modules\projectiles\projectile\subtypes\blob.dm" +#include "code\modules\projectiles\projectile\subtypes\beam.dm" #include "code\modules\projectiles\projectile\subtypes\bullets.dm" -#include "code\modules\projectiles\projectile\subtypes\bullets_vr.dm" #include "code\modules\projectiles\projectile\subtypes\change.dm" #include "code\modules\projectiles\projectile\subtypes\energy.dm" -#include "code\modules\projectiles\projectile\subtypes\energy_vr.dm" -#include "code\modules\projectiles\projectile\subtypes\explosive.dm" -#include "code\modules\projectiles\projectile\subtypes\force.dm" -#include "code\modules\projectiles\projectile\subtypes\hook.dm" -#include "code\modules\projectiles\projectile\subtypes\magic.dm" -#include "code\modules\projectiles\projectile\subtypes\magnetic.dm" +#include "code\modules\projectiles\projectile\subtypes\forcebolt.dm" +#include "code\modules\projectiles\projectile\subtypes\ion.dm" #include "code\modules\projectiles\projectile\subtypes\pellet.dm" -#include "code\modules\projectiles\projectile\subtypes\reusable.dm" #include "code\modules\projectiles\projectile\subtypes\scatter.dm" -#include "code\modules\projectiles\projectile\subtypes\special.dm" -#include "code\modules\projectiles\projectile\subtypes\trace.dm" +#include "code\modules\projectiles\projectile\subtypes\unsorted.dm" +#include "code\modules\projectiles\projectile\subtypes\arc\arc.dm" #include "code\modules\projectiles\projectile\subtypes\beam\beams.dm" #include "code\modules\projectiles\projectile\subtypes\beam\beams_vr.dm" #include "code\modules\projectiles\projectile\subtypes\beam\blaster.dm" +#include "code\modules\projectiles\projectile\subtypes\bullet\bullets.dm" +#include "code\modules\projectiles\projectile\subtypes\bullet\bullets_vr.dm" +#include "code\modules\projectiles\projectile\subtypes\bullet\magnetic.dm" +#include "code\modules\projectiles\projectile\subtypes\bullet\reusable.dm" +#include "code\modules\projectiles\projectile\subtypes\bullet\srmrocket.dm" +#include "code\modules\projectiles\projectile\subtypes\energy\blob.dm" +#include "code\modules\projectiles\projectile\subtypes\energy\energy.dm" +#include "code\modules\projectiles\projectile\subtypes\energy\energy_vr.dm" +#include "code\modules\projectiles\projectile\subtypes\energy\hook.dm" #include "code\modules\projectiles\targeting\targeting_client.dm" #include "code\modules\projectiles\targeting\targeting_gun.dm" #include "code\modules\projectiles\targeting\targeting_mob.dm" @@ -4699,6 +4708,13 @@ #include "code\modules\shuttles\shuttles_vr.dm" #include "code\modules\shuttles\shuttles_web.dm" #include "code\modules\shuttles\web_datums.dm" +#include "code\modules\shuttles\effects\shuttle_landing.dm" +#include "code\modules\shuttles\shuttle\shuttle.dm" +#include "code\modules\shuttles\shuttle\shuttle_anchor.dm" +#include "code\modules\shuttles\shuttle\shuttle_area.dm" +#include "code\modules\shuttles\shuttle\shuttle_descriptor.dm" +#include "code\modules\shuttles\shuttle\shuttle_port.dm" +#include "code\modules\shuttles\shuttle\shuttle_template.dm" #include "code\modules\species\abilites.dm" #include "code\modules\species\character_species.dm" #include "code\modules\species\physiology.dm" @@ -5283,6 +5299,8 @@ #include "maps\sectors\virgo4_140\virgo4_140.dm" #include "maps\sectors\wasteland_140\wasteland_140.dm" #include "maps\sectors\wasteland_192\wasteland_192.dm" +#include "maps\shuttles\factions\corporations\nanotrasen\drone_prototype.dm" +#include "maps\shuttles\factions\corporations\nanotrasen\sci_vector.dm" #include "maps\submaps\_helpers.dm" #include "maps\submaps\_readme.dm" #include "maps\submaps\level_specific\debrisfield_vr\debrisfield_things.dm" @@ -5296,5 +5314,19 @@ #include "maps\triumph\sectors.dm" #include "maps\triumph\shuttles.dm" #include "maps\triumph\telecomms.dm" +#include "maps\triumph\triumph-overmap.dm" +#include "maps\triumph\triumph-sectors.dm" +#include "maps\triumph\triumph-shuttle-landmarks.dm" +#include "maps\triumph\triumph-turbolifts.dm" #include "maps\triumph\triumph.dm" +#include "maps\victory\engines.dm" +#include "maps\victory\sectors.dm" +#include "maps\victory\shuttles.dm" +#include "maps\victory\telecomms.dm" +#include "maps\victory\victory-areas.dm" +#include "maps\victory\victory-overmap.dm" +#include "maps\victory\victory-sectors.dm" +#include "maps\victory\victory-shuttle-landmarks.dm" +#include "maps\victory\victory-turbolifts.dm" +#include "maps\victory\victory.dm" // END_INCLUDE diff --git a/code/__DEFINES/_flags/turf_flags.dm b/code/__DEFINES/_flags/turf_flags.dm index 4ebcf6344bbd..41ea17828880 100644 --- a/code/__DEFINES/_flags/turf_flags.dm +++ b/code/__DEFINES/_flags/turf_flags.dm @@ -2,7 +2,7 @@ /// This is used in literally one place, turf.dm, to block ethwereal jaunt. #define NO_JAUNT (1<<0) /// Unused reservation turf -#define UNUSED_RESERVATION_TURF (1<<2) +#define TURF_FLAG_UNUSED_RESERVATION (1<<2) /// queued for planet turf addition #define TURF_PLANET_QUEUED (1<<3) /// registered to a planet @@ -28,7 +28,7 @@ DEFINE_BITFIELD(turf_flags, list( BITFIELD(NO_JAUNT), - BITFIELD(UNUSED_RESERVATION_TURF), + BITFIELD(TURF_FLAG_UNUSED_RESERVATION), BITFIELD(TURF_PLANET_QUEUED), BITFIELD(TURF_PLANET_REGISTERED), BITFIELD(TURF_ZONE_REBUILD_QUEUED), diff --git a/code/__DEFINES/_planes+layers.dm b/code/__DEFINES/_planes+layers.dm index b38ab1a0fdd9..4dad67ea7f6a 100644 --- a/code/__DEFINES/_planes+layers.dm +++ b/code/__DEFINES/_planes+layers.dm @@ -329,6 +329,7 @@ */ #define DEBUG_PLANE 23 #define DEBUG_LAYER_AREA_OVERLAYS 100 +#define DEBUG_LAYER_SHUTTLE_MARKERS 500 /** *! -- Ghost Plane diff --git a/code/__DEFINES/combat/damage.dm b/code/__DEFINES/combat/damage.dm index f2c4aa85ff6d..4c8bab21d089 100644 --- a/code/__DEFINES/combat/damage.dm +++ b/code/__DEFINES/combat/damage.dm @@ -1,7 +1,7 @@ //* This file is explicitly licensed under the MIT license. *// //* Copyright (c) 2024 Citadel Station Developers *// -//? damage types +//? damage types //* direct damage types; maps to most systems in the game *// @@ -42,6 +42,8 @@ /// pulse lasers, etc, basically blows a crater #define DAMAGE_MODE_ABLATING (1<<2) /// specifically highly-piercing weapons like bullets, even worse than sharp. +/// +/// * for pierce-ness checks, 'sharp withot edge' is fine. having this flag is pretty much second tier of piercing. #define DAMAGE_MODE_PIERCE (1<<3) /// messy, shredded wounds instead of a clean cut / pierce. strong. #define DAMAGE_MODE_SHRED (1<<4) diff --git a/code/__HELPERS/game/turfs/blocks.dm b/code/__HELPERS/game/turfs/blocks.dm new file mode 100644 index 000000000000..d0a5e064a0a2 --- /dev/null +++ b/code/__HELPERS/game/turfs/blocks.dm @@ -0,0 +1,83 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * get turfs bordering a block of turfs + * + * * returned list will be empty if distance = 0 + * * returned list will have all nulls incurred by turfs being outside world border + * * returned list **has no particular order.** + * + * @params + * * ll_x - lowerleft x + * * ll_y - lowerleft y + * * ur_x - upperright x + * * ur_y - upperright y + * * z - z level + * * distance - border distance + * + * @return list() if distance = 0, list of turfs otherwise. turfs outside of world border will be null. + */ +/proc/border_of_turf_block(ll_x, ll_y, ur_x, ur_y, z, distance) + if(distance <= 0) + return list() + . = block( + ll_x - distance, + ll_y - distance, + z, + ll_x - 1, + ur_y + distance, + ) + block( + ur_x + 1, + ll_y - distance, + z, + ur_x + distance, + ur_y + distance, + ) + block( + ll_x, + ur_y + 1, + z, + ur_x, + ur_y + distance, + ) + block( + ll_x, + ll_y - distance, + z, + ur_x, + ll_y - 1, + ) + +/** + * get turfs bordering a block of turfs + * + * * returned list will be empty if distance = 0 + * * returned list will have all nulls incurred by turfs being outside world border + * * returned list is in clockwise order from the **upper left** turf, spiralling outwards from there. + * + * @params + * * ll_x - lowerleft x + * * ll_y - lowerleft y + * * ur_x - upperright x + * * ur_y - upperright y + * * z - z level + * * distance - border distance + * + * @return list() if distance = 0, list of turfs otherwise. turfs outside of world border will be null. + */ +/proc/border_of_turf_block_spiral_outwards_clockwise(ll_x, ll_y, ur_x, ur_y, z, distance) + if(distance <= 0) + return list() + . = list() + for(var/radius in distance) + // gather top left to right + for(var/x in (ll_x - radius) to (ur_x + radius)) + . += locate(x, ur_y + radius, z) + // gather right top to bottom excluding top and bottom turf + for(var/y in (ur_y + radius - 1) to (ll_y - radius + 1) step -1) + . += locate(ur_x + radius, y, z) + // gather bottom right to left + for(var/x in (ur_x + radius) to (ll_x - radius) step -1) + . += locate(x, ll_y - radius, z) + // gather left bottom to top excluding top and bottom turf + for(var/y in (ll_y - radius + 1) to (ur_y + radius - 1)) + . += locate(ll_x - radius, y, z) diff --git a/code/__HELPERS/game/turfs/line.dm b/code/__HELPERS/game/turfs/line.dm index c07645d3eb27..59a213720cd8 100644 --- a/code/__HELPERS/game/turfs/line.dm +++ b/code/__HELPERS/game/turfs/line.dm @@ -1,5 +1,5 @@ //* This file is explicitly licensed under the MIT license. *// -//* Copyright (c) 2024 silicons *// +//* Copyright (c) 2024 Citadel Station Developers *// /** * line drawing algorithm diff --git a/code/__HELPERS/game/turfs/offsets.dm b/code/__HELPERS/game/turfs/offsets.dm index cd206ffe0742..df4508beb427 100644 --- a/code/__HELPERS/game/turfs/offsets.dm +++ b/code/__HELPERS/game/turfs/offsets.dm @@ -1,5 +1,5 @@ //* This file is explicitly licensed under the MIT license. *// -//* Copyright (c) 2024 silicons *// +//* Copyright (c) 2024 Citadel Station Developers *// /** * get coordinate and direction tuple when entity is moved relative with a 'block' movement, diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 20b933d326dc..e927cff55b24 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1003,36 +1003,36 @@ return FALSE /// Whether or not the given item counts as sharp in terms of dealing damage. +// todo: deprecrated /proc/is_sharp(obj/O as obj) if(!O) return FALSE - if(O.sharp) - return TRUE - if(O.edge) - return TRUE if(isitem(O)) var/obj/item/I = O - if(I.damage_mode & DAMAGE_MODE_SHARP) - return TRUE + return I.damage_mode & (DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE) + else if(istype(O, /obj/projectile)) + var/obj/projectile/proj = O + return proj.damage_mode & (DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE) return FALSE /// Whether or not the given item counts as cutting with an edge in terms of removing limbs. +// todo: deprecrated /proc/has_edge(obj/O as obj) if(!O) return FALSE - if(O.edge) - return TRUE if(isitem(O)) var/obj/item/I = O - if(I.damage_mode & DAMAGE_MODE_EDGE) - return TRUE + return I.damage_mode & (DAMAGE_MODE_EDGE) + else if(istype(O, /obj/projectile)) + var/obj/projectile/proj = O + return proj.damage_mode & (DAMAGE_MODE_EDGE) return FALSE /// Returns 1 if the given item is capable of popping things like balloons, inflatable barriers, or cutting police tape. /proc/can_puncture(obj/item/W as obj) //For the record, WHAT THE HELL IS THIS METHOD OF DOING IT? if(!W) return FALSE - if(W.sharp) + if(W.damage_mode & DAMAGE_MODE_SHARP) return TRUE return ( \ W.is_screwdriver() || \ diff --git a/code/controllers/subsystem/mapping/reservations.dm b/code/controllers/subsystem/mapping/reservations.dm index b9338097e3df..cd329e039ca7 100644 --- a/code/controllers/subsystem/mapping/reservations.dm +++ b/code/controllers/subsystem/mapping/reservations.dm @@ -99,7 +99,7 @@ /datum/controller/subsystem/mapping/proc/reserve_turfs(list/turf/turfs) for(var/turf/T as anything in turfs) T.empty(RESERVED_TURF_TYPE, RESERVED_TURF_TYPE) - T.turf_flags |= UNUSED_RESERVATION_TURF + T.turf_flags |= TURF_FLAG_UNUSED_RESERVATION CHECK_TICK // todo: area.assimilate_turfs? reservation_unallocated_area.contents.Add(turfs) diff --git a/code/game/area/Off Station Areas.dm b/code/game/area/Off Station Areas.dm index e642e0ccdba1..6a6895ba8d5f 100644 --- a/code/game/area/Off Station Areas.dm +++ b/code/game/area/Off Station Areas.dm @@ -160,13 +160,6 @@ name = "\improper Reading Room" /area/triumph/surfacebase/vacant_site name = "\improper Vacant Site" -//Shuttle crashes -/area/shuttle/triumph/crash1 - name = "\improper Crash Site 1" - icon_state = "shuttle2" -/area/shuttle/triumph/crash2 - name = "\improper Crash Site 2" - icon_state = "shuttle2" // Class D world areas /area/class_d diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index b6e274e35629..4c08ba001639 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -997,9 +997,6 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Tool Storage Maintenance" icon_state = "maint_tool_storage" -/area/maintenance/triumph_midpoint - name = "\improper Triumph Midpoint Maint" - /area/maintenance/locker_room name = "\improper Locker Room Maintenance" diff --git a/code/game/area/area.dm b/code/game/area/area.dm index cb17cde47363..e0a0850c0318 100644 --- a/code/game/area/area.dm +++ b/code/game/area/area.dm @@ -53,6 +53,10 @@ /// default initial gas mix var/initial_gas_mix = GAS_STRING_STP + //* Identity *// + /// player-facing name, overrides name when / if necessary. + var/display_name + //? nightshift /// nightshift level /// in general, nightshift must be at or above this level for it to proc on areas. diff --git a/code/game/atoms/atom-defense.dm b/code/game/atoms/atom-defense.dm index 0ee92140df2c..b12756c9b08d 100644 --- a/code/game/atoms/atom-defense.dm +++ b/code/game/atoms/atom-defense.dm @@ -157,13 +157,13 @@ . = I.attacksound_override(src, ATTACK_TYPE_MELEE) if(!isnull(.)) return - . = hitsound_override(I.damtype, I.damage_mode, ATTACK_TYPE_MELEE, I) + . = hitsound_override(I.damage_type, I.damage_mode, ATTACK_TYPE_MELEE, I) if(.) return - . = (I.damtype == DAMAGE_TYPE_BURN? hit_sound_burn : hit_sound_brute) || I.attack_sound + . = (I.damage_type == DAMAGE_TYPE_BURN? hit_sound_burn : hit_sound_brute) || I.attack_sound if(.) return - switch(I.damtype) + switch(I.damage_type) if(DAMAGE_TYPE_BRUTE) return "swing_hit" if(DAMAGE_TYPE_BURN) @@ -173,7 +173,7 @@ /atom/proc/hitsound_projectile(obj/projectile/P) //? todo: projectile gets final say - . = hitsound_override(P.damtype, P.damage_mode, ATTACK_TYPE_PROJECTILE, P) + . = hitsound_override(P.damage_type, P.damage_mode, ATTACK_TYPE_PROJECTILE, P) if(.) return return islist(P.impact_sounds)? pick(P.impact_sounds) : P.impact_sounds @@ -182,13 +182,13 @@ . = I.attacksound_override(src, ATTACK_TYPE_THROWN) if(!isnull(.)) return - . = hitsound_override(I.damtype, I.damage_mode, ATTACK_TYPE_THROWN, I) + . = hitsound_override(I.damage_type, I.damage_mode, ATTACK_TYPE_THROWN, I) if(.) return - . = (I.damtype == DAMAGE_TYPE_BURN? hit_sound_burn : hit_sound_brute) || I.attack_sound + . = (I.damage_type == DAMAGE_TYPE_BURN? hit_sound_burn : hit_sound_brute) || I.attack_sound if(.) return - switch(I.damtype) + switch(I.damage_type) if(DAMAGE_TYPE_BRUTE) return "swing_hit" if(DAMAGE_TYPE_BURN) @@ -248,7 +248,7 @@ * * @params * * damage - raw damage - * * damtype - damage type + * * damage_type - damage type * * tier - penetration / attack tier * * flag - armor flag as seen in [code/__DEFINES/combat/armor.dm] * * mode - damage_mode @@ -278,7 +278,7 @@ * * @params * * damage - raw damage - * * damtype - damage type + * * damage_type - damage type * * tier - penetration / attack tier * * flag - armor flag as seen in [code/__DEFINES/combat/armor.dm] * * mode - damage_mode @@ -315,7 +315,7 @@ * * @params * * damage - raw damage - * * damtype - damage type + * * damage_type - damage type * * damage_tier - penetration / attack tier * * damage_flag - armor flag as seen in [code/__DEFINES/combat/armor.dm] * * damage_mode - damage_mode @@ -350,7 +350,7 @@ * * @params * * damage - raw damage - * * damtype - damage type + * * damage_type - damage type * * damage_tier - penetration / attack tier * * damage_flag - armor flag as seen in [code/__DEFINES/combat/armor.dm] * * damage_mode - damage_mode diff --git a/code/game/atoms/defense_old.dm b/code/game/atoms/defense_old.dm index d162a947cbfd..64cecb72a1bd 100644 --- a/code/game/atoms/defense_old.dm +++ b/code/game/atoms/defense_old.dm @@ -8,7 +8,8 @@ /atom/proc/legacy_ex_act(severity, target) set waitfor = FALSE -/atom/proc/emp_act(var/severity) +/atom/proc/emp_act(severity) + SHOULD_NOT_SLEEP(TRUE) // todo: SHOULD_CALL_PARENT(TRUE) SEND_SIGNAL(src, COMSIG_ATOM_EMP_ACT, severity) diff --git a/code/game/click/items.dm b/code/game/click/items.dm index 2e3111c6c0e3..598a10344357 100644 --- a/code/game/click/items.dm +++ b/code/game/click/items.dm @@ -216,10 +216,10 @@ if(!hit_zone) // missed // log - add_attack_logs(user, L, "missed with [src] DT [damtype] F [damage_force] I [user.a_intent]") + add_attack_logs(user, L, "missed with [src] DT [damage_type] F [damage_force] I [user.a_intent]") return melee_mob_miss(L, user, clickchain_flags, params, mult, target_zone, intent) // log - add_attack_logs(user, L, "attacked with [src] DT [damtype] F [damage_force] I [user.a_intent]") + add_attack_logs(user, L, "attacked with [src] DT [damage_type] F [damage_force] I [user.a_intent]") // hit return melee_mob_hit(L, user, clickchain_flags, params, mult, target_zone, intent) @@ -298,7 +298,7 @@ if(isliving(target)) var/mob/living/casted = target newhp = casted.health - log_attack(key_name(src), key_name(target), "attacked with [src] [src.damtype]-[src.damage_force]=[src.damage_tier] newhp ~[newhp || "unknown"]") + log_attack(key_name(src), key_name(target), "attacked with [src] [src.damage_type]-[src.damage_force]=[src.damage_tier] newhp ~[newhp || "unknown"]") return NONE @@ -430,7 +430,7 @@ // todo: better logging // todo: entity ids? var/newhp = target.integrity - log_attack(key_name(src), "[target] ([ref(target)])", "attacked with [src] [src.damtype]-[src.damage_force]=[src.damage_tier] newhp ~[newhp || "unknown"]") + log_attack(key_name(src), "[target] ([ref(target)])", "attacked with [src] [src.damage_type]-[src.damage_force]=[src.damage_tier] newhp ~[newhp || "unknown"]") return NONE diff --git a/code/game/click/telekinesis.dm b/code/game/click/telekinesis.dm index c73cbb1d65b2..15aad96ce438 100644 --- a/code/game/click/telekinesis.dm +++ b/code/game/click/telekinesis.dm @@ -80,7 +80,7 @@ var/const/tk_maxrange = 15 if(slot != SLOT_ID_HANDS) qdel(src) -/obj/item/tk_grab/attack_self(mob/user) +/obj/item/tk_grab/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/content/enigmas/unsorted/deadringer.dm b/code/game/content/enigmas/unsorted/deadringer.dm index 1c96ad0b9326..713930a2cb38 100644 --- a/code/game/content/enigmas/unsorted/deadringer.dm +++ b/code/game/content/enigmas/unsorted/deadringer.dm @@ -28,7 +28,7 @@ reveal() watchowner = null -/obj/item/deadringer/attack_self(mob/user) +/obj/item/deadringer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/content/factions/derelict/derelict.dm/derelict_flora.dm b/code/game/content/factions/derelict/derelict.dm/derelict_flora.dm new file mode 100644 index 000000000000..f68fd88cb355 --- /dev/null +++ b/code/game/content/factions/derelict/derelict.dm/derelict_flora.dm @@ -0,0 +1,380 @@ +// Walls + +/datum/material/alienalloy/hardenedstone + id = "hardenedstone" + name = "hardenedstone" + + // Becomes "[display_name] wall" in the UI. + display_name = "hardened stone" + + icon_base = 'code/game/content/factions/derelict/derelict.dmi/cave_walls.dmi' + icon_colour = "#422d0e" + wall_stripe_icon = null // leave null + +/turf/simulated/wall/event/cave_wall + icon = 'code/game/content/factions/derelict/derelict.dmi/cave_walls.dmi' + material_outer = /datum/material/alienalloy/hardenedstone + name = "cave wall" + desc = "A wall consisting of impenetrable rock. No way you're getting past this without heavy excavation equipment." + description_info = "No way you can get past this..." + block_tele = TRUE + integrity_enabled = 0 + + +// Floors + +/turf/simulated/floor/event/grass + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/crystal_floor + name = "crystal patch" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "crystal_floor" + integrity_enabled = 0 + +/turf/simulated/floor/event/grass/dirt1 + name = "dirt" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "dirt1" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + + +/turf/simulated/floor/event/grass/dirt2 + name = "dirt" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "dirt2" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + + +/turf/simulated/floor/event/cave1 + name = "cave floor" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "cave1" + integrity_enabled = 0 + +/turf/simulated/floor/event/grass/grass1 + name = "grass" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "grass1" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/desert1 + name = "sand" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "desert1" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/desert2 + name = "sand" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "desert2" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/desert3 + name = "sand" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "desert3" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/crust1 + name = "rocky sand" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "crust1" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/crust2 + name = "rocky sand" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "crust2" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/crust3 + name = "rocky sand" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "crust3" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/dirt1 + name = "dirt" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "desert_dirt1" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/dirt2 + name = "dirt" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "desert_dirt2" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +/turf/simulated/floor/event/desert/dirt3 + name = "dirt" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "desert_dirt3" + integrity_enabled = 0 + footstep_sounds = list("human" = list( + 'sound/effects/footstep/asteroid1.ogg', + 'sound/effects/footstep/asteroid2.ogg', + 'sound/effects/footstep/asteroid3.ogg', + 'sound/effects/footstep/asteroid4.ogg')) + +// Decals + +/obj/effect/decal/event/crystal_small + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "crystal_small" + integrity_enabled = 0 + +/obj/effect/decal/event/mound_small + name = "small mound" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "mound_small" + integrity_enabled = 0 + +/obj/effect/decal/event/mound_medium + name = "chunky mound" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "mound_medium" + integrity_enabled = 0 + +/obj/effect/decal/event/mound_large + name = "large mound" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "mound_large" + integrity_enabled = 0 + +// Rocks + +/obj/stucture/flora/rock/crystal_medium + name = "large crystal" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "crystal_medium" + integrity_enabled = 0 + light_power = 2 + light_range = 2 + light_color = "#9966cc" + +/obj/stucture/flora/rock/crystal_large + name = "hefty crystal" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "crystal_large" + integrity_enabled = 0 + light_power = 3 + light_range = 4 + light_color = "#9966cc" + +/obj/structure/flora/rock/rock1 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "rock1" + +/obj/structure/flora/rock/rock2 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "rock2" + +/obj/structure/flora/rock/rock3 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "rock3" + +/obj/structure/flora/rock/rock4 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "rock4" + +// Grass + +/obj/structure/flora/grass/event + name = "grass" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + anchored = 1 + density = 0 + opacity = 0 + +/obj/structure/flora/grass/event/sparse_grass1 + icon_state = "sparsegrass1" + +/obj/structure/flora/grass/event/sparse_grass2 + icon_state = "sparsegrass2" + +/obj/structure/flora/grass/event/sparse_grass3 + icon_state = "sparse_grass3" + +/obj/structure/flora/grass/event/full_grass1 + icon_state = "fullgrass1" + +/obj/structure/flora/grass/event/full_grass2 + icon_state = "fullgrass2" + +/obj/structure/flora/grass/event/full_grass3 + icon_state = "fullgrass3" + +/obj/structure/flora/grass/event/leafy_bush1 + icon_state = "leafybush1" + +/obj/structure/flora/grass/event/leafy_bush2 + icon_state = "leafybush2" + +/obj/structure/flora/grass/event/leafy_bush3 + icon_state = "leafy_bush3" + +/obj/structure/flora/grass/event/grassy_bush1 + icon_state = "grassybush1" + +/obj/structure/flora/grass/event/stalky_bush1 + icon_state = "stalkybush1" + +/obj/structure/flora/grass/event/bush1 + icon_state = "bush1" + +/obj/structure/flora/grass/event/reed_bush1 + icon_state = "reedbush1" + +/obj/structure/flora/grass/event/ferny_bush1 + icon_state = "fernybush1" + +/obj/structure/flora/grass/event/sunny_bush1 + icon_state = "sunnybush1" + +/obj/structure/flora/grass/event/generic_bush1 + icon_state = "genericbush1" + +/obj/structure/flora/grass/event/point_bush1 + icon_state = "pointybush1" + +/obj/structure/flora/grass/event/lavender_grass1 + icon_state = "lavendergrass1" + +/obj/structure/flora/grass/event/yellow_flowers1 + icon_state = "ywflowers1" + +/obj/structure/flora/grass/event/bright_flowers1 + icon_state = "brflowers1" + +/obj/structure/flora/grass/event/purple_flowers1 + icon_state = "ppflowers1" + +/obj/structure/flora/grass/event/heavy_grass1 + icon_state = "heavygrass_1" + +/obj/structure/flora/grass/event/heavy_grass2 + icon_state = "heavygrass_2" + +/obj/structure/flora/grass/event/heavy_grass3 + icon_state = "heavygrass_3" + +/obj/structure/flora/grass/event/heavy_grass4 + icon_state = "heavygrass_4" + +/obj/structure/flora/grass/event/heavy_grass5 + icon_state = "heavygrass5" + +/obj/structure/flora/grass/event/cactus1 + icon_state = "cactus_1" + name = "cactus" + +/obj/structure/flora/grass/event/cactus2 + icon_state = "cactus_2" + name = "cactus" + +/obj/structure/flora/grass/event/cactus3 + icon_state = "cactus_3" + name = "cactus" + +/obj/structure/flora/grass/event/cactus4 + icon_state = "cactus_4" + name = "cactus" + +/obj/structure/flora/grass/event/cactus5 + icon_state = "cactus_5" + name = "cactus" + +/obj/structure/flora/grass/event/cacti1 + icon_state = "cacti_1" + name = "cacti" + +/obj/structure/flora/grass/event/cacti2 + icon_state = "cacti_2" + name = "cacti" + +// Trees + +/obj/structure/flora/tree/tree1 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "tree_1" + +/obj/structure/flora/tree/tree2 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "tree_2" + +/obj/structure/flora/tree/tree3 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "tree_3" + +/obj/structure/flora/tree/tree4 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' + icon_state = "tree_4" + + diff --git a/code/game/content/factions/derelict/derelict.dm/derelict_horrors.dm b/code/game/content/factions/derelict/derelict.dm/derelict_horrors.dm new file mode 100644 index 000000000000..5dff0fd76478 --- /dev/null +++ b/code/game/content/factions/derelict/derelict.dm/derelict_horrors.dm @@ -0,0 +1,134 @@ +// Contains the special mobs for the Derelict. +// Most of these creatures are made or evolved with a substance named 'Ether.' +// I won't explain what Ether is here, but it has interesting effects on life. + + +/mob/living/simple_mob/animal/event/derelict/horror + name = "horror" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi' + desc = "A hulking creature, towering above the usual person. Its five glowing blue eyes shine in the darkness, and its claws practically glow with some sort of energy." + icon_state = "horror" + icon_living = "horror" + icon_dead = "horror_dead" + maxHealth = 400 + health = 400 + icon_scale_x = 1.1 + icon_scale_y = 1.1 + movement_cooldown = 3 + legacy_melee_damage_lower = 30 + legacy_melee_damage_upper = 30 + base_attack_cooldown = 8 + attack_sound = 'sound/mobs/biomorphs/drone_attack.ogg' + ai_holder_type = /datum/ai_holder/polaris/simple_mob/event + +/mob/living/simple_mob/animal/event/derelict/geist + name = "geist" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi' + desc = "A floating orb of barely contained energy. It moves through the air with some sort of purpose, and fills the area around it with static electricity. Physical objects seem to just phase through it without issue, maybe energy would be different...?" + icon_state = "geist" + icon_living = "geist" + maxHealth = 200 + health = 200 + armor_legacy_mob = list( + "melee" = 100, + "bullet" = 100, + "laser" = 0, + "energy" = 0, + "bomb" = 100, + "bio" = 100, + "rad" = 100, + ) + movement_cooldown = 10 + legacy_melee_damage_lower = 0 + legacy_melee_damage_upper = 0 + base_attack_cooldown = 10 + projectiletype = /obj/projectile/temp/hot + ai_holder_type = /datum/ai_holder/polaris/simple_mob/ranged/kiting/threatening + +/mob/living/simple_mob/animal/event/derelict/swarm + name = "!" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi' + desc = "What looks like a... Glowing butterfly? No, that can't be right. Its form warps eratically, as if its out of sync with reality. Energy seems to just... Pass through it, and you can't seem to hit it. Ballistic weaponry may work." + icon_state = "swarm" + icon_living = "swarm" + maxHealth = 150 + health = 150 + armor_legacy_mob = list( + "melee" = 100, + "bullet" = 0, + "laser" = 100, + "energy" = 100, + "bomb" = 100, + "bio" = 100, + "rad" = 100, + ) + movement_cooldown = 1 + legacy_melee_damage_lower = 15 + legacy_melee_damage_upper = 15 + base_attack_cooldown = 6 + attack_sound = 'sound/effects/stealthoff.ogg' + ai_holder_type = /datum/ai_holder/polaris/simple_mob/event + +/mob/living/simple_mob/animal/event/derelict/phantom + name = "?" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi' + desc = "Something isn't right. It's as if the shadows themselves have manifested into physical being, looking at it for too long causes whispers to start building up in your head. Oddly, projectiles just... Pass through whatever this might be, melee might work better." + icon_state = "phantom" + icon_living = "phantom" + maxHealth = 250 + health = 250 + armor_legacy_mob = list( + "melee" = 0, + "bullet" = 100, + "laser" = 100, + "energy" = 100, + "bomb" = 100, + "bio" = 100, + "rad" = 100, + ) + movement_cooldown = 3 + legacy_melee_damage_lower = 25 + legacy_melee_damage_upper = 25 + base_attack_cooldown = 9 + attack_sound = 'sound/effects/stealthoff.ogg' + ai_holder_type = /datum/ai_holder/polaris/simple_mob/event + +/mob/living/simple_mob/animal/event/derelict/vortex + name = "%%$%&" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi' + desc = "A swirling mass of matter that doesn't seem to be entirely within reality. It discharges incessant amounts of black energy that wreak havoc on the nervous system. Any projectiles seem to just phase through it, melee might work better." + icon_state = "vortex" + icon_living = "vortex" + maxHealth = 150 + health = 150 + armor_legacy_mob = list( + "melee" = 0, + "bullet" = 100, + "laser" = 100, + "energy" = 100, + "bomb" = 100, + "bio" = 100, + "rad" = 100, + ) + movement_cooldown = 6 + legacy_melee_damage_lower = 25 + legacy_melee_damage_upper = 25 + base_attack_cooldown = 11 + attack_sound = 'sound/effects/stealthoff.ogg' + ai_holder_type = /datum/ai_holder/polaris/simple_mob/ranged/kiting/threatening + projectiletype = /obj/projectile/beam/stun + +/mob/living/simple_mob/animal/event/derelict/hallucination + name = "WE SEE YOU" + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi' + desc = "Its form shimmers eratically, it doesn't even have a head, just a glowing ball of fire that doesn't stop burning. Your attacks don't even make it flinch. IT SEES YOU. IT KNOWS YOU. DON'T TRY TO RUN." + icon_state = "hallucination" + icon_living = "hallucination" + maxHealth = 300 + health = 300 + icon_scale_x = 1.2 + icon_scale_y = 1.2 + movement_cooldown = 2 + base_attack_cooldown = 8 + attack_sound = 'sound/hallucinations/growl1.ogg' + ai_holder_type = /datum/ai_holder/polaris/simple_mob/event diff --git a/code/game/content/factions/derelict/derelict.dm/derelict_props.dm b/code/game/content/factions/derelict/derelict.dm/derelict_props.dm new file mode 100644 index 000000000000..3d5730eb6a64 --- /dev/null +++ b/code/game/content/factions/derelict/derelict.dm/derelict_props.dm @@ -0,0 +1,349 @@ +/obj/structure/event/prop + name = "derelict machinery" + desc = "Ancient machinery that may have once served a purpose ages ago." + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_props.dmi' + density = 1 + anchored = 1 + allow_unanchor = 0 + integrity_enabled = 0 + +/obj/item/event/prop/ + name = "derelict machinery" + desc = "Ancient machinery that may have once served a purpose ages ago." + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_props.dmi' + density = 0 + anchored = 0 + integrity_enabled = 0 + +// Props + +/obj/structure/event/prop/jarshelf + icon_state = "jarshelf" + name = "derelict shelf" + desc = "An ancient shelf that seemed to have once been stocked with vials. Different runes mark each of the shelves." + +/obj/structure/event/prop/overgrown_pod + icon_state = "overgrown_pod" + name = "overgrown pod" + desc = "Some sort of pod like structure that has long since ran out of its emergency power-source. Colorful vegetation spills out of the pods interior, whatever it once held is long gone." + +/obj/structure/event/prop/active_pod + icon_state = "active_pod" + name = "active pod" + desc = "Despite the fading condition of this machine, it still seems to contain something that faintly wriggles around, held in an unbreakable stasis." + +/obj/structure/event/prop/active_pod2 + icon_state = "active_pod2" + name = "active pod" + desc = "Despite the fading condition of this machine, it still seems to contain something that faintly wriggles around, held in an unbreakable stasis." + +/obj/structure/event/prop/active_pod3 + icon_state = "active_pod3" + name = "active pod" + desc = "Despite the fading condition of this machine, it still seems to contain something that faintly wriggles around, held in an unbreakable stasis." + +/obj/structure/event/prop/empty_pod + icon_state = "empty_pod" + name = "empty pod" + desc = "An empty pod that ran out of power a long time ago." + +/obj/structure/event/prop/broken_pod + icon_state = "broken_pod" + name = "shattered pod" + desc = "A pod like structure that's been torn to shreds. Claw marks and other various damage covers what remains of its alloy, the destruction looks recent." + +/obj/structure/event/prop/flesh_pod + icon_state = "flesh_pod" + name = "blood filled pod" + desc = "A pod that looks like it's filled with blood and flesh. You swear you saw it move..." + +/obj/structure/event/prop/terminal1 + icon_state = "terminal1" + name = "ancient terminal" + desc = "An ancient terminal adorned with multiple odd symbols. You can vaguely see how it might have once worked, but now it's a depowered husk." + +/obj/structure/event/prop/terminal2 + icon_state = "terminal2" + name = "derelict console" + desc = "This console might have worked once. Now, it's as good as useless considering the impenetrable alloy it's made of." + +/obj/structure/event/prop/terminal3 + icon_state = "terminal3" + name = "derelict mainframe" + desc = "A bulky terminal that might have once served as some important interface or uplink. Good luck getting it to work now..." + +/obj/structure/event/prop/processor1 + icon_state = "processor1" + name = "ancient processor" + desc = "A machine responsible for once processing information. Though you can't quite be sure..." + +/obj/structure/event/prop/processor2 + icon_state = "processor2" + name = "derelict processor" + desc = "A large machine that could process large amounts of information at once. Now? Completely useless without power and maintenance." + +/obj/item/event/prop/rectangle1 + icon_state = "rectangle1" + name = "odd rectangle" + desc = "Some sort of odd rectangle... You can't quite figure out what it could have been used for." + +/obj/item/event/prop/rectangle2 + icon_state = "rectangle2" + name = "ancient device" + desc = "A smaller device that appears lighter than the rest. Its front might serve as some sort of interface, or port. Might be important!" + +/obj/structure/event/prop/case1 + icon_state = "case1" + name = "bulky case" + desc = "A large and heavy storage crate. You can't appear to figure out how to open it..." + +/obj/item/event/prop/case2 + icon_state = "case2" + name = "small case" + desc = "A much smaller case, you still can't figure out how to get it open. " + +/obj/item/event/prop/battery1 + icon_state = "battery1" + name = "drained battery" + desc = "A pretty heavy battery! Whatever energy source it once held has long since been discharged." + +/obj/item/event/prop/laptop1 + icon_state = "laptop1" + name = "ancient laptop" + desc = "Some sort of... Laptop? Or something that looks like a laptop. You can faintly make out a screen and a bunch of strange runes that might serve as keys. Weird." + +/obj/item/event/prop/laptop2 + icon_state = "laptop2" + name = "derelict laptop" + desc = "Another machine that bears close resemblance to some sort of laptop. Doesn't appear to function. Typical." + +/obj/structure/event/prop/crate1 + icon_state = "crate1" + name = "ancient crate" + desc = "A ancient crate, really fucking heavy!" + +/obj/structure/event/prop/crate_stack + icon_state = "crate_stack" + name = "ancient crate stack" + desc = "As if one super heavy crate wasn't enough... Now there's two!" + +/obj/structure/event/prop/server1 + icon_state = "server1" + name = "ancient server" + desc = "An ancient rectangular machine that has an egregious amount of tubes and pipes coming out of it. Long since depowered." + +/obj/structure/event/prop/server2 + icon_state = "server2" + name = "derelict server" + desc = "A impossibly heavy box-like device covered with tubes and pipes, as well as strange wires. Sadly, it is depowered." + +/obj/structure/event/prop/hub1 + icon_state = "hub1" + name = "derelict machine hub" + desc = "If you were looking for a network hub, this'd definitely be it. There's no indication if it's active or not." + +/obj/structure/event/prop/chair + icon_state = "chair" + name = "large chair" + desc = "A large chair, fit for something that was clearly humanoid. It'd be best to NOT sit in it." + +/obj/structure/event/prop/survey + icon_state = "survey" + name = "survey device" + desc = "A hand automated device that scans the area around it, sending a reading to whoever the operator is." + +/obj/structure/event/prop/measure + icon_state = "measure" + name = "measuring device" + desc = "Some sort of measuring device, controlled by a remote operator. What is it measuring? Who knows!" + +/obj/structure/event/prop/light1 + icon_state = "light1" + name = "zone light" + desc = "An emergency light that runs on a backup power source, meant to provide light to an area. Why does it have to be red?" + light_color = "#961717" + light_power = 2 + light_range = 7 + +/obj/structure/event/prop/light2 + icon_state = "light2" + name = "lighting emplacement" + desc = "A proper lighting tube, mounted onto a tripod. Runs on emergency power linked to a power source in the area." + light_power = 2 + light_range = 6 + +/obj/structure/event/prop/light3 + icon_state = "light3" + name = "lighting emplacement" + desc = "A proper lighting tube, mounted onto a tripod. Runs on emergency power linked to a power source in the area." + light_power = 2 + light_range = 6 + +/obj/structure/event/prop/tank + icon_state = "tank" + name = "storage tank" + desc = "A common storage tank, maybe holding some liquid. You can't quite tell" + +/obj/structure/event/prop/welding_tank + icon_state = "weldtank" + name = "welding fuel tank" + desc = "A large tank holding a significant amount of welder fuel. Best not to light any sparks around this." + +/obj/structure/event/prop/water_tank + icon_state = "watertank" + name = "water tank" + desc = "A vessel that holds an industrial amount of drinking water. Might be used for coolant, or just something to drink." + +/obj/structure/event/prop/kevlon_roll + icon_state = "kevlon" + name = "kevlon rack" + desc = "A rack with some sort of orange roll hitched onto it. What's it even do?" + allow_unanchor = 1 + +/obj/structure/event/prop/wire + icon_state = "wire" + name = "safety wire" + desc = "A small safety wire, dedicated to cordoning off areas." + density = 0 + +/obj/structure/event/prop/campfire + icon_state = "campfire" + name = "campfire" + desc = "A small, homely campfire." + +/obj/structure/event/prop/cat_clock + icon_state = "cat_clock_motion" + name = "cat clock" + desc = "These creepy things should have been forgotten centuries ago." + density = 0 + +/obj/structure/event/prop/blue_barrel + icon_state = "barrel_blue" + name = "blue barrel" + desc = "A standard storage barrel." + allow_unanchor = 1 + +/obj/structure/event/prop/green_barrel + icon_state = "barrel_green" + name = "green barrel" + desc = "A standard storage barrel." + allow_unanchor = 1 + +/obj/structure/event/prop/red_barrel + icon_state = "barrel_red" + name = "red barrel" + desc = "A standard storage barrel." + allow_unanchor = 1 + +/obj/structure/event/prop/yellow_barrel + icon_state = "barrel_yellow" + name = "yellow barrel" + desc = "A standard storage barrel." + allow_unanchor = 1 + +/obj/structure/event/prop/white_barrel + icon_state = "barrel_white" + name = "white barrel" + desc = "A standard storage barrel." + allow_unanchor = 1 + +/obj/structure/event/prop/derelict_tube1 + icon_state = "tube1" + name = "derelict tube" + desc = "A mysterious tube shaped object." + allow_unanchor = 1 + +/obj/structure/event/prop/derelict_tube2 + icon_state = "tube2" + name = "ancient tube" + desc = "A mysterious tube shaped object." + allow_unanchor = 1 + +/obj/structure/event/prop/derelict_collumn + icon_state = "collumn" + name = "derelict collumn" + desc = "A dim collumn. Looks odd." + allow_unanchor = 1 + +// 32x32 Props + +/obj/structure/event/prop/fuel_crawler + icon = 'code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi' + icon_state = "crawler_fuel" + name = "fuel crawler" + desc = "A large crawler vehicle, designed to carry various types of fuel long distances." + bounds = "64,32" + bound_height = 64 + bound_width = 64 + +/obj/structure/event/prop/crawler + icon = 'code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi' + icon_state = "crawler" + name = "crawler" + desc = "A old and tested ATV design commonly seen throughout the frontier. Hard to break, easy to maintain and able to be fitted for about any role you can think of." + bounds = "64,32" + bound_height = 64 + bound_width = 64 + +/obj/structure/event/prop/covered_crawler + icon = 'code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi' + icon_state = "crawler_covered" + name = "cargo crawler" + desc = "A crawler that's been refitted to carry heavy amounts of various cargo. Comes with a cover to protect its cargo from the weather." + bounds = "64,32" + bound_height = 64 + bound_width = 64 + +/obj/structure/event/prop/mining_truck + icon = 'code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi' + icon_state = "truck_mining" + name = "mining truck" + desc = "A standard truck that seems to be carrying quite a lot of mining and excavation gear, all very heavy duty." + bounds = "64,32" + bound_height = 64 + bound_width = 64 + +/obj/structure/event/prop/tractor + icon = 'code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi' + icon_state = "tractor" + name = "cargo tractor" + desc = "A heavy duty cargo tractor, usually utilized to carry some VERY heavy equipment." + bounds = "64,64" + bound_height = 64 + bound_width = 64 + +// 64X64 Props + +/obj/structure/event/prop/excavation_drill + icon = 'code/game/content/factions/derelict/derelict.dmi/64x64 props.dmi' + icon_state = "drill" + name = "excavation drill" + desc = "A towering drill that extends deep into the earth. Whatever it's being used for, it appears to be offline at the moment." + bound_height = 64 + +// 96X96 Props + +/obj/structure/event/prop/closed_derelict_gate + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_doors 96x96.dmi' + icon_state = "derelict_gate_closed" + name = "derelict gate" + desc = "A massive gate that unfortunately doesn't seem to function anymore. It's covered in odd symbols." + bounds = "96,32" + opacity = 1 + +/obj/structure/event/prop/opened_derelict_gate + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_doors 96x96.dmi' + icon_state = "derelict_gate_open" + name = "derelict gate" + desc = "A massive gate that appears to have been forced open. There's no hope of getting it back closed." + bounds = "96,32" + density = 0 + +/obj/structure/event/prop/derelict_core + icon = 'code/game/content/factions/derelict/derelict.dmi/96x96 props.dmi' + icon_state = "core" + name = "gargatuan core" + desc = "Some sort of... Core, it's gargatuan in size and appears to flicker with brief power. There's a number of ports and slots built into the frame." + bounds = "96,32" + density = 1 + opacity = 1 diff --git a/code/game/content/factions/derelict/derelict.dm/derelict_structures.dm b/code/game/content/factions/derelict/derelict.dm/derelict_structures.dm new file mode 100644 index 000000000000..d95cd51de293 --- /dev/null +++ b/code/game/content/factions/derelict/derelict.dm/derelict_structures.dm @@ -0,0 +1,135 @@ +/datum/material/alienalloy/derelictalloy + id = "derelictalloy" + name = "derelictalloy" + + // Becomes "[display_name] wall" in the UI. + display_name = "derelict alloy" + + icon_base = 'code/game/content/factions/derelict/derelict.dmi/derelict_walls.dmi' + icon_colour = "#413c3c" + wall_stripe_icon = null // leave null + + door_icon_base = "derelict" // For doors. + +// Walls + +/turf/simulated/wall/event/derelict_wall + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_walls.dmi' + material_outer = /datum/material/alienalloy/derelictalloy + name = "derelict wall" + desc = "A wall made up of some sort of strange alloy... It has lots of pipes, tubes and other utility structure on full display." + description_info = "Maybe it's best NOT to compromise a excavation site due to curiosity?" + block_tele = TRUE + integrity_enabled = 0 + +// Floors + +/turf/simulated/floor/event/derelict_pillar + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_pillar_dir" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_hull + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_hull" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor1 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_1" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor2 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_2" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor3 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_3" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor4 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_4" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor5 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_5" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor6 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_6" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor7 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_7" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_floor_corner4 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_corner4" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_plating + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_plating" + integrity_enabled = 0 + +/turf/simulated/floor/event/derelict_light + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_light" + integrity_enabled = 0 + light_range = 5 + light_power = 0.5 + +/turf/simulated/floor/event/derelict_wall_floor + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_wall_floor" + integrity_enabled = 0 + opacity = 1 + +// Doors + +/obj/structure/simple_door/derelict + material_parts = /datum/material/alienalloy/derelictalloy + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_doors.dmi' + integrity_enabled = 0 + +//Decals + +/obj/effect/decal/event/derelict_platform_corner + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_platform_corners" + integrity_enabled = 0 + +/obj/effect/decal/event/derelict_floor_corner1 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_corner1" + integrity_enabled = 0 + +/obj/effect/decal/event/derelict_floor_corner2 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_corner2" + integrity_enabled = 0 + +/obj/effect/decal/event/derelict_floor_corner3 + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "derelict_floor_corner3" + integrity_enabled = 0 + + +// Misc + +/turf/simulated/floor/event/concrete + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "concrete" + integrity_enabled = 0 + +/turf/simulated/floor/event/asphalt + icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi' + icon_state = "asphalt" + integrity_enabled = 0 diff --git a/code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi b/code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi new file mode 100644 index 000000000000..fb18dd15210d Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/32x32 props.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/64x64 props.dmi b/code/game/content/factions/derelict/derelict.dmi/64x64 props.dmi new file mode 100644 index 000000000000..31e3799fcb48 Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/64x64 props.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/96x96 props.dmi b/code/game/content/factions/derelict/derelict.dmi/96x96 props.dmi new file mode 100644 index 000000000000..43cd9eb70b99 Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/96x96 props.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/cave_walls.dmi b/code/game/content/factions/derelict/derelict.dmi/cave_walls.dmi new file mode 100644 index 000000000000..632989a4fbb5 Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/cave_walls.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/derelict_doors 96x96.dmi b/code/game/content/factions/derelict/derelict.dmi/derelict_doors 96x96.dmi new file mode 100644 index 000000000000..64391ee5dc55 Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/derelict_doors 96x96.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/derelict_doors.dmi b/code/game/content/factions/derelict/derelict.dmi/derelict_doors.dmi new file mode 100644 index 000000000000..6a9fa9564f1b Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/derelict_doors.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi b/code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi new file mode 100644 index 000000000000..f1b7320201f6 Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi b/code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi new file mode 100644 index 000000000000..a9a8057f019e Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/derelict_horrors.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/derelict_props.dmi b/code/game/content/factions/derelict/derelict.dmi/derelict_props.dmi new file mode 100644 index 000000000000..77c0f1fdd1dc Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/derelict_props.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi b/code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi new file mode 100644 index 000000000000..2eac5d1ba826 Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/derelict_tiles.dmi differ diff --git a/code/game/content/factions/derelict/derelict.dmi/derelict_walls.dmi b/code/game/content/factions/derelict/derelict.dmi/derelict_walls.dmi new file mode 100644 index 000000000000..0dcd84f34a90 Binary files /dev/null and b/code/game/content/factions/derelict/derelict.dmi/derelict_walls.dmi differ diff --git a/code/game/gamemodes/changeling/powers/armblade.dm b/code/game/gamemodes/changeling/powers/armblade.dm index bc89f0efdeff..9946b4d9d0b9 100644 --- a/code/game/gamemodes/changeling/powers/armblade.dm +++ b/code/game/gamemodes/changeling/powers/armblade.dm @@ -123,8 +123,7 @@ icon_state = "arm_blade" damage_force = 40 armor_penetration = 15 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE pry = 1 attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") @@ -150,8 +149,7 @@ desc = "A grotesque claw made out of bone and flesh that cleaves through people as a hot knife through butter." icon_state = "ling_claw" damage_force = 15 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") passive_parry = /datum/passive_parry/melee{ diff --git a/code/game/gamemodes/changeling/powers/armor.dm b/code/game/gamemodes/changeling/powers/armor.dm index 34fc9bd363d1..2a0bd9d563b8 100644 --- a/code/game/gamemodes/changeling/powers/armor.dm +++ b/code/game/gamemodes/changeling/powers/armor.dm @@ -67,7 +67,7 @@ encumbrance = ITEM_ENCUMBRANCE_CHANGELING_MAGBOOTS encumbrance_on = ITEM_ENCUMBRANCE_CHANGELING_MAGBOOTS_PULSE -/obj/item/clothing/shoes/magboots/changeling/attack_self(mob/user) +/obj/item/clothing/shoes/magboots/changeling/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/cult/cult_items.dm b/code/game/gamemodes/cult/cult_items.dm index ca3ed22aa694..13fc46b27a09 100644 --- a/code/game/gamemodes/cult/cult_items.dm +++ b/code/game/gamemodes/cult/cult_items.dm @@ -10,8 +10,7 @@ drop_sound = 'sound/items/drop/sword.ogg' pickup_sound = 'sound/items/pickup/sword.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") - edge = 1 - sharp = 1 + damage_mode = DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP /obj/item/melee/cultblade/cultify() return diff --git a/code/game/gamemodes/cult/ritual.dm b/code/game/gamemodes/cult/ritual.dm index 5f9c08ac0772..ef8947180ebd 100644 --- a/code/game/gamemodes/cult/ritual.dm +++ b/code/game/gamemodes/cult/ritual.dm @@ -308,7 +308,7 @@ var/global/list/rnwords = list("ire","ego","nahlizet","certum","veri","jatkaa"," O.show_message("\The [user] beats \the [L] with \the [src]!", 1) to_chat(target, "You feel searing heat inside!") -/obj/item/book/tome/attack_self(mob/user) +/obj/item/book/tome/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -426,7 +426,7 @@ var/global/list/rnwords = list("ire","ego","nahlizet","certum","veri","jatkaa"," w_class = WEIGHT_CLASS_SMALL var/cultistsonly = 1 -/obj/item/book/tome/imbued/attack_self(mob/user) +/obj/item/book/tome/imbued/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/cult/soulstone.dm b/code/game/gamemodes/cult/soulstone.dm index 961eda8e0533..a7ecb33efbe6 100644 --- a/code/game/gamemodes/cult/soulstone.dm +++ b/code/game/gamemodes/cult/soulstone.dm @@ -36,7 +36,7 @@ ///////////////////Options for using captured souls/////////////////////////////////////// -/obj/item/soulstone/attack_self(mob/user) +/obj/item/soulstone/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/cult/talisman.dm b/code/game/gamemodes/cult/talisman.dm index 2f0c72a15df8..97d5f141afa4 100644 --- a/code/game/gamemodes/cult/talisman.dm +++ b/code/game/gamemodes/cult/talisman.dm @@ -5,7 +5,7 @@ var/uses = 0 info = "


" -/obj/item/paper/talisman/attack_self(mob/user) +/obj/item/paper/talisman/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/nuclear/pinpointer.dm b/code/game/gamemodes/nuclear/pinpointer.dm index e086731d45d5..e69ce927d906 100644 --- a/code/game/gamemodes/nuclear/pinpointer.dm +++ b/code/game/gamemodes/nuclear/pinpointer.dm @@ -13,7 +13,7 @@ var/active = 0 -/obj/item/pinpointer/attack_self(mob/user) +/obj/item/pinpointer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -64,7 +64,7 @@ var/turf/location = null var/obj/target = null -/obj/item/pinpointer/advpinpointer/attack_self(mob/user) +/obj/item/pinpointer/advpinpointer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -189,7 +189,7 @@ var/mode = 0 //Mode 0 locates disk, mode 1 locates the shuttle var/obj/machinery/computer/shuttle_control/multi/syndicate/home = null -/obj/item/pinpointer/nukeop/attack_self(mob/user) +/obj/item/pinpointer/nukeop/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -278,7 +278,7 @@ var/shuttle_comp_id = null var/obj/machinery/computer/shuttle_control/our_shuttle = null -/obj/item/pinpointer/shuttle/attack_self(mob/user) +/obj/item/pinpointer/shuttle/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/technomancer/catalog.dm b/code/game/gamemodes/technomancer/catalog.dm index 89323709dae3..08a2db9943dd 100644 --- a/code/game/gamemodes/technomancer/catalog.dm +++ b/code/game/gamemodes/technomancer/catalog.dm @@ -97,7 +97,7 @@ // Proc: attack_self() // Parameters: 1 (user - the mob clicking on the catalog) // Description: Shows an HTML window, to buy equipment and spells, if the user is the legitimate owner. Otherwise it cannot be used. -/obj/item/technomancer_catalog/attack_self(mob/user) +/obj/item/technomancer_catalog/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/technomancer/devices/disposable_teleporter.dm b/code/game/gamemodes/technomancer/devices/disposable_teleporter.dm index 9af0f71b860f..cfa026f3d5d8 100644 --- a/code/game/gamemodes/technomancer/devices/disposable_teleporter.dm +++ b/code/game/gamemodes/technomancer/devices/disposable_teleporter.dm @@ -26,7 +26,7 @@ . = ..() . += "There are [uses] uses remaining." -/obj/item/disposable_teleporter/attack_self(mob/user) +/obj/item/disposable_teleporter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/technomancer/devices/shield_armor.dm b/code/game/gamemodes/technomancer/devices/shield_armor.dm index c02a431c540c..1a224114ee9b 100644 --- a/code/game/gamemodes/technomancer/devices/shield_armor.dm +++ b/code/game/gamemodes/technomancer/devices/shield_armor.dm @@ -76,8 +76,7 @@ if(istype(damage_source, /obj/projectile)) var/obj/projectile/P = damage_source - P.sharp = 0 - P.edge = 0 + P.damage_mode &= ~(DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP | DAMAGE_MODE_SHRED | DAMAGE_MODE_PIERCE) P.embed_chance = 0 if(P.agony) var/agony_blocked = P.agony * (modified_block_percentage / 100) @@ -90,7 +89,7 @@ spark_system.start() playsound(user.loc, 'sound/weapons/blade1.ogg', 50, 1) -/obj/item/clothing/suit/armor/shield/attack_self(mob/user) +/obj/item/clothing/suit/armor/shield/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/technomancer/devices/tesla_armor.dm b/code/game/gamemodes/technomancer/devices/tesla_armor.dm index c3fe7f29bc91..e4ec491c7ac6 100644 --- a/code/game/gamemodes/technomancer/devices/tesla_armor.dm +++ b/code/game/gamemodes/technomancer/devices/tesla_armor.dm @@ -72,7 +72,7 @@ return 1 return 0 -/obj/item/clothing/suit/armor/tesla/attack_self(mob/user) +/obj/item/clothing/suit/armor/tesla/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/technomancer/equipment.dm b/code/game/gamemodes/technomancer/equipment.dm index 68d99f052400..b324fbe513ce 100644 --- a/code/game/gamemodes/technomancer/equipment.dm +++ b/code/game/gamemodes/technomancer/equipment.dm @@ -193,7 +193,7 @@ slot_flags = SLOT_BELT attack_verb = list("beaten", "smashed", "struck", "whacked") -/obj/item/scepter/attack_self(mob/user) +/obj/item/scepter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/gamemodes/technomancer/spell_objs.dm b/code/game/gamemodes/technomancer/spell_objs.dm index e4fc110458b2..436fee7af441 100644 --- a/code/game/gamemodes/technomancer/spell_objs.dm +++ b/code/game/gamemodes/technomancer/spell_objs.dm @@ -197,7 +197,7 @@ // Proc: attack_self() // Parameters: 1 (user - the Technomancer that invoked this proc) // Description: Tries to call on_use_cast() if it is allowed to do so. Don't override this, override on_use_cast() instead. -/obj/item/spell/attack_self(mob/user) +/obj/item/spell/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/machinery/cell_charger.dm b/code/game/machinery/cell_charger.dm index 0beca8c9766c..f014be3d7768 100644 --- a/code/game/machinery/cell_charger.dm +++ b/code/game/machinery/cell_charger.dm @@ -145,7 +145,7 @@ w_class = WEIGHT_CLASS_NORMAL materials_base = list(MAT_STEEL = 4000, MAT_GLASS = 1000) -/obj/item/cell_charger_kit/attack_self(mob/user) +/obj/item/cell_charger_kit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 3f04bf3cb143..bef45914d5e7 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -525,7 +525,7 @@ var/diskcolor = pick(0,1,2) icon_state = "datadisk[diskcolor]" -/obj/item/disk/data/attack_self(mob/user) +/obj/item/disk/data/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/machinery/computer/arcade/orion.dm b/code/game/machinery/computer/arcade/orion.dm index 77d2a6c5f98a..dea2864cc62b 100644 --- a/code/game/machinery/computer/arcade/orion.dm +++ b/code/game/machinery/computer/arcade/orion.dm @@ -504,7 +504,7 @@ GLOBAL_LIST_INIT(orion_events, generate_orion_events()) else . += SPAN_NOTICE("There's a little switch on the bottom. It's flipped up.") -/obj/item/orion_ship/attack_self(mob/user) +/obj/item/orion_ship/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/machinery/doors/airlock/airlock.dm b/code/game/machinery/doors/airlock/airlock.dm index 7fd4d8f73dfe..ad9feb6bd295 100644 --- a/code/game/machinery/doors/airlock/airlock.dm +++ b/code/game/machinery/doors/airlock/airlock.dm @@ -1220,3 +1220,10 @@ About the new airlock wires panel: /obj/machinery/door/airlock/glass_external/public req_one_access = list() + +/obj/machinery/door/airlock/hatch/supermatter_access + name = "Supermatter Access" + desc = "A reinforced hatch designed to withstand severe environmental hazards." + icon_state = "door_locked" + locked = TRUE + heat_resistance = 120000 diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index 45445346e415..d3b48657543d 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -811,7 +811,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co drop_sound = 'sound/items/drop/wrapper.ogg' pickup_sound = 'sound/items/pickup/wrapper.ogg' -/obj/item/newspaper/attack_self(mob/user) +/obj/item/newspaper/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/machinery/pipe/construction.dm b/code/game/machinery/pipe/construction.dm index 478ccd977a13..2f195ab79ff5 100644 --- a/code/game/machinery/pipe/construction.dm +++ b/code/game/machinery/pipe/construction.dm @@ -158,7 +158,7 @@ Buildable meters if(dir in GLOB.cornerdirs) setDir(turn(dir, 45)) -/obj/item/pipe/attack_self(mob/user) +/obj/item/pipe/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/machinery/supplybeacon.dm b/code/game/machinery/supplybeacon.dm index 7b7c5bbf476e..b78e0ec3d3d2 100644 --- a/code/game/machinery/supplybeacon.dm +++ b/code/game/machinery/supplybeacon.dm @@ -11,7 +11,7 @@ name = "inactive supermatter supply beacon" deploy_path = /obj/machinery/power/supply_beacon/supermatter -/obj/item/supply_beacon/attack_self(mob/user) +/obj/item/supply_beacon/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/machinery/turrets/subtypes/lasertag.dm b/code/game/machinery/turrets/subtypes/lasertag.dm index afb2812a1f7b..5c19bc4303ac 100644 --- a/code/game/machinery/turrets/subtypes/lasertag.dm +++ b/code/game/machinery/turrets/subtypes/lasertag.dm @@ -29,9 +29,6 @@ if(get_dist(src, L) > 7) //if it's too far away, why bother? return TURRET_NOT_TARGET - if(!(L in check_trajectory(L, src))) //check if we have true line of sight - return TURRET_NOT_TARGET - if(L.lying) //Don't need to stun-lock the players return TURRET_NOT_TARGET diff --git a/code/game/machinery/turrets/turret-ai_holder.dm b/code/game/machinery/turrets/turret-ai_holder.dm index 01590029a9e9..b1a664338b16 100644 --- a/code/game/machinery/turrets/turret-ai_holder.dm +++ b/code/game/machinery/turrets/turret-ai_holder.dm @@ -162,7 +162,8 @@ /datum/ai_holder/turret/proc/trace_trajectory(atom/target, angle) var/obj/projectile/trace/trace = new(agent.loc) trace.only_opacity = TRUE - trace.prepare_trace(target) + if(!trace.prepare_trace(target)) + return FALSE trace.fire(angle) return trace.could_hit_target diff --git a/code/game/machinery/virtual_reality/vr_console.dm b/code/game/machinery/virtual_reality/vr_console.dm index aacdf43c5474..92f25b7bb879 100644 --- a/code/game/machinery/virtual_reality/vr_console.dm +++ b/code/game/machinery/virtual_reality/vr_console.dm @@ -114,7 +114,7 @@ visible_message("\The [src]'s internal lighting flashes rapidly, before the hatch swings open with a cloud of smoke.") smoke.set_up(severity, 0, src) smoke.start("#202020") - go_out() + INVOKE_ASYNC(src, PROC_REF(go_out)) ..(severity) diff --git a/code/game/machinery/wall_frames.dm b/code/game/machinery/wall_frames.dm index 8d70cbc0d2e7..f9d4af3472bf 100644 --- a/code/game/machinery/wall_frames.dm +++ b/code/game/machinery/wall_frames.dm @@ -23,7 +23,7 @@ return ..() -/obj/item/frame/attack_self(mob/user) +/obj/item/frame/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/effects/mines.dm b/code/game/objects/effects/mines.dm index 8338325c57e6..d56dab3c6538 100644 --- a/code/game/objects/effects/mines.dm +++ b/code/game/objects/effects/mines.dm @@ -226,7 +226,7 @@ var/countdown = 10 var/minetype = /obj/effect/mine //This MUST be an /obj/effect/mine type, or it'll runtime. -/obj/item/mine/attack_self(mob/user) +/obj/item/mine/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return // You do not want to move or throw a land mine while priming it... Explosives + Sudden Movement = Bad Times diff --git a/code/game/objects/effects/misc.dm b/code/game/objects/effects/misc.dm index d03e8a0d3c43..d5befd0dc5ad 100644 --- a/code/game/objects/effects/misc.dm +++ b/code/game/objects/effects/misc.dm @@ -38,16 +38,6 @@ . = ..() animate(src, alpha = 0, time = time_to_die - 1) -/obj/effect/temporary_effect/shuttle_landing - name = "shuttle landing" - desc = "You better move if you don't want to go splat!" - icon_state = "shuttle_warning_still" - time_to_die = 4.9 SECONDS - -/obj/effect/temporary_effect/shuttle_landing/Initialize(mapload) - flick("shuttle_warning", src) // flick() forces the animation to always begin at the start. - . = ..() - // The manifestation of Zeus's might. Or just a really unlucky day. // This is purely a visual effect, this isn't the part of the code that hurts things. /obj/effect/temporary_effect/lightning_strike diff --git a/code/game/objects/empulse.dm b/code/game/objects/empulse.dm index 658996692ba8..340a1466e02a 100644 --- a/code/game/objects/empulse.dm +++ b/code/game/objects/empulse.dm @@ -1,19 +1,18 @@ -// Uncomment this define to check for possible lengthy processing of emp_act()s. -// If emp_act() takes more than defined deciseconds (1/10 seconds) an admin message and log is created. -// I do not recommend having this uncommented on main server, it probably causes a bit more lag, espicially with larger EMPs. - -// #define EMPDEBUG 10 - -/proc/empulse(turf/epicenter, first_range, second_range, third_range, fourth_range, log = FALSE) +/** + * Legacy EMP pulses + * + * Ranges are starting at 1 for 1x1, so 0 = don't affect. + */ +/proc/empulse(turf/epicenter, first_range, second_range, third_range, fourth_range, log = TRUE, message_admins = FALSE) if(!epicenter) return if(!istype(epicenter, /turf)) epicenter = get_turf(epicenter.loc) - if(log) + if(message_admins) message_admins("EMP with size ([first_range], [second_range], [third_range], [fourth_range]) in area [epicenter.loc.name] ") - log_game("EMP with size ([first_range], [second_range], [third_range], [fourth_range]) in area [epicenter.loc.name] ") + log_game("EMP with size ([first_range], [second_range], [third_range], [fourth_range]) in area [epicenter.loc.name] ") if(first_range > 1) var/obj/effect/overlay/pulse = new /obj/effect/overlay(epicenter) @@ -24,6 +23,7 @@ spawn(20) qdel(pulse) + // expand ranges if(first_range > second_range) second_range = first_range if(second_range > third_range) @@ -31,45 +31,24 @@ if(third_range > fourth_range) fourth_range = third_range - for(var/mob/M in range(first_range, epicenter)) + // this is dumb but whatever + for(var/mob/M in range(fourth_range - 1, epicenter)) SEND_SOUND(M, sound('sound/effects/EMPulse.ogg')) - for(var/atom/T in range(fourth_range, epicenter)) - #ifdef EMPDEBUG - var/time = world.timeofday - #endif + for(var/atom/T in range(fourth_range - 1, epicenter)) var/distance = get_dist(epicenter, T) if(distance < 0) distance = 0 //Worst effects, really hurts if(distance < first_range) T.emp_act(1) - else if(distance == first_range) - if(prob(50)) - T.emp_act(1) - else - T.emp_act(2) //Slightly less painful - else if(distance <= second_range) + else if(distance < second_range) T.emp_act(2) - else if(distance == second_range) - if(prob(50)) - T.emp_act(2) - else - T.emp_act(3) //Even less slightly less painful - else if(distance <= third_range) + else if(distance < third_range) T.emp_act(3) - else if(distance == third_range) - if(prob(50)) - T.emp_act(2) - else - T.emp_act(3) //This should be more or less harmless - else if(distance <= fourth_range) + else if(distance < fourth_range) T.emp_act(4) - #ifdef EMPDEBUG - if((world.timeofday - time) >= EMPDEBUG) - log_and_message_admins("EMPDEBUG: [T.name] - [T.type] - took [world.timeofday - time]ds to process emp_act()!") - #endif return 1 diff --git a/code/game/objects/explosion.dm b/code/game/objects/explosion.dm index 037af3ccda1a..ad70f1b30b03 100644 --- a/code/game/objects/explosion.dm +++ b/code/game/objects/explosion.dm @@ -69,7 +69,7 @@ addtimer(CALLBACK(M, TYPE_PROC_REF(/mob, playsound_local), epicenter, null, rand(25, 40), 1, frequency, null, null, FALSE, 'sound/effects/creak1.ogg', null, null, null, null, 0), 5 SECONDS) if(adminlog) message_admins("Explosion with [shaped ? "shaped" : "non-shaped"] size ([devastation_range], [heavy_impact_range], [light_impact_range]) in area [epicenter.loc.name] ([epicenter.x],[epicenter.y],[epicenter.z]) (JMP)") - log_game("Explosion with [shaped ? "shaped" : "non-shaped"] size ([devastation_range], [heavy_impact_range], [light_impact_range]) in area [epicenter.loc.name] ") + log_game("Explosion with [shaped ? "shaped" : "non-shaped"] size ([devastation_range], [heavy_impact_range], [light_impact_range]) in area [epicenter.loc.name] ") var/approximate_intensity = (devastation_range * 3) + (heavy_impact_range * 2) + light_impact_range var/powernet_rebuild_was_deferred_already = defer_powernet_rebuild diff --git a/code/game/objects/items-interaction.dm b/code/game/objects/items-interaction.dm index a1b37b7c17c2..6a7ec7d7eec9 100644 --- a/code/game/objects/items-interaction.dm +++ b/code/game/objects/items-interaction.dm @@ -1,6 +1,8 @@ //* This file is explicitly licensed under the MIT license. *// //* Copyright (c) 2024 silicons *// +//* ----- Click Triggers ----- */ + //* Attack Hand *// /obj/item/on_attack_hand(datum/event_args/actor/clickchain/e_args) @@ -160,7 +162,9 @@ /mob/observer/dead/CanSlideItem(obj/item/I, turf/over) return is_spooky -//* Inhand Triggers *// +//* ------ Inhand Triggers ------ *// + +//* Attack Self *// /** * Called when the item is in the active hand, and clicked; alternately, there is an 'activate held object' verb or you can hit pagedown. @@ -170,14 +174,15 @@ * todo: please stop overriding this, use on_attack_self. * todo: nuke mob/user. * todo: rename this to like /activate_inhand, /on_activate_inhand + * todo: actor is not currently always given. * * @params - * * actor - the event_args that spawned this call * * user - The person using us in hand; stop using this, this is deprecated + * * actor - the event_args that spawned this call * * @return TRUE to signal to overrides to stop the chain and do nothing. */ -/obj/item/proc/attack_self(mob/user, datum/event_args/actor/actor = new /datum/event_args/actor(user)) +/obj/item/proc/attack_self(mob/user, datum/event_args/actor/actor) // todo: this should realistically be SHOULD_NOT_OVERRIDE but there's a massive number of overrides (some unnecessary), so this is for a later date // SHOULD_NOT_OVERRIDE(TRUE) // may be re-evaluated later SEND_SIGNAL(src, COMSIG_ITEM_ACTIVATE_INHAND, actor) @@ -213,6 +218,8 @@ return TRUE return FALSE +//* Unique Action *// + /** * Called when a mob uses our unique aciton. * @@ -237,6 +244,8 @@ /obj/item/proc/on_unique_action(datum/event_args/actor/e_args) return FALSE +//* Defensive Toggle *// + /** * Called when a mob uses our defensive toggle action. * @@ -261,6 +270,8 @@ /obj/item/proc/on_defensive_toggle(datum/event_args/actor/e_args) return FALSE +//* Defensive Trigger *// + /** * Called when a mob uses our defensive trigger action. * diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index e61d13a64890..903c76c91745 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -111,7 +111,10 @@ var/damage_tier = MELEE_TIER_MEDIUM /// damage_mode bitfield - see [code/__DEFINES/combat/damage.dm] var/damage_mode = NONE - // todo: port over damtype + /// DAMAGE_TYPE_* enum + /// + /// * This is the primary damage type this object does on usage as a melee / thrown weapon. + var/damage_type = DAMAGE_TYPE_BRUTE //* Storage *// /// storage cost for volumetric storage @@ -191,7 +194,7 @@ origin_tech = typelist(NAMEOF(src, origin_tech), origin_tech) //Potential memory optimization: Making embed chance a getter if unset. if(embed_chance == EMBED_CHANCE_UNSET) - if(sharp) + if(damage_mode & DAMAGE_MODE_SHARP) embed_chance = max(5, round(damage_force/w_class)) else embed_chance = max(5, round(damage_force/(w_class*3))) @@ -783,7 +786,7 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out. * * strict - require us to be toggled to sharp mode if there's multiple modes of attacking. */ /obj/item/proc/is_sharp(strict) - return sharp || (damage_mode & DAMAGE_MODE_SHARP) + return (damage_mode & DAMAGE_MODE_SHARP) /** * can be edged; even if not being used as such @@ -792,7 +795,7 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out. * * strict - require us to be toggled to sharp mode if there's multiple modes of attacking. */ /obj/item/proc/is_edge(strict) - return sharp || (damage_mode & DAMAGE_MODE_EDGE) + return (damage_mode & DAMAGE_MODE_EDGE) /** * can be piercing; even if not being used as such diff --git a/code/game/objects/items/antag_spawners.dm b/code/game/objects/items/antag_spawners.dm index f6048fbcfd1e..3fb433f2848a 100644 --- a/code/game/objects/items/antag_spawners.dm +++ b/code/game/objects/items/antag_spawners.dm @@ -48,7 +48,7 @@ icon_state = "oldshieldoff" ghost_query_type = /datum/ghost_query/apprentice -/obj/item/antag_spawner/technomancer_apprentice/attack_self(mob/user) +/obj/item/antag_spawner/technomancer_apprentice/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -97,7 +97,7 @@ ghost_query_type = /datum/ghost_query/syndicate_drone var/drone_type = null -/obj/item/antag_spawner/syndicate_drone/attack_self(mob/user) +/obj/item/antag_spawner/syndicate_drone/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/balls.dm b/code/game/objects/items/balls.dm index 5532d734bcd1..20184bddbd1d 100644 --- a/code/game/objects/items/balls.dm +++ b/code/game/objects/items/balls.dm @@ -27,7 +27,7 @@ 'sound/items/toysqueak3.ogg' ) -/obj/item/toy/tennis/rainbow/attack_self(mob/user) +/obj/item/toy/tennis/rainbow/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index 2051c9666909..f950518faeb8 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -46,7 +46,7 @@ var/can_expand_areas_into = AREA_SPACE // Can expand station areas only into space. var/can_rename_areas_in = AREA_STATION // Only station areas can be reanamed -/obj/item/blueprints/attack_self(mob/user) +/obj/item/blueprints/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/bodybag.dm b/code/game/objects/items/bodybag.dm index 6c8fefdcafc6..9e4845a365f0 100644 --- a/code/game/objects/items/bodybag.dm +++ b/code/game/objects/items/bodybag.dm @@ -9,7 +9,7 @@ var/bag_type = /obj/structure/closet/body_bag -/obj/item/bodybag/attack_self(mob/user) +/obj/item/bodybag/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/contraband.dm b/code/game/objects/items/contraband.dm index e8e86f7fc15e..8effa07967c4 100644 --- a/code/game/objects/items/contraband.dm +++ b/code/game/objects/items/contraband.dm @@ -50,7 +50,7 @@ worth_intrinsic = 200 w_class = WEIGHT_CLASS_HUGE -/obj/item/stolenpackage/attack_self(mob/user) +/obj/item/stolenpackage/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -179,7 +179,7 @@ worth_intrinsic = 350 w_class = WEIGHT_CLASS_HUGE -/obj/item/stolenpackageplus/attack_self(mob/user) +/obj/item/stolenpackageplus/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -245,7 +245,7 @@ w_class = WEIGHT_CLASS_HUGE worth_intrinsic = 400 -/obj/item/mechasalvage/attack_self(mob/user) +/obj/item/mechasalvage/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/PDA/PDA.dm b/code/game/objects/items/devices/PDA/PDA.dm index 20fdc2dde995..f75e992a18f8 100644 --- a/code/game/objects/items/devices/PDA/PDA.dm +++ b/code/game/objects/items/devices/PDA/PDA.dm @@ -322,7 +322,7 @@ GLOBAL_LIST_EMPTY(PDAs) return 1 -/obj/item/pda/ai/attack_self(mob/user) +/obj/item/pda/ai/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -674,7 +674,7 @@ GLOBAL_LIST_EMPTY(PDAs) ui.set_auto_update(auto_update) //NOTE: graphic resources are loaded on client login -/obj/item/pda/attack_self(mob/user) +/obj/item/pda/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/aicard.dm b/code/game/objects/items/devices/aicard.dm index 12eeab47952e..f16209aeb0f0 100644 --- a/code/game/objects/items/devices/aicard.dm +++ b/code/game/objects/items/devices/aicard.dm @@ -21,7 +21,7 @@ to_chat(user, "ERROR ERROR ERROR") return CLICKCHAIN_DO_NOT_PROPAGATE -/obj/item/aicard/attack_self(mob/user) +/obj/item/aicard/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/binoculars.dm b/code/game/objects/items/devices/binoculars.dm index 6303a72736bd..6ea610cda9ae 100644 --- a/code/game/objects/items/devices/binoculars.dm +++ b/code/game/objects/items/devices/binoculars.dm @@ -12,7 +12,7 @@ //materials_base = list("metal" = 50, MAT_GLASS = 50) -/obj/item/binoculars/attack_self(mob/user) +/obj/item/binoculars/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/body_snatcher_vr.dm b/code/game/objects/items/devices/body_snatcher_vr.dm index cc2517090bec..73844bc2a9f3 100644 --- a/code/game/objects/items/devices/body_snatcher_vr.dm +++ b/code/game/objects/items/devices/body_snatcher_vr.dm @@ -67,7 +67,7 @@ else to_chat(user," A warning pops up on the LED display on the side of the device, informing you that the target is not able to have their mind swapped with!") -/obj/item/bodysnatcher/attack_self(mob/user) +/obj/item/bodysnatcher/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/chameleonproj.dm b/code/game/objects/items/devices/chameleonproj.dm index 7b0616c46b66..aa7b6be0ac97 100644 --- a/code/game/objects/items/devices/chameleonproj.dm +++ b/code/game/objects/items/devices/chameleonproj.dm @@ -24,7 +24,7 @@ . = ..() disrupt() -/obj/item/chameleon/attack_self(mob/user) +/obj/item/chameleon/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/communicator/communicator.dm b/code/game/objects/items/devices/communicator/communicator.dm index 919ac17c7082..c6c4e87324f4 100644 --- a/code/game/objects/items/devices/communicator/communicator.dm +++ b/code/game/objects/items/devices/communicator/communicator.dm @@ -218,7 +218,7 @@ var/global/list/obj/item/communicator/all_communicators = list() // Parameters: 1 (user - the mob that clicked the device in their hand) // Description: Makes an exonet datum if one does not exist, allocates an address for it, maintains the lists of all devies, clears the alert icon, and // finally makes NanoUI appear. -/obj/item/communicator/attack_self(mob/user) +/obj/item/communicator/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/flash.dm b/code/game/objects/items/devices/flash.dm index 92c305c88cbd..833e6837bdc1 100644 --- a/code/game/objects/items/devices/flash.dm +++ b/code/game/objects/items/devices/flash.dm @@ -243,7 +243,7 @@ else user.visible_message("[user] fails to blind [M] with the flash!") -/obj/item/flash/attack_self(mob/user) +/obj/item/flash/attack_self(mob/user, datum/event_args/actor/actor) if(!user || !clown_check(user)) return @@ -312,7 +312,7 @@ to_chat(user, "The bulb has burnt out!") update_icon() -/obj/item/flash/synthetic/attack_self(mob/user) +/obj/item/flash/synthetic/attack_self(mob/user, datum/event_args/actor/actor) ..() if(!broken) broken = 1 diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 0e34f154c131..b697709c0e31 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -116,7 +116,7 @@ /obj/item/flashlight/AltClick(mob/user) attack_self(user) -/obj/item/flashlight/attack_self(mob/user) +/obj/item/flashlight/attack_self(mob/user, datum/event_args/actor/actor) if(power_use) if(!isturf(user.loc)) to_chat(user, "You cannot turn the light on while in this [user.loc].") //To prevent some lighting anomalities. @@ -351,10 +351,10 @@ /obj/item/flashlight/flare/proc/turn_off() on = FALSE src.damage_force = initial(src.damage_force) - src.damtype = initial(src.damtype) + src.damage_type = initial(src.damage_type) update_appearance() -/obj/item/flashlight/flare/attack_self(mob/user) +/obj/item/flashlight/flare/attack_self(mob/user, datum/event_args/actor/actor) // Usual checks if(!fuel) @@ -368,14 +368,14 @@ if(.) user.visible_message(SPAN_NOTICE("[user] activates the flare."), SPAN_NOTICE("You pull the cord on the flare, activating it!")) src.damage_force = on_damage - src.damtype = "fire" + src.damage_type = DAMAGE_TYPE_BURN START_PROCESSING(SSobj, src) /obj/item/flashlight/flare/proc/ignite() //Used for flare launchers. on = !on update_appearance() damage_force = on_damage - damtype = "fire" + damage_type = DAMAGE_TYPE_BURN START_PROCESSING(SSobj, src) return TRUE @@ -411,7 +411,7 @@ on = FALSE update_appearance() -/obj/item/flashlight/glowstick/attack_self(mob/user) +/obj/item/flashlight/glowstick/attack_self(mob/user, datum/event_args/actor/actor) if(!fuel) to_chat(user, SPAN_NOTICE("The glowstick has already been turned on.")) diff --git a/code/game/objects/items/devices/floor_painter.dm b/code/game/objects/items/devices/floor_painter.dm index 64f772bd0261..888460dc5e9f 100644 --- a/code/game/objects/items/devices/floor_painter.dm +++ b/code/game/objects/items/devices/floor_painter.dm @@ -100,7 +100,7 @@ new painting_decal(F, painting_dir, painting_colour) -/obj/item/floor_painter/attack_self(mob/user) +/obj/item/floor_painter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/geiger.dm b/code/game/objects/items/devices/geiger.dm index 6206e37f3610..d25683a3f128 100644 --- a/code/game/objects/items/devices/geiger.dm +++ b/code/game/objects/items/devices/geiger.dm @@ -131,7 +131,7 @@ current_tick_amount += amount update_appearance() -/obj/item/geiger_counter/attack_self(mob/user) +/obj/item/geiger_counter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/gps.dm b/code/game/objects/items/devices/gps.dm index 009374244b8b..bcc0961b5634 100644 --- a/code/game/objects/items/devices/gps.dm +++ b/code/game/objects/items/devices/gps.dm @@ -162,7 +162,7 @@ update_icon() visible_message(SPAN_WARNING("[src] clicks, resetting itself from the electromagnetic interference.")) -/obj/item/gps/attack_self(mob/user) +/obj/item/gps/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -600,8 +600,7 @@ item_state = "knife" damage_force = 15 throw_force = 10 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE w_class = WEIGHT_CLASS_NORMAL origin_tech = list(TECH_COMBAT = 4, TECH_ILLEGAL = 4) attack_verb = list("sliced", "chopped", "stabbed", "pierced") diff --git a/code/game/objects/items/devices/holowarrant.dm b/code/game/objects/items/devices/holowarrant.dm index 6735bd3f2500..38c380ca2101 100644 --- a/code/game/objects/items/devices/holowarrant.dm +++ b/code/game/objects/items/devices/holowarrant.dm @@ -22,7 +22,7 @@ to_chat(user, "You have to go closer if you want to read it.") //hit yourself with it -/obj/item/holowarrant/attack_self(mob/user) +/obj/item/holowarrant/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/lightreplacer.dm b/code/game/objects/items/devices/lightreplacer.dm index 6d22f57b8aa0..d5a4b9f7d73f 100644 --- a/code/game/objects/items/devices/lightreplacer.dm +++ b/code/game/objects/items/devices/lightreplacer.dm @@ -135,7 +135,7 @@ return -/obj/item/lightreplacer/attack_self(mob/user) +/obj/item/lightreplacer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/megaphone.dm b/code/game/objects/items/devices/megaphone.dm index 2f477cd51642..718b62e30429 100644 --- a/code/game/objects/items/devices/megaphone.dm +++ b/code/game/objects/items/devices/megaphone.dm @@ -41,7 +41,7 @@ spamcheck = 0 return -/obj/item/megaphone/attack_self(mob/user) +/obj/item/megaphone/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/multitool.dm b/code/game/objects/items/devices/multitool.dm index 89e1ccbc3824..3c01a9504645 100755 --- a/code/game/objects/items/devices/multitool.dm +++ b/code/game/objects/items/devices/multitool.dm @@ -46,7 +46,7 @@ return update_icon() -/obj/item/multitool/attack_self(mob/user) +/obj/item/multitool/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/paicard.dm b/code/game/objects/items/devices/paicard.dm index 2176aac815a1..02d87183195d 100644 --- a/code/game/objects/items/devices/paicard.dm +++ b/code/game/objects/items/devices/paicard.dm @@ -41,7 +41,7 @@ GLOBAL_LIST_BOILERPLATE(all_pai_cards, /obj/item/paicard) QDEL_NULL(radio) return ..() -/obj/item/paicard/attack_self(mob/user) +/obj/item/paicard/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/pipe_painter.dm b/code/game/objects/items/devices/pipe_painter.dm index 03e712d293df..43199a3c2215 100644 --- a/code/game/objects/items/devices/pipe_painter.dm +++ b/code/game/objects/items/devices/pipe_painter.dm @@ -22,7 +22,7 @@ P.change_color(pipe_colors[mode]) -/obj/item/pipe_painter/attack_self(mob/user) +/obj/item/pipe_painter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/radio/beacon.dm b/code/game/objects/items/devices/radio/beacon.dm index 2595a5787303..8ad2c75ccaeb 100644 --- a/code/game/objects/items/devices/radio/beacon.dm +++ b/code/game/objects/items/devices/radio/beacon.dm @@ -82,7 +82,7 @@ GLOBAL_LIST_BOILERPLATE(all_beacons, /obj/item/radio/beacon) desc = "A label on it reads: Activate to have a singularity beacon teleported to your location." origin_tech = list(TECH_BLUESPACE = 1, TECH_ILLEGAL = 7) -/obj/item/radio/beacon/syndicate/attack_self(mob/user) +/obj/item/radio/beacon/syndicate/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/radio/electropack.dm b/code/game/objects/items/devices/radio/electropack.dm index f835513866fb..2295f2860899 100644 --- a/code/game/objects/items/devices/radio/electropack.dm +++ b/code/game/objects/items/devices/radio/electropack.dm @@ -104,7 +104,7 @@ master.receive_signal() return -/obj/item/radio/electropack/attack_self(mob/user) +/obj/item/radio/electropack/attack_self(mob/user, datum/event_args/actor/actor) if(!istype(user, /mob/living/carbon/human)) return diff --git a/code/game/objects/items/devices/radio/jammer.dm b/code/game/objects/items/devices/radio/jammer.dm index 80f9f6431053..825855051c91 100644 --- a/code/game/objects/items/devices/radio/jammer.dm +++ b/code/game/objects/items/devices/radio/jammer.dm @@ -78,7 +78,7 @@ var/global/list/active_radio_jammers = list() else return ..() -/obj/item/radio_jammer/attack_self(mob/user) +/obj/item/radio_jammer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index ef0cea675388..80edb5c6d700 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -138,7 +138,7 @@ GLOBAL_LIST_INIT(default_medbay_channels, list( radio_controller.remove_object(src, radiochannels[ch_name]) return ..() -/obj/item/radio/attack_self(mob/user) +/obj/item/radio/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/scanners_vr.dm b/code/game/objects/items/devices/scanners_vr.dm index 8027f4843525..30e29279ffac 100644 --- a/code/game/objects/items/devices/scanners_vr.dm +++ b/code/game/objects/items/devices/scanners_vr.dm @@ -23,7 +23,7 @@ var/global/mob/living/carbon/human/dummy/mannequin/sleevemate_mob scan_mob(target, user) to_chat(user,"Not a compatible subject to work with!") -/obj/item/sleevemate/attack_self(mob/user) +/obj/item/sleevemate/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/spy_bug.dm b/code/game/objects/items/devices/spy_bug.dm index fd10b1265039..30ba2d443d84 100644 --- a/code/game/objects/items/devices/spy_bug.dm +++ b/code/game/objects/items/devices/spy_bug.dm @@ -20,7 +20,7 @@ . = ..() camera = new camtype(src) -/obj/item/camerabug/attack_self(mob/user) +/obj/item/camerabug/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -138,7 +138,7 @@ var/obj/machinery/camera/bug/selected_camera var/list/obj/machinery/camera/bug/cameras = new() -/obj/item/bug_monitor/attack_self(mob/user) +/obj/item/bug_monitor/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/suit_cooling.dm b/code/game/objects/items/devices/suit_cooling.dm index f33e2f59fff0..f9257f6803cc 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -123,7 +123,7 @@ STOP_PROCESSING(SSobj, src) updateicon() -/obj/item/suit_cooling_unit/attack_self(mob/user) +/obj/item/suit_cooling_unit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/t_scanner.dm b/code/game/objects/items/devices/t_scanner.dm index 94d875c003a6..c424401e8159 100644 --- a/code/game/objects/items/devices/t_scanner.dm +++ b/code/game/objects/items/devices/t_scanner.dm @@ -26,7 +26,7 @@ /obj/item/t_scanner/AltClick() set_active(!on) -/obj/item/t_scanner/attack_self(mob/user) +/obj/item/t_scanner/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/tape_recorder/cassette_tape.dm b/code/game/objects/items/devices/tape_recorder/cassette_tape.dm index 70ebd1ac3bf9..1331c19b65e3 100644 --- a/code/game/objects/items/devices/tape_recorder/cassette_tape.dm +++ b/code/game/objects/items/devices/tape_recorder/cassette_tape.dm @@ -97,7 +97,7 @@ /obj/item/cassette_tape/fire_act() ruin() -/obj/item/cassette_tape/attack_self(mob/user) +/obj/item/cassette_tape/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/tape_recorder/tape_recorder.dm b/code/game/objects/items/devices/tape_recorder/tape_recorder.dm index 7dfd403748f8..9daff09407b4 100644 --- a/code/game/objects/items/devices/tape_recorder/tape_recorder.dm +++ b/code/game/objects/items/devices/tape_recorder/tape_recorder.dm @@ -441,7 +441,7 @@ /obj/item/tape_recorder/proc/print_cooldown() TIMER_COOLDOWN_START(src, CD_INDEX_TAPE_PRINT, 30 SECONDS) -/obj/item/tape_recorder/attack_self(mob/user) +/obj/item/tape_recorder/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index a35e5ec5b34c..fc7594ff2b8c 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -341,7 +341,7 @@ canprint = 1 -/obj/item/tape_recorder/attack_self(mob/user) +/obj/item/tape_recorder/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -389,7 +389,7 @@ /obj/item/cassette_tape/fire_act() ruin() -/obj/item/cassette_tape/attack_self(mob/user) +/obj/item/cassette_tape/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/text_to_speech.dm b/code/game/objects/items/devices/text_to_speech.dm index 07aa8e7721a6..6510b9e1ba6a 100644 --- a/code/game/objects/items/devices/text_to_speech.dm +++ b/code/game/objects/items/devices/text_to_speech.dm @@ -8,7 +8,7 @@ var/activated = FALSE var/mob/linked_user -/obj/item/text_to_speech/attack_self(mob/user) +/obj/item/text_to_speech/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/traitordevices.dm b/code/game/objects/items/devices/traitordevices.dm index 64de2bf7eb68..e73e129329c2 100644 --- a/code/game/objects/items/devices/traitordevices.dm +++ b/code/game/objects/items/devices/traitordevices.dm @@ -28,7 +28,7 @@ effective or pretty fucking useless. var/times_used = 0 //Number of times it's been used. var/max_uses = 2 -/obj/item/batterer/attack_self(mob/user) +/obj/item/batterer/attack_self(mob/user, datum/event_args/actor/actor) if(!user) return if(times_used >= max_uses) to_chat(user, "The mind batterer has been burnt out!") diff --git a/code/game/objects/items/devices/transfer_valve.dm b/code/game/objects/items/devices/transfer_valve.dm index 83dd062a0ff3..cb699aefe513 100644 --- a/code/game/objects/items/devices/transfer_valve.dm +++ b/code/game/objects/items/devices/transfer_valve.dm @@ -71,7 +71,7 @@ SStgui.update_uis(src) //Update all UIs attached to src return ..() -/obj/item/transfer_valve/attack_self(mob/user) +/obj/item/transfer_valve/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/translator.dm b/code/game/objects/items/devices/translator.dm index 3165fa9f3810..c5a34937dc3b 100644 --- a/code/game/objects/items/devices/translator.dm +++ b/code/game/objects/items/devices/translator.dm @@ -88,7 +88,7 @@ var/datum/translation_context/variable/ours = context ours.copy_knowledge(theirs) -/obj/item/universal_translator/attack_self(mob/user) +/obj/item/universal_translator/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/tvcamera.dm b/code/game/objects/items/devices/tvcamera.dm index 4dc9e79536bc..4a0b9c694a1a 100644 --- a/code/game/objects/items/devices/tvcamera.dm +++ b/code/game/objects/items/devices/tvcamera.dm @@ -43,7 +43,7 @@ radio.hear_talk(M,msg,verb,speaking) ..() -/obj/item/tvcamera/attack_self(mob/user) +/obj/item/tvcamera/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/uplink.dm b/code/game/objects/items/devices/uplink.dm index 67c2d29cc973..c4a3b6e238dc 100644 --- a/code/game/objects/items/devices/uplink.dm +++ b/code/game/objects/items/devices/uplink.dm @@ -224,7 +224,7 @@ hidden_uplink = new(src, target_mind, telecrystals) icon_state = "radio" -/obj/item/radio/uplink/attack_self(mob/user) +/obj/item/radio/uplink/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -235,7 +235,7 @@ . = ..() hidden_uplink = new(src) -/obj/item/multitool/uplink/attack_self(mob/user) +/obj/item/multitool/uplink/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/devices/whistle.dm b/code/game/objects/items/devices/whistle.dm index 02331f9744d7..cc6c196f6665 100644 --- a/code/game/objects/items/devices/whistle.dm +++ b/code/game/objects/items/devices/whistle.dm @@ -28,7 +28,7 @@ to_chat(usr, "You configure the hailer to shout \"[use_message]\".") -/obj/item/hailer/attack_self(mob/user) +/obj/item/hailer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/gifts.dm b/code/game/objects/items/gifts.dm index 3e21d1d47211..2c762e45b575 100644 --- a/code/game/objects/items/gifts.dm +++ b/code/game/objects/items/gifts.dm @@ -32,7 +32,7 @@ GLOBAL_LIST_EMPTY(possible_gifts) . = ..() . += SPAN_NOTICE("It contains \a [initial(contains_type.name)].") -/obj/item/a_gift/attack_self(mob/user) +/obj/item/a_gift/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/glassjar.dm b/code/game/objects/items/glassjar.dm index 719cf51484a7..f118af45063a 100644 --- a/code/game/objects/items/glassjar.dm +++ b/code/game/objects/items/glassjar.dm @@ -41,7 +41,7 @@ update_icon() return -/obj/item/glass_jar/attack_self(mob/user) +/obj/item/glass_jar/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/godfigures.dm b/code/game/objects/items/godfigures.dm index 9bf1714db7cd..d3c3a58615b9 100644 --- a/code/game/objects/items/godfigures.dm +++ b/code/game/objects/items/godfigures.dm @@ -10,7 +10,7 @@ throw_force = 10 w_class = WEIGHT_CLASS_SMALL -/obj/item/godfig/attack_self(mob/user) +/obj/item/godfig/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/gunbox.dm b/code/game/objects/items/gunbox.dm index 7744108a0dcf..7e2dee09285b 100644 --- a/code/game/objects/items/gunbox.dm +++ b/code/game/objects/items/gunbox.dm @@ -5,7 +5,7 @@ icon_state = "gunbox" worth_intrinsic = 350 -/obj/item/gunbox/attack_self(mob/user) +/obj/item/gunbox/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["NT Mk58 (.45)"] = list(/obj/item/gun/ballistic/sec, /obj/item/ammo_magazine/a45/rubber, /obj/item/ammo_magazine/a45/flash) options["SW 625 Revolver (.45)"] = list(/obj/item/gun/ballistic/revolver/detective45, /obj/item/ammo_magazine/a45/speedloader/rubber, /obj/item/ammo_magazine/a45/speedloader/rubber) @@ -26,7 +26,7 @@ icon_state = "gunbox" worth_intrinsic = 450 -/obj/item/gunbox/lethal/attack_self(mob/user) +/obj/item/gunbox/lethal/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["M1911 Dynamic (.45)"] = list(/obj/item/gun/ballistic/colt, /obj/item/ammo_magazine/a45, /obj/item/ammo_magazine/a45) options["SW 625 Revolver (.45)"] = list(/obj/item/gun/ballistic/revolver/detective45, /obj/item/ammo_magazine/a45/speedloader, /obj/item/ammo_magazine/a45/speedloader) @@ -48,7 +48,7 @@ icon_state = "gunbox" w_class = WEIGHT_CLASS_HUGE -/obj/item/gunbox/attack_self(mob/user) +/obj/item/gunbox/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options[".45 Pistol"] = list(/obj/item/gun/ballistic/colt/detective, /obj/item/ammo_magazine/a45/rubber, /obj/item/ammo_magazine/a45/rubber) options[".45 Revolver"] = list(/obj/item/gun/ballistic/revolver/detective45, /obj/item/ammo_magazine/a45/speedloader/rubber, /obj/item/ammo_magazine/a45/speedloader/rubber) @@ -69,7 +69,7 @@ icon_state = "gunbox" w_class = WEIGHT_CLASS_HUGE -/obj/item/gunbox/marksman/attack_self(mob/user) +/obj/item/gunbox/marksman/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["Marksman Energy Rifle"] = list(/obj/item/gun/energy/sniperrifle/locked) options["M1A Garand"] = list(/obj/item/gun/ballistic/garand/sniper, /obj/item/storage/belt/security/tactical/bandolier, /obj/item/ammo_magazine/a7_62mm/garand/sniperhunter, /obj/item/ammo_magazine/a7_62mm/garand/sniperhunter, /obj/item/ammo_magazine/a7_62mm/garand/sniperhunter, /obj/item/ammo_magazine/a7_62mm/garand/sniperhunter, /obj/item/ammo_magazine/a7_62mm/garand/sniperhunter, /obj/item/ammo_magazine/a7_62mm/garand/sniperhunter, /obj/item/ammo_magazine/a7_62mm/garand/sniperhunter) // 7 clips, 56 rounds @@ -89,7 +89,7 @@ icon = 'icons/obj/storage.dmi' icon_state = "donkbox" -/obj/item/gunbox/donksoft/attack_self(mob/user) +/obj/item/gunbox/donksoft/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["Classic DONKsoft Pistol"] = list(/obj/item/gun/ballistic/pistol/foam, /obj/item/ammo_magazine/foam/pistol, /obj/item/ammo_magazine/foam/pistol) options["Blue DONKsoft Pistol"] = list(/obj/item/gun/ballistic/pistol/foam/blue, /obj/item/ammo_magazine/foam/pistol, /obj/item/ammo_magazine/foam/pistol) @@ -109,7 +109,7 @@ icon = 'icons/obj/storage.dmi' icon_state = "donkbox2" -/obj/item/gunbox/donksoft/shotgun/attack_self(mob/user) +/obj/item/gunbox/donksoft/shotgun/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["Classic DONKsoft Shotgun"] = list(/obj/item/gun/ballistic/shotgun/pump/foam, /obj/item/ammo_magazine/foam/box, /obj/item/ammo_magazine/foam/box) options["Blue DONKsoft Shotgun"] = list(/obj/item/gun/ballistic/shotgun/pump/foam/blue, /obj/item/ammo_magazine/foam/box, /obj/item/ammo_magazine/foam/box) @@ -128,7 +128,7 @@ icon = 'icons/obj/storage.dmi' icon_state = "donkbox3" -/obj/item/gunbox/donksoft/smg/attack_self(mob/user) +/obj/item/gunbox/donksoft/smg/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["Classic DONKsoft SMG"] = list(/obj/item/gun/ballistic/automatic/advanced_smg/foam, /obj/item/ammo_magazine/foam/smg, /obj/item/ammo_magazine/foam/smg) options["Blue DONKsoft SMG"] = list(/obj/item/gun/ballistic/automatic/advanced_smg/foam/blue, /obj/item/ammo_magazine/foam/smg, /obj/item/ammo_magazine/foam/smg) @@ -147,7 +147,7 @@ icon = 'icons/obj/storage.dmi' icon_state = "gunbox" -/obj/item/gunbox/carrier/blueshield/attack_self(mob/user) +/obj/item/gunbox/carrier/blueshield/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["\improper Black Carrier"] = list(/obj/item/clothing/suit/storage/hooded/covertcarrier/blueshield) options["\improper Black-Short Carrier"] = list(/obj/item/clothing/suit/storage/hooded/covertcarrier/blueshield/alt) @@ -167,7 +167,7 @@ icon = 'icons/obj/storage.dmi' icon_state = "gunbox" -/obj/item/gunbox/armor/security/attack_self(mob/user) +/obj/item/gunbox/armor/security/attack_self(mob/user, datum/event_args/actor/actor) var/list/options = list() options["\improper Flat Vest"] = list(/obj/item/clothing/suit/armor/vest) options["\improper Security Vest"] = list(/obj/item/clothing/suit/armor/vest/alt) diff --git a/code/game/objects/items/holosign_creator.dm b/code/game/objects/items/holosign_creator.dm index 74fb53fece44..a0150adb782a 100644 --- a/code/game/objects/items/holosign_creator.dm +++ b/code/game/objects/items/holosign_creator.dm @@ -48,7 +48,7 @@ else to_chat(user, "[src] is projecting at max capacity!") -/obj/item/holosign_creator/attack_self(mob/user) +/obj/item/holosign_creator/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -114,7 +114,7 @@ holosign_type = /obj/structure/holosign/barrier/cyborg var/shock = 0 -/obj/item/holosign_creator/cyborg/attack_self(mob/user) +/obj/item/holosign_creator/cyborg/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/id_cards/cards.dm b/code/game/objects/items/id_cards/cards.dm index b66854636c46..4af12a1cc5cc 100644 --- a/code/game/objects/items/id_cards/cards.dm +++ b/code/game/objects/items/id_cards/cards.dm @@ -117,7 +117,7 @@ if(I) icon = I -/obj/item/card_fluff/attack_self(mob/user) +/obj/item/card_fluff/attack_self(mob/user, datum/event_args/actor/actor) var/choice = tgui_input_list(usr, "What element would you like to customize?", "Customize Card", list("Band","Stamp","Reset")) if(!choice) return diff --git a/code/game/objects/items/id_cards/guest.dm b/code/game/objects/items/id_cards/guest.dm index e28529260bd7..1a9112850fa3 100644 --- a/code/game/objects/items/id_cards/guest.dm +++ b/code/game/objects/items/id_cards/guest.dm @@ -65,7 +65,7 @@ . += SPAN_NOTICE("Issuer name: [giver_name]") . += SPAN_NOTICE("Issuer rank: [giver_rank]") -/obj/item/card/id/guest/attack_self(mob/user) +/obj/item/card/id/guest/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/id_cards/station_ids.dm b/code/game/objects/items/id_cards/station_ids.dm index ccbca7e089f1..df5ef7a9e202 100644 --- a/code/game/objects/items/id_cards/station_ids.dm +++ b/code/game/objects/items/id_cards/station_ids.dm @@ -182,7 +182,7 @@ dat += "The confidential information flap is closed." return dat -/obj/item/card/id/attack_self(mob/user) +/obj/item/card/id/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/id_cards/syndicate_ids.dm b/code/game/objects/items/id_cards/syndicate_ids.dm index a8a4dc4e7610..a5ebf6d4076d 100644 --- a/code/game/objects/items/id_cards/syndicate_ids.dm +++ b/code/game/objects/items/id_cards/syndicate_ids.dm @@ -29,7 +29,7 @@ if(player_is_antag(user.mind)) to_chat(user, "The microscanner activates as you pass it over the ID, copying its access.") -/obj/item/card/id/syndicate/attack_self(mob/user) +/obj/item/card/id/syndicate/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/inflatables.dm b/code/game/objects/items/inflatables.dm index 0f8f5be29357..f33e6dc1ecaa 100644 --- a/code/game/objects/items/inflatables.dm +++ b/code/game/objects/items/inflatables.dm @@ -7,7 +7,7 @@ worth_intrinsic = 15 var/deploy_path = /obj/structure/inflatable -/obj/item/inflatable/attack_self(mob/user) +/obj/item/inflatable/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/melee/types/misc.dm b/code/game/objects/items/melee/types/misc.dm index ec2cf5250f4c..4114d2cbc6fc 100644 --- a/code/game/objects/items/melee/types/misc.dm +++ b/code/game/objects/items/melee/types/misc.dm @@ -31,7 +31,7 @@ . = ..() update_icon() -/obj/item/melee/umbrella/attack_self(mob/user) +/obj/item/melee/umbrella/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -61,8 +61,7 @@ damage_force = 30 throw_force = 10 w_class = WEIGHT_CLASS_NORMAL - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") attack_sound = 'sound/weapons/bladeslice.ogg' can_speak = 1 @@ -155,8 +154,7 @@ damage_force = 30 throw_force = 10 w_class = WEIGHT_CLASS_NORMAL - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE reach = 2 attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") attack_sound = 'sound/items/bikehorn.ogg' @@ -182,8 +180,7 @@ damage_force = 30 throw_force = 10 w_class = WEIGHT_CLASS_NORMAL - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE attack_verb = list("grasped", "torn", "cut", "pierced", "lashed") attack_sound = 'sound/weapons/bladeslice.ogg' armor_penetration = 10 @@ -227,8 +224,7 @@ w_class = WEIGHT_CLASS_NORMAL slot_flags = SLOT_BELT attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut", "chopped") - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE /obj/item/melee/ashlander/elder name = "elder bone sword" @@ -250,7 +246,7 @@ if(SA_vulnerability & tm.mob_class) tm.apply_damage(SA_bonus_damage) // fuck em -/obj/item/melee/ashlander/elder/attack_self(mob/user) +/obj/item/melee/ashlander/elder/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -281,7 +277,7 @@ to_chat(user, "You ignite the [src]'s sacred flame.") playsound(loc, 'sound/weapons/gun_flamethrower3.ogg', 50, 1) src.damage_force = 20 - src.damtype = "fire" + src.damage_type = DAMAGE_TYPE_BURN src.set_weight_class(WEIGHT_CLASS_BULKY) src.attack_sound = 'sound/weapons/gun_flamethrower2.ogg' active = 1 @@ -291,7 +287,7 @@ to_chat(user, "You douse \the [src]'s sacred flame.") playsound(loc, 'sound/weapons/gun_flamethrower1.ogg', 50, 1) src.damage_force = 20 - src.damtype = "brute" + src.damage_type = DAMAGE_TYPE_BRUTE src.set_weight_class(initial(src.w_class)) src.attack_sound = initial(src.attack_sound) src.active = 0 @@ -313,7 +309,7 @@ damage_force = 8 throw_force = 5 w_class = WEIGHT_CLASS_SMALL - sharp = 1 + damage_mode = DAMAGE_MODE_SHARP //I would like two-handed weapons that don't use our annoying material system, resulting in a "Steel Mjollnir". Drives me crazy. /obj/item/melee/twohanded @@ -330,7 +326,7 @@ parry_chance_melee = 15; } -/obj/item/melee/twohanded/attack_self(mob/user) +/obj/item/melee/twohanded/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -359,7 +355,6 @@ force_wielded = 75 force_unwielded = 50 w_class = WEIGHT_CLASS_HUGE - edge = 1 attack_verb = list("attacked", "smashed", "crushed", "wacked", "pounded") armor_penetration = 50 weight = ITEM_WEIGHT_BASELINE @@ -465,7 +460,7 @@ if (istype(location, /turf)) location.hotspot_expose(700, 50, 1) -/obj/item/melee/thermalcutter/attack_self(mob/user) +/obj/item/melee/thermalcutter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -526,11 +521,10 @@ T.visible_message("\The [src] turns on.") playsound(loc, acti_sound, 50, 1) src.damage_force = 15 - src.damtype = "fire" + src.damage_type = DAMAGE_TYPE_BURN src.set_weight_class(WEIGHT_CLASS_BULKY) src.attack_sound = 'sound/items/welder.ogg' - src.sharp = 1 - src.edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE active = 1 update_icon() else @@ -545,11 +539,10 @@ T.visible_message("\The [src] turns off.") playsound(loc, deac_sound, 50, 1) src.damage_force = 3 - src.damtype = "brute" + src.damage_type = DAMAGE_TYPE_BRUTE + damage_mode = NONE src.set_weight_class(initial(src.w_class)) src.active = 0 - src.sharp = 0 - src.edge = 0 src.attack_sound = initial(src.attack_sound) update_icon() diff --git a/code/game/objects/items/melee/types/ninja_energy_blade.dm b/code/game/objects/items/melee/types/ninja_energy_blade.dm index c7d110bc483e..10e586432e40 100644 --- a/code/game/objects/items/melee/types/ninja_energy_blade.dm +++ b/code/game/objects/items/melee/types/ninja_energy_blade.dm @@ -5,8 +5,7 @@ item_state = "ninja_energy_blade" damage_force = 40 //Normal attacks deal very high damage - about the same as wielded fire axe armor_penetration = 100 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE anchored = 1 // Never spawned outside of inventory, should be fine. throw_force = 1 //Throwing or dropping the item deletes it. throw_speed = 1 @@ -40,7 +39,7 @@ STOP_PROCESSING(SSobj, src) return ..() -/obj/item/melee/ninja_energy_blade/attack_self(mob/user) +/obj/item/melee/ninja_energy_blade/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/melee/types/transforming.dm b/code/game/objects/items/melee/types/transforming.dm index fe7f4160f939..837f697309d9 100644 --- a/code/game/objects/items/melee/types/transforming.dm +++ b/code/game/objects/items/melee/types/transforming.dm @@ -133,7 +133,7 @@ damage_force = VALUE_OR_DEFAULT(active_damage_force, initial(damage_force)) damage_tier = VALUE_OR_DEFAULT(active_damage_tier, initial(damage_tier)) damage_mode = VALUE_OR_DEFAULT(active_damage_mode, initial(damage_mode)) - damtype = VALUE_OR_DEFAULT(active_damage_type, initial(damtype)) + damage_type = VALUE_OR_DEFAULT(active_damage_type, initial(damage_type)) throw_force = VALUE_OR_DEFAULT(active_throw_force, initial(throw_force)) throw_resist = VALUE_OR_DEFAULT(active_throw_resist, initial(throw_resist)) @@ -159,7 +159,7 @@ damage_force = VALUE_OR_DEFAULT(inactive_damage_force, initial(damage_force)) damage_tier = VALUE_OR_DEFAULT(inactive_damage_tier, initial(damage_tier)) damage_mode = VALUE_OR_DEFAULT(inactive_damage_mode, initial(damage_mode)) - damtype = VALUE_OR_DEFAULT(inactive_damage_type, initial(damtype)) + damage_type = VALUE_OR_DEFAULT(inactive_damage_type, initial(damage_type)) throw_force = VALUE_OR_DEFAULT(inactive_throw_force, initial(throw_force)) throw_resist = VALUE_OR_DEFAULT(inactive_throw_resist, initial(throw_resist)) diff --git a/code/game/objects/items/melee/types/transforming/energy/axe.dm b/code/game/objects/items/melee/types/transforming/energy/axe.dm index 1bbb22023857..175015f0ab01 100644 --- a/code/game/objects/items/melee/types/transforming/energy/axe.dm +++ b/code/game/objects/items/melee/types/transforming/energy/axe.dm @@ -11,8 +11,7 @@ w_class = WEIGHT_CLASS_NORMAL origin_tech = list(TECH_MAGNET = 3, TECH_COMBAT = 4) attack_verb = list("attacked", "chopped", "cleaved", "torn", "cut") - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE can_cleave = TRUE active_damage_force = 60 diff --git a/code/game/objects/items/melee/types/transforming/energy/ionic_rapier.dm b/code/game/objects/items/melee/types/transforming/energy/ionic_rapier.dm index 16c15a514bbe..401b8bae11ab 100644 --- a/code/game/objects/items/melee/types/transforming/energy/ionic_rapier.dm +++ b/code/game/objects/items/melee/types/transforming/energy/ionic_rapier.dm @@ -8,8 +8,7 @@ item_state = "ionrapier" active_damage_force = 10 active_throw_force = 3 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE armor_penetration = 0 atom_flags = NOBLOODY lrange = 2 diff --git a/code/game/objects/items/pizza_voucher.dm b/code/game/objects/items/pizza_voucher.dm index fc71e9fa4f05..579004328c52 100644 --- a/code/game/objects/items/pizza_voucher.dm +++ b/code/game/objects/items/pizza_voucher.dm @@ -20,7 +20,7 @@ "WE ALWAYS DELIVER! WE ALWAYS DELIVER! WE ALWAYS DELIVER!") desc = "A pocket-sized plastic slip with a button in the middle. \"[pick(descstrings)]\" is written on the back." -/obj/item/pizzavoucher/attack_self(mob/user) +/obj/item/pizzavoucher/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/robot/gripper.dm b/code/game/objects/items/robot/gripper.dm index be89a8166c96..e447ad819192 100644 --- a/code/game/objects/items/robot/gripper.dm +++ b/code/game/objects/items/robot/gripper.dm @@ -74,7 +74,7 @@ /obj/item/gripper/CtrlClick(mob/user) drop_item() -/obj/item/gripper/attack_self(mob/user) +/obj/item/gripper/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -313,7 +313,7 @@ /obj/item/gripper/no_use //Used when you want to hold and put items in other things, but not able to 'use' the item -/obj/item/gripper/no_use/attack_self(mob/user) +/obj/item/gripper/no_use/attack_self(mob/user, datum/event_args/actor/actor) return /obj/item/gripper/no_use/organ/robotics diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index d625597e1112..8e0ef0137cc4 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -39,7 +39,7 @@ item_state = "cyborg_upgrade" var/heldname = "default name" -/obj/item/borg/upgrade/rename/attack_self(mob/user) +/obj/item/borg/upgrade/rename/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/scanners/atmos.dm b/code/game/objects/items/scanners/atmos.dm index fb10b13e407c..1d048969ca7a 100644 --- a/code/game/objects/items/scanners/atmos.dm +++ b/code/game/objects/items/scanners/atmos.dm @@ -38,7 +38,7 @@ return atmosanalyzer_scan(src, air, user) -/obj/item/atmos_analyzer/attack_self(mob/user) +/obj/item/atmos_analyzer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/scanners/biology.dm b/code/game/objects/items/scanners/biology.dm index 15dfdfbb12b2..6cdcd64f9eda 100644 --- a/code/game/objects/items/scanners/biology.dm +++ b/code/game/objects/items/scanners/biology.dm @@ -31,7 +31,7 @@ user.visible_message("\The [src] spits out a piece of paper.") return -/obj/item/biology_analyzer/attack_self(mob/user) +/obj/item/biology_analyzer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/scanners/plant.dm b/code/game/objects/items/scanners/plant.dm index cfb901f01a5d..be29c14defaa 100644 --- a/code/game/objects/items/scanners/plant.dm +++ b/code/game/objects/items/scanners/plant.dm @@ -6,7 +6,7 @@ var/datum/seed/last_seed var/list/last_reagents -/obj/item/plant_analyzer/attack_self(mob/user) +/obj/item/plant_analyzer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/scanners/spectrometer.dm b/code/game/objects/items/scanners/spectrometer.dm index c104792376b4..67e498b7d00a 100644 --- a/code/game/objects/items/scanners/spectrometer.dm +++ b/code/game/objects/items/scanners/spectrometer.dm @@ -28,7 +28,7 @@ else icon_state = initial(icon_state) -/obj/item/mass_spectrometer/attack_self(mob/user) +/obj/item/mass_spectrometer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/shield/types/shields_legacy.dm b/code/game/objects/items/shield/types/shields_legacy.dm index 1b73e20897f7..43e0b0d1a0f2 100644 --- a/code/game/objects/items/shield/types/shields_legacy.dm +++ b/code/game/objects/items/shield/types/shields_legacy.dm @@ -54,7 +54,7 @@ return ..() return embedded_flash.attack_mob(arglist(args)) -/obj/item/shield/riot/flash/attack_self(mob/user) +/obj/item/shield/riot/flash/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/shield_projector/shield_projector.dm b/code/game/objects/items/shield_projector/shield_projector.dm index e9b3547cf28e..8ff51ae82244 100644 --- a/code/game/objects/items/shield_projector/shield_projector.dm +++ b/code/game/objects/items/shield_projector/shield_projector.dm @@ -128,7 +128,7 @@ for(var/obj/effect/directional_shield/S in active_shields) S.update_color(new_color) -/obj/item/shield_projector/attack_self(mob/user) +/obj/item/shield_projector/attack_self(mob/user, datum/event_args/actor/actor) if(active) if(always_on) to_chat(user, "You can't seem to deactivate \the [src].") @@ -320,7 +320,7 @@ else my_tool.set_ready_state(1) -/obj/item/shield_projector/line/exosuit/attack_self(mob/user) +/obj/item/shield_projector/line/exosuit/attack_self(mob/user, datum/event_args/actor/actor) if(active) if(always_on) to_chat(user, "You can't seem to deactivate \the [src].") diff --git a/code/game/objects/items/signs.dm b/code/game/objects/items/signs.dm index 6e3166f33c58..86d2f1c7cda8 100644 --- a/code/game/objects/items/signs.dm +++ b/code/game/objects/items/signs.dm @@ -27,7 +27,7 @@ else return ..() -/obj/item/picket_sign/attack_self(mob/user) +/obj/item/picket_sign/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/spritechanger.dm b/code/game/objects/items/spritechanger.dm index aabc8148777f..e3df660faf64 100644 --- a/code/game/objects/items/spritechanger.dm +++ b/code/game/objects/items/spritechanger.dm @@ -13,7 +13,7 @@ after the sprite has been set you can use it again to remove overlays that may h var/path var/state -/obj/item/spritechanger/attack_self(mob/user) +/obj/item/spritechanger/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/stacks/marker_beacons.dm b/code/game/objects/items/stacks/marker_beacons.dm index 9c923e7c75ce..7c8297d4bd16 100644 --- a/code/game/objects/items/stacks/marker_beacons.dm +++ b/code/game/objects/items/stacks/marker_beacons.dm @@ -50,7 +50,7 @@ var/list/marker_beacon_colors = list( /obj/item/stack/marker_beacon/update_icon() icon_state = "[initial(icon_state)][lowertext(picked_color)]" -/obj/item/stack/marker_beacon/attack_self(mob/user) +/obj/item/stack/marker_beacon/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/stacks/sheets/glass.dm b/code/game/objects/items/stacks/sheets/glass.dm index 18e04ffbcc08..a14290c8481a 100644 --- a/code/game/objects/items/stacks/sheets/glass.dm +++ b/code/game/objects/items/stacks/sheets/glass.dm @@ -19,7 +19,7 @@ pickup_sound = 'sound/items/pickup/glass.ogg' var/is_reinforced = 0 -/obj/item/stack/material/glass/attack_self(mob/user) +/obj/item/stack/material/glass/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/stacks/telecrystal.dm b/code/game/objects/items/stacks/telecrystal.dm index 5d6c7ba89ade..3331b0c32612 100644 --- a/code/game/objects/items/stacks/telecrystal.dm +++ b/code/game/objects/items/stacks/telecrystal.dm @@ -23,7 +23,7 @@ to_chat(user, "There are not enough telecrystals to do that.") return NONE -/obj/item/stack/telecrystal/attack_self(mob/user) +/obj/item/stack/telecrystal/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index a8d3e994287a..415d4afd861c 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -43,7 +43,7 @@ // todo: implement dynamic state, like how /tg/ boxes work // BubbleWrap - A box can be folded up to make card -/obj/item/storage/box/attack_self(mob/user) +/obj/item/storage/box/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -449,7 +449,7 @@ /obj/item/storage/box/matches/attackby(obj/item/flame/match/W as obj, mob/user as mob) if(istype(W) && !W.lit && !W.burnt) W.lit = 1 - W.damtype = "burn" + W.damage_type = "burn" W.icon_state = "match_lit" START_PROCESSING(SSobj, W) W.update_icon() diff --git a/code/game/objects/items/storage/misc_legacy/misc.dm b/code/game/objects/items/storage/misc_legacy/misc.dm index 4aa010e76c43..99370e2814e2 100644 --- a/code/game/objects/items/storage/misc_legacy/misc.dm +++ b/code/game/objects/items/storage/misc_legacy/misc.dm @@ -84,8 +84,7 @@ icon_state = "survivalknife" item_state = "knife" max_combined_volume = WEIGHT_VOLUME_TINY * 3 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE damage_force = 15 throw_force = 15 attack_verb = list("stabbed", "chopped", "cut") @@ -99,7 +98,7 @@ ) starts_with = list(/obj/item/pen/crayon/chalk, /obj/item/reagent_containers/pill/nutriment, /obj/item/gps/survival) -/obj/item/storage/box/survival_knife/attack_self(mob/user) +/obj/item/storage/box/survival_knife/attack_self(mob/user, datum/event_args/actor/actor) return /obj/item/storage/box/papersack diff --git a/code/game/objects/items/storage/misc_legacy/trinket_box.dm b/code/game/objects/items/storage/misc_legacy/trinket_box.dm index db81355671cd..ba2c70fc545a 100644 --- a/code/game/objects/items/storage/misc_legacy/trinket_box.dm +++ b/code/game/objects/items/storage/misc_legacy/trinket_box.dm @@ -41,7 +41,7 @@ closed_state = "[initial(icon_state)]" . = ..() -/obj/item/storage/trinketbox/attack_self(mob/user) +/obj/item/storage/trinketbox/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/storage/secure.dm b/code/game/objects/items/storage/secure.dm index 9d249922cbf5..9e35c4de22dd 100644 --- a/code/game/objects/items/storage/secure.dm +++ b/code/game/objects/items/storage/secure.dm @@ -70,7 +70,7 @@ ..() -/obj/item/storage/secure/attack_self(mob/user) +/obj/item/storage/secure/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/theatrical/bike_horn.dm b/code/game/objects/items/theatrical/bike_horn.dm index 1a893d4a12a7..b9e59e108f30 100644 --- a/code/game/objects/items/theatrical/bike_horn.dm +++ b/code/game/objects/items/theatrical/bike_horn.dm @@ -13,7 +13,7 @@ attack_verb = list("HONKED") var/spam_flag = 0 -/obj/item/bikehorn/attack_self(mob/user) +/obj/item/bikehorn/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -38,7 +38,7 @@ flip_mobs() return ..() -/obj/item/bikehorn/golden/attack_self(mob/user) +/obj/item/bikehorn/golden/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/tools/crowbar.dm b/code/game/objects/items/tools/crowbar.dm index 69db80adb264..de6a99a89e2f 100644 --- a/code/game/objects/items/tools/crowbar.dm +++ b/code/game/objects/items/tools/crowbar.dm @@ -131,7 +131,7 @@ QDEL_NULL(counterpart) return ..() -/obj/item/tool/crowbar/power/attack_self(mob/user) +/obj/item/tool/crowbar/power/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/tools/screwdriver.dm b/code/game/objects/items/tools/screwdriver.dm index 6a063c62cb89..c7f61df2ad71 100644 --- a/code/game/objects/items/tools/screwdriver.dm +++ b/code/game/objects/items/tools/screwdriver.dm @@ -20,7 +20,7 @@ pickup_sound = 'sound/items/pickup/screwdriver.ogg' materials_base = list(MAT_STEEL = 75) attack_verb = list("stabbed") - sharp = 1 + damage_mode = DAMAGE_MODE_SHARP tool_speed = 1 var/random_color = TRUE @@ -186,7 +186,7 @@ QDEL_NULL(counterpart) return ..() -/obj/item/tool/screwdriver/power/attack_self(mob/user) +/obj/item/tool/screwdriver/power/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/tools/switchtool.dm b/code/game/objects/items/tools/switchtool.dm index ae87558fd9e3..d2f4da5bdcf5 100644 --- a/code/game/objects/items/tools/switchtool.dm +++ b/code/game/objects/items/tools/switchtool.dm @@ -104,7 +104,7 @@ module_string += "\a [module.name], " return module_string -/obj/item/switchtool/attack_self(mob/user) +/obj/item/switchtool/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/tools/weldingtool.dm b/code/game/objects/items/tools/weldingtool.dm index adf07cc03b87..a3d31e4aeca4 100644 --- a/code/game/objects/items/tools/weldingtool.dm +++ b/code/game/objects/items/tools/weldingtool.dm @@ -151,7 +151,7 @@ if (istype(location, /turf)) location.hotspot_expose(700, 50, 1) -/obj/item/weldingtool/attack_self(mob/user) +/obj/item/weldingtool/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -253,7 +253,7 @@ T.visible_message("\The [src] turns on.") playsound(loc, acti_sound, 50, 1) src.damage_force = 15 - src.damtype = "fire" + src.damage_type = DAMAGE_TYPE_BURN src.set_weight_class(WEIGHT_CLASS_BULKY) src.attack_sound = 'sound/items/welder.ogg' welding = 1 @@ -275,7 +275,7 @@ T.visible_message("\The [src] turns off.") playsound(loc, deac_sound, 50, 1) src.damage_force = 3 - src.damtype = "brute" + src.damage_type = DAMAGE_TYPE_BRUTE src.set_weight_class(initial(src.w_class)) src.welding = 0 src.attack_sound = initial(src.attack_sound) @@ -754,7 +754,7 @@ M.update_inv_l_hand() M.update_inv_r_hand() -/obj/item/weldingtool/electric/crystal/attack_self(mob/user) +/obj/item/weldingtool/electric/crystal/attack_self(mob/user, datum/event_args/actor/actor) var/mob/living/carbon/human/H = user if(!istype(H)) return diff --git a/code/game/objects/items/tools/wirecutters.dm b/code/game/objects/items/tools/wirecutters.dm index 6378a9be3235..ec1372da2c0c 100644 --- a/code/game/objects/items/tools/wirecutters.dm +++ b/code/game/objects/items/tools/wirecutters.dm @@ -20,8 +20,7 @@ tool_sound = 'sound/items/wirecutter.ogg' drop_sound = 'sound/items/drop/wirecutter.ogg' pickup_sound = 'sound/items/pickup/wirecutter.ogg' - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE tool_speed = 1 var/random_color = TRUE @@ -161,7 +160,7 @@ QDEL_NULL(counterpart) return ..() -/obj/item/tool/wirecutters/power/attack_self(mob/user) +/obj/item/tool/wirecutters/power/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/tools/wrench.dm b/code/game/objects/items/tools/wrench.dm index b119b8ab0a04..ef7d51c1523d 100644 --- a/code/game/objects/items/tools/wrench.dm +++ b/code/game/objects/items/tools/wrench.dm @@ -165,7 +165,7 @@ QDEL_NULL(counterpart) return ..() -/obj/item/tool/wrench/power/attack_self(mob/user) +/obj/item/tool/wrench/power/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 4ef067b847a6..d0207e50e635 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -272,7 +272,7 @@ var/colorable = TRUE var/rainbow = FALSE -/obj/item/toy/sword/attack_self(mob/user) +/obj/item/toy/sword/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -491,7 +491,7 @@ w_class = WEIGHT_CLASS_TINY slot_flags = SLOT_EARS | SLOT_HOLSTER -/obj/item/toy/bosunwhistle/attack_self(mob/user) +/obj/item/toy/bosunwhistle/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -509,7 +509,7 @@ var/cooldown = 0 //all credit to skasi for toy mech fun ideas -/obj/item/toy/prize/attack_self(mob/user) +/obj/item/toy/prize/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -596,7 +596,7 @@ . = ..() desc = "A \"Space Life\" brand [name]" -/obj/item/toy/figure/attack_self(mob/user) +/obj/item/toy/figure/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -861,7 +861,7 @@ playsound(src, bitesound, 20, 1) // Play bite sound in local area // Attack self -/obj/item/toy/plushie/carp/attack_self(mob/user) +/obj/item/toy/plushie/carp/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -973,7 +973,7 @@ var/last_message = 0 var/pokephrase = "Uww!" -/obj/item/toy/plushie/attack_self(mob/user) +/obj/item/toy/plushie/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1439,7 +1439,7 @@ var/cooldown = 0 var/list/possible_answers = list("Definitely.", "All signs point to yes.", "Most likely.", "Yes.", "Ask again later.", "Better not tell you now.", "Future unclear.", "Maybe.", "Doubtful.", "No.", "Don't count on it.", "Never.") -/obj/item/toy/eight_ball/attack_self(mob/user) +/obj/item/toy/eight_ball/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1514,7 +1514,7 @@ w_class = WEIGHT_CLASS_SMALL var/cooldown = 0 /* -/obj/item/toy/AI/attack_self(mob/user) +/obj/item/toy/AI/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1536,7 +1536,7 @@ w_class = WEIGHT_CLASS_SMALL var/cooldown = 0 -/obj/item/toy/owl/attack_self(mob/user) +/obj/item/toy/owl/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1557,7 +1557,7 @@ w_class = WEIGHT_CLASS_SMALL var/cooldown = 0 -/obj/item/toy/griffin/attack_self(mob/user) +/obj/item/toy/griffin/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1578,7 +1578,7 @@ w_class = WEIGHT_CLASS_SMALL var/cooldown = 0 -/obj/item/toy/cowgirlprize/attack_self(mob/user) +/obj/item/toy/cowgirlprize/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1599,7 +1599,7 @@ w_class = WEIGHT_CLASS_SMALL var/cooldown = 0 -/obj/item/toy/snakeoilprize/attack_self(mob/user) +/obj/item/toy/snakeoilprize/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1646,7 +1646,7 @@ max_combined_volume = STORAGE_VOLUME_BOX var/last_message = 0 -/obj/item/storage/daki/attack_self(mob/user) +/obj/item/storage/daki/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/AI_modules.dm b/code/game/objects/items/weapons/AI_modules.dm index d67dd2f029f9..3515d06af458 100644 --- a/code/game/objects/items/weapons/AI_modules.dm +++ b/code/game/objects/items/weapons/AI_modules.dm @@ -130,7 +130,7 @@ AI MODULES desc = "A 'safeguard' AI module: 'Safeguard . Anyone threatening or attempting to harm is no longer to be considered a crew member, and is a threat which must be neutralized.'" origin_tech = list(TECH_DATA = 3, TECH_MATERIAL = 4) -/obj/item/aiModule/safeguard/attack_self(mob/user) +/obj/item/aiModule/safeguard/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -159,7 +159,7 @@ AI MODULES desc = "A 'one crew member' AI module: 'Only is a crew member.'" origin_tech = list(TECH_DATA = 3, TECH_MATERIAL = 6) //made with diamonds! -/obj/item/aiModule/oneHuman/attack_self(mob/user) +/obj/item/aiModule/oneHuman/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -243,7 +243,7 @@ AI MODULES desc = "A 'freeform' AI module: ''" origin_tech = list(TECH_DATA = 4, TECH_MATERIAL = 4) -/obj/item/aiModule/freeform/attack_self(mob/user) +/obj/item/aiModule/freeform/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -362,7 +362,7 @@ AI MODULES desc = "A 'freeform' Core AI module: ''" origin_tech = list(TECH_DATA = 3, TECH_MATERIAL = 6) -/obj/item/aiModule/freeformcore/attack_self(mob/user) +/obj/item/aiModule/freeformcore/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -389,7 +389,7 @@ AI MODULES desc = "A hacked AI law module: ''" origin_tech = list(TECH_DATA = 3, TECH_MATERIAL = 6, TECH_ILLEGAL = 7) -/obj/item/aiModule/syndicate/attack_self(mob/user) +/obj/item/aiModule/syndicate/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/RCD.dm b/code/game/objects/items/weapons/RCD.dm index af4d1581c3aa..6c997dd8d9f3 100644 --- a/code/game/objects/items/weapons/RCD.dm +++ b/code/game/objects/items/weapons/RCD.dm @@ -103,7 +103,7 @@ return TRUE // Changes which mode it is on. -/obj/item/rcd/attack_self(mob/user) +/obj/item/rcd/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -363,7 +363,7 @@ /obj/item/rcd/electric/mounted/hardsuit // Old method for swapping modes as there is no way to bring up the radial. -/obj/item/rcd/electric/mounted/hardsuit/attack_self(mob/user) +/obj/item/rcd/electric/mounted/hardsuit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/RPD.dm b/code/game/objects/items/weapons/RPD.dm index 816efe7b5867..7a2e15436c21 100644 --- a/code/game/objects/items/weapons/RPD.dm +++ b/code/game/objects/items/weapons/RPD.dm @@ -106,7 +106,7 @@ // UnregisterSignal(user, COMSIG_MOUSE_SCROLL_ON) // return ..() -/obj/item/pipe_dispenser/attack_self(mob/user) +/obj/item/pipe_dispenser/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/RSF.dm b/code/game/objects/items/weapons/RSF.dm index 9676a0bfeaca..5d0ba68d4d5b 100644 --- a/code/game/objects/items/weapons/RSF.dm +++ b/code/game/objects/items/weapons/RSF.dm @@ -62,7 +62,7 @@ RSF else glasstype = /obj/item/reagent_containers/food/drinks/metaglass -/obj/item/rsf/attack_self(mob/user) +/obj/item/rsf/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/barrier_tape.dm b/code/game/objects/items/weapons/barrier_tape.dm index c82c16b019ca..c12379f28bec 100644 --- a/code/game/objects/items/weapons/barrier_tape.dm +++ b/code/game/objects/items/weapons/barrier_tape.dm @@ -137,7 +137,7 @@ var/list/tape_roll_applications = list() update_icon() return ..() -/obj/item/barrier_tape_roll/attack_self(mob/user) +/obj/item/barrier_tape_roll/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/candle.dm b/code/game/objects/items/weapons/candle.dm index 5bda9d830261..733e0cac1d0c 100644 --- a/code/game/objects/items/weapons/candle.dm +++ b/code/game/objects/items/weapons/candle.dm @@ -61,7 +61,7 @@ var/turf/T = loc T.hotspot_expose(700, 5) -/obj/item/flame/candle/attack_self(mob/user) +/obj/item/flame/candle/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/cigs_lighters.dm b/code/game/objects/items/weapons/cigs_lighters.dm index b2f43649dee3..f442a7c7afd1 100644 --- a/code/game/objects/items/weapons/cigs_lighters.dm +++ b/code/game/objects/items/weapons/cigs_lighters.dm @@ -64,7 +64,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM /obj/item/flame/match/proc/burn_out() lit = 0 burnt = 1 - damtype = "brute" + damage_type = DAMAGE_TYPE_BRUTE icon_state = "match_burnt" item_state = "cigoff" name = "burnt match" @@ -160,7 +160,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM /obj/item/clothing/mask/smokable/proc/light(var/flavor_text = "[usr] lights the [name].") if(!src.lit) src.lit = 1 - damtype = "fire" + damage_type = DAMAGE_TYPE_BURN if(reagents.get_reagent_amount("phoron")) // the phoron explodes when exposed to fire var/datum/effect_system/reagents_explosion/e = new() e.set_up(round(reagents.get_reagent_amount("phoron") / 2.5, 1), get_turf(src), 0, 0) @@ -311,7 +311,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM else to_chat(user, "[src] is full.") -/obj/item/clothing/mask/smokable/cigarette/attack_self(mob/user) +/obj/item/clothing/mask/smokable/cigarette/attack_self(mob/user, datum/event_args/actor/actor) if(lit == 1) if(user.a_intent == INTENT_HARM) user.visible_message("[user] drops and treads on the lit [src], putting it out instantly.") @@ -454,7 +454,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM . = ..() name = "empty [initial(name)]" -/obj/item/clothing/mask/smokable/pipe/attack_self(mob/user) +/obj/item/clothing/mask/smokable/pipe/attack_self(mob/user, datum/event_args/actor/actor) if(lit == 1) if(user.a_intent == INTENT_HARM) user.visible_message("[user] empties the lit [src] on the floor!.") @@ -611,7 +611,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM item_state = icon_state base_state = icon_state -/obj/item/flame/lighter/attack_self(mob/user) +/obj/item/flame/lighter/attack_self(mob/user, datum/event_args/actor/actor) if(!base_state) base_state = icon_state if(!lit) diff --git a/code/game/objects/items/weapons/cosmetics.dm b/code/game/objects/items/weapons/cosmetics.dm index d00f061acbea..5e51f09d4afc 100644 --- a/code/game/objects/items/weapons/cosmetics.dm +++ b/code/game/objects/items/weapons/cosmetics.dm @@ -56,7 +56,7 @@ colour = pick("red","orange","yellow","jade","cyan","purple","pink","maroon","black","white") name = "[colour] lipstick" -/obj/item/lipstick/attack_self(mob/user) +/obj/item/lipstick/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -102,7 +102,7 @@ icon = 'icons/obj/items.dmi' icon_state = "purplecomb" -/obj/item/haircomb/attack_self(mob/user) +/obj/item/haircomb/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -130,7 +130,7 @@ icon_state = "trinketbox" var/list/ui_users = list() -/obj/item/makeover/attack_self(mob/user) +/obj/item/makeover/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/duct_tape.dm b/code/game/objects/items/weapons/duct_tape.dm index 6e05e576feae..fd572daf27fc 100644 --- a/code/game/objects/items/weapons/duct_tape.dm +++ b/code/game/objects/items/weapons/duct_tape.dm @@ -129,7 +129,7 @@ return return ..() -/obj/item/duct_tape_roll/attack_self(mob/user) +/obj/item/duct_tape_roll/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -180,7 +180,7 @@ name = W.name + " (taped)" copy_overlays(W) -/obj/item/duct_tape_piece/attack_self(mob/user) +/obj/item/duct_tape_piece/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/explosives.dm b/code/game/objects/items/weapons/explosives.dm index 1c5de510635f..1c1824e45e72 100644 --- a/code/game/objects/items/weapons/explosives.dm +++ b/code/game/objects/items/weapons/explosives.dm @@ -38,7 +38,7 @@ else ..() -/obj/item/plastique/attack_self(mob/user) +/obj/item/plastique/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/extinguisher.dm b/code/game/objects/items/weapons/extinguisher.dm index 2b1c3b4f4e1c..4528c7c68da4 100644 --- a/code/game/objects/items/weapons/extinguisher.dm +++ b/code/game/objects/items/weapons/extinguisher.dm @@ -49,7 +49,7 @@ . = ..() . += "[icon2html(thing = src, target = user)] [src.name] contains [src.reagents.total_volume] units of water left!" -/obj/item/extinguisher/attack_self(mob/user) +/obj/item/extinguisher/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/flamethrower.dm b/code/game/objects/items/weapons/flamethrower.dm index 61e44006d793..0c217e9792ec 100644 --- a/code/game/objects/items/weapons/flamethrower.dm +++ b/code/game/objects/items/weapons/flamethrower.dm @@ -123,7 +123,7 @@ return -/obj/item/flamethrower/attack_self(mob/user) +/obj/item/flamethrower/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/gift_wrappaper.dm b/code/game/objects/items/weapons/gift_wrappaper.dm index 89b33c219147..ee4fc74d13f4 100644 --- a/code/game/objects/items/weapons/gift_wrappaper.dm +++ b/code/game/objects/items/weapons/gift_wrappaper.dm @@ -40,7 +40,7 @@ if(!isnull(gift)) . += gift -/obj/item/gift/attack_self(mob/user) +/obj/item/gift/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -74,7 +74,7 @@ qdel(src) -/obj/item/a_gift/attack_self(mob/user) +/obj/item/a_gift/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -143,7 +143,7 @@ pixel_x = rand(-10,10) pixel_y = rand(-10,10) -/obj/item/gift/attack_self(mob/user) +/obj/item/gift/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -158,7 +158,7 @@ /obj/item/b_gift/legacy_ex_act() qdel(src) -/obj/item/b_gift/attack_self(mob/user) +/obj/item/b_gift/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/grenades/chem_grenade.dm b/code/game/objects/items/weapons/grenades/chem_grenade.dm index 588965be9ea6..174dcc0ab47a 100644 --- a/code/game/objects/items/weapons/grenades/chem_grenade.dm +++ b/code/game/objects/items/weapons/grenades/chem_grenade.dm @@ -24,7 +24,7 @@ QDEL_LIST_NULL(beakers) return ..() -/obj/item/grenade/chem_grenade/attack_self(mob/user) +/obj/item/grenade/chem_grenade/attack_self(mob/user, datum/event_args/actor/actor) if(!stage || stage==1) if(detonator) // detonator.loc=src.loc diff --git a/code/game/objects/items/weapons/grenades/grenade.dm b/code/game/objects/items/weapons/grenades/grenade.dm index a2bf2996ee9f..838dc3ec7d37 100644 --- a/code/game/objects/items/weapons/grenades/grenade.dm +++ b/code/game/objects/items/weapons/grenades/grenade.dm @@ -53,7 +53,7 @@ . += "The [src] is set for instant detonation." -/obj/item/grenade/attack_self(mob/user) +/obj/item/grenade/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/implants/implant.dm b/code/game/objects/items/weapons/implants/implant.dm index 91df076469df..81d985e3017f 100644 --- a/code/game/objects/items/weapons/implants/implant.dm +++ b/code/game/objects/items/weapons/implants/implant.dm @@ -160,7 +160,7 @@ Implant Specifics:
"} switch(severity) if(1) if(prob(60)) - meltdown() + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/item/implant, meltdown)) if(2) delay = rand(5*60*10,15*60*10) //from 5 to 15 minutes of free time if(3) @@ -294,31 +294,32 @@ Implant Specifics:
"} if (malfunction) return malfunction = MALFUNCTION_TEMPORARY - switch (severity) - if (4) //Weak EMP will make implant tear limbs off. - if (prob(25)) - small_boom() - if (3) //Weak EMP will make implant tear limbs off. - if (prob(50)) - small_boom() - if (2) //strong EMP will melt implant either making it go off, or disarming it - if (prob(70)) - if (prob(75)) + spawn(-1) + switch (severity) + if (4) //Weak EMP will make implant tear limbs off. + if (prob(25)) small_boom() - else - if (prob(13)) - activate() //chance of bye bye - else - meltdown() //chance of implant disarming - if (1) //strong EMP will melt implant either making it go off, or disarming it - if (prob(70)) + if (3) //Weak EMP will make implant tear limbs off. if (prob(50)) small_boom() - else + if (2) //strong EMP will melt implant either making it go off, or disarming it + if (prob(70)) + if (prob(75)) + small_boom() + else + if (prob(13)) + activate() //chance of bye bye + else + meltdown() //chance of implant disarming + if (1) //strong EMP will melt implant either making it go off, or disarming it + if (prob(70)) if (prob(50)) - activate() //50% chance of bye bye + small_boom() else - meltdown() //50% chance of implant disarming + if (prob(50)) + activate() //50% chance of bye bye + else + meltdown() //50% chance of implant disarming spawn (20) malfunction-- @@ -538,13 +539,14 @@ the implant may become unstable and either pre-maturely inject the subject or si return malfunction = MALFUNCTION_TEMPORARY - activate("emp") //let's shout that this dude is dead - if(severity == 1) - if(prob(40)) //small chance of obvious meltdown - meltdown() - else if (prob(60)) //but more likely it will just quietly die - malfunction = MALFUNCTION_PERMANENT - STOP_PROCESSING(SSobj, src) + spawn(-1) + activate("emp") //let's shout that this dude is dead + if(severity == 1) + if(prob(40)) //small chance of obvious meltdown + meltdown() + else if (prob(60)) //but more likely it will just quietly die + malfunction = MALFUNCTION_PERMANENT + STOP_PROCESSING(SSobj, src) spawn(20) malfunction-- diff --git a/code/game/objects/items/weapons/implants/implantcircuits.dm b/code/game/objects/items/weapons/implants/implantcircuits.dm index 9ec47f6d9943..237706185ddb 100644 --- a/code/game/objects/items/weapons/implants/implantcircuits.dm +++ b/code/game/objects/items/weapons/implants/implantcircuits.dm @@ -45,7 +45,7 @@ else ..() -/obj/item/implant/integrated_circuit/attack_self(mob/user) +/obj/item/implant/integrated_circuit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/implants/implanter.dm b/code/game/objects/items/weapons/implants/implanter.dm index fee012d365e1..4dd711d93aa2 100644 --- a/code/game/objects/items/weapons/implants/implanter.dm +++ b/code/game/objects/items/weapons/implants/implanter.dm @@ -10,7 +10,7 @@ var/obj/item/implant/imp = null var/active = 1 -/obj/item/implanter/attack_self(mob/user) +/obj/item/implanter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/implants/implantpad.dm b/code/game/objects/items/weapons/implants/implantpad.dm index 5a1a4076d171..75e54a6c8e15 100644 --- a/code/game/objects/items/weapons/implants/implantpad.dm +++ b/code/game/objects/items/weapons/implants/implantpad.dm @@ -48,7 +48,7 @@ return -/obj/item/implantpad/attack_self(mob/user) +/obj/item/implantpad/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/implants/neuralbasic.dm b/code/game/objects/items/weapons/implants/neuralbasic.dm index 027603b600db..30d050a315c2 100644 --- a/code/game/objects/items/weapons/implants/neuralbasic.dm +++ b/code/game/objects/items/weapons/implants/neuralbasic.dm @@ -57,39 +57,40 @@ Implant Specifics:
"} return malfunction = MALFUNCTION_TEMPORARY - var/delay = 10 //Don't let it just get emped twice in a second to kill someone. - var/brain_location = my_brain.owner.organs_by_name[my_brain.parent_organ] - var/mob/living/L = my_brain.owner - switch(severity) - if(1) - if(prob(10)) - meltdown() - else if(prob(80)) - my_brain.take_damage(5) - if(!robotic_brain) - to_chat(L, "Something in your [brain_location] burns!") - else - to_chat(L, "Severe fault detected in [brain_location].") - if(2) - if(prob(80)) - my_brain.take_damage(3) - if(!robotic_brain) - to_chat(L, "It feels like something is digging into your [brain_location]!") - else - to_chat(L, "Fault detected in [brain_location].") - if(3) - if(prob(60)) - my_brain.take_damage(2) - if(!robotic_brain) - to_chat(L, "There is a stabbing pain in your [brain_location]!") - if(4) - if(prob(40)) - my_brain.take_damage(1) - if(!robotic_brain) - to_chat(L, "Your [brain_location] aches.") + spawn(-1) + var/delay = 10 //Don't let it just get emped twice in a second to kill someone. + var/brain_location = my_brain.owner.organs_by_name[my_brain.parent_organ] + var/mob/living/L = my_brain.owner + switch(severity) + if(1) + if(prob(10)) + meltdown() + else if(prob(80)) + my_brain.take_damage(5) + if(!robotic_brain) + to_chat(L, "Something in your [brain_location] burns!") + else + to_chat(L, "Severe fault detected in [brain_location].") + if(2) + if(prob(80)) + my_brain.take_damage(3) + if(!robotic_brain) + to_chat(L, "It feels like something is digging into your [brain_location]!") + else + to_chat(L, "Fault detected in [brain_location].") + if(3) + if(prob(60)) + my_brain.take_damage(2) + if(!robotic_brain) + to_chat(L, "There is a stabbing pain in your [brain_location]!") + if(4) + if(prob(40)) + my_brain.take_damage(1) + if(!robotic_brain) + to_chat(L, "Your [brain_location] aches.") - spawn(delay) - malfunction-- + spawn(delay) + malfunction-- /obj/item/implant/neural/meltdown() ..() diff --git a/code/game/objects/items/weapons/material/chainsaw.dm b/code/game/objects/items/weapons/material/chainsaw.dm index 477c05edf2ec..2b005721eddd 100644 --- a/code/game/objects/items/weapons/material/chainsaw.dm +++ b/code/game/objects/items/weapons/material/chainsaw.dm @@ -41,8 +41,7 @@ attack_verb = list("shredded", "ripped", "torn") playsound(src, 'sound/weapons/chainsaw_startup.ogg',40,1) damage_force = active_force - edge = 1 - sharp = 1 + damage_mode = DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP on = 1 update_icon() else @@ -53,12 +52,11 @@ attack_verb = list("bluntly hit", "beat", "knocked") playsound(user, 'sound/weapons/chainsaw_turnoff.ogg',40,1) damage_force = inactive_force - edge = 0 - sharp = 0 + damage_mode = initial(damage_mode) on = 0 update_icon() -/obj/item/chainsaw/attack_self(mob/user) +/obj/item/chainsaw/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -125,8 +123,7 @@ damage_force = 30 throw_force = 10 w_class = WEIGHT_CLASS_NORMAL - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE attack_verb = list("sawed", "torn", "cut", "chopped", "diced") attack_sound = 'sound/weapons/chainsaw_attack.ogg' armor_penetration = 30 @@ -147,8 +144,7 @@ attack_verb = list("shredded", "ripped", "torn") playsound(src, 'sound/weapons/chainsaw_startup.ogg',40,1) damage_force = active_force - edge = 1 - sharp = 1 + damage_mode = DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP on = 1 update_icon() else @@ -159,8 +155,7 @@ attack_verb = list("bluntly hit", "beat", "knocked") playsound(user, 'sound/weapons/chainsaw_turnoff.ogg',40,1) damage_force = inactive_force - edge = 0 - sharp = 0 + damage_mode = initial(damage_mode) on = 0 update_icon() diff --git a/code/game/objects/items/weapons/material/gravemarker.dm b/code/game/objects/items/weapons/material/gravemarker.dm index c2b4192d1327..cfdfb564dcbe 100644 --- a/code/game/objects/items/weapons/material/gravemarker.dm +++ b/code/game/objects/items/weapons/material/gravemarker.dm @@ -59,7 +59,7 @@ ..() -/obj/item/material/gravemarker/attack_self(mob/user) +/obj/item/material/gravemarker/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/material/knives.dm b/code/game/objects/items/weapons/material/knives.dm index a7fa5162c084..a46f78a0cd73 100644 --- a/code/game/objects/items/weapons/material/knives.dm +++ b/code/game/objects/items/weapons/material/knives.dm @@ -52,7 +52,7 @@ icon_state = "boxcutter" material_significance = MATERIAL_SIGNIFICANCE_WEAPON_ULTRALIGHT -/obj/item/material/butterfly/attack_self(mob/user) +/obj/item/material/butterfly/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/material/misc.dm b/code/game/objects/items/weapons/material/misc.dm index 83e4e728a9d2..01aba5b96640 100644 --- a/code/game/objects/items/weapons/material/misc.dm +++ b/code/game/objects/items/weapons/material/misc.dm @@ -1,7 +1,6 @@ /obj/item/material/harpoon name = "harpoon" - sharp = 1 - edge = 0 + damage_mode = DAMAGE_MODE_SHARP desc = "A common design throughout the galaxy, this is a metal spear used for hunting fish (or people in voidsuits, to devestating effect)." icon_state = "harpoon" item_state = "harpoon" @@ -103,7 +102,7 @@ w_class = WEIGHT_CLASS_SMALL attack_verb = list("mushed", "splatted", "splooshed", "splushed") // Words that totally exist. -/obj/item/material/snow/snowball/attack_self(mob/user) +/obj/item/material/snow/snowball/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/material/shards.dm b/code/game/objects/items/weapons/material/shards.dm index 2ef03eb8add6..dac7280dfc0d 100644 --- a/code/game/objects/items/weapons/material/shards.dm +++ b/code/game/objects/items/weapons/material/shards.dm @@ -89,11 +89,11 @@ if(gloves && !protected_hands) to_chat(user, "\The [src] partially cuts into your hand through your gloves as you hit \the [target]!") - user.apply_damage(light_glove_d + will_break ? break_damage : 0, DAMAGE_TYPE_BRUTE, active_hand, 0, 0, src, src.sharp || (damage_mode & DAMAGE_MODE_SHARP), src.edge || (damage_mode & DAMAGE_MODE_EDGE)) // Ternary to include break damage + user.apply_damage(light_glove_d + will_break ? break_damage : 0, DAMAGE_TYPE_BRUTE, active_hand, 0, 0, src, (damage_mode & DAMAGE_MODE_SHARP), (damage_mode & DAMAGE_MODE_EDGE)) // Ternary to include break damage else if(!gloves) to_chat(user, "\The [src] cuts into your hand as you hit \the [target]!") - user.apply_damage(no_glove_d + will_break ? break_damage : 0, DAMAGE_TYPE_BRUTE, active_hand, 0, 0, src, src.sharp || (damage_mode & DAMAGE_MODE_SHARP), src.edge || (damage_mode & DAMAGE_MODE_EDGE)) + user.apply_damage(no_glove_d + will_break ? break_damage : 0, DAMAGE_TYPE_BRUTE, active_hand, 0, 0, src, (damage_mode & DAMAGE_MODE_SHARP), (damage_mode & DAMAGE_MODE_EDGE)) if(will_break && src.loc == user) // If it's not in our hand anymore user.visible_message("[user] hit \the [target] with \the [src], shattering it!", "You shatter \the [src] in your hand!") diff --git a/code/game/objects/items/weapons/mop.dm b/code/game/objects/items/weapons/mop.dm index 1cd0d1aa5890..c1bac109bf6a 100644 --- a/code/game/objects/items/weapons/mop.dm +++ b/code/game/objects/items/weapons/mop.dm @@ -26,7 +26,7 @@ GLOBAL_LIST_BOILERPLATE(all_mops, /obj/item/mop) create_reagents(30) -/obj/item/mop/attack_self(mob/user) +/obj/item/mop/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/mop_deploy.dm b/code/game/objects/items/weapons/mop_deploy.dm index cb92e2c30b18..3253c988f78b 100644 --- a/code/game/objects/items/weapons/mop_deploy.dm +++ b/code/game/objects/items/weapons/mop_deploy.dm @@ -52,7 +52,7 @@ STOP_PROCESSING(SSobj, src) . = ..() -/obj/item/mop_deploy/attack_self(mob/user) +/obj/item/mop_deploy/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/nullrod.dm b/code/game/objects/items/weapons/nullrod.dm index 97a0eb0fd077..d33b9491a612 100644 --- a/code/game/objects/items/weapons/nullrod.dm +++ b/code/game/objects/items/weapons/nullrod.dm @@ -40,7 +40,7 @@ if(SA_vulnerability & tm.mob_class) tm.apply_damage(SA_bonus_damage) // fuck em -/obj/item/nullrod/attack_self(mob/user) +/obj/item/nullrod/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -109,7 +109,7 @@ item_state = "disintegrate" name = "god hand" desc = "This hand of yours glows with an awesome power!" - damtype = DAMAGE_TYPE_BURN + damage_type = DAMAGE_TYPE_BURN attack_verb = list("punched", "cross countered", "pummeled") /obj/item/nullrod/godhand/Initialize(mapload) @@ -352,7 +352,7 @@ attack_sound = 'sound/weapons/bite.ogg' var/used_blessing = FALSE -/obj/item/nullrod/carp/attack_self(mob/user) +/obj/item/nullrod/carp/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/other.dm b/code/game/objects/items/weapons/other.dm index 9cd042fb58f6..f64549e3c578 100644 --- a/code/game/objects/items/weapons/other.dm +++ b/code/game/objects/items/weapons/other.dm @@ -61,7 +61,7 @@ temp_blade.set_active(TRUE) concealed_blade = temp_blade -/obj/item/cane/concealed/attack_self(mob/user) +/obj/item/cane/concealed/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -131,7 +131,7 @@ damage_force = 3 var/on = 0 -/obj/item/cane/whitecane/collapsible/attack_self(mob/user) +/obj/item/cane/whitecane/collapsible/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/scrolls.dm b/code/game/objects/items/weapons/scrolls.dm index 449861d4136a..cc3c2553a41b 100644 --- a/code/game/objects/items/weapons/scrolls.dm +++ b/code/game/objects/items/weapons/scrolls.dm @@ -10,7 +10,7 @@ throw_range = 20 origin_tech = list(TECH_BLUESPACE = 4) -/obj/item/teleportation_scroll/attack_self(mob/user) +/obj/item/teleportation_scroll/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm index add625fde68d..4a05db8d2370 100644 --- a/code/game/objects/items/weapons/stunbaton.dm +++ b/code/game/objects/items/weapons/stunbaton.dm @@ -8,8 +8,6 @@ rad_flags = RAD_BLOCK_CONTENTS slot_flags = SLOT_BELT damage_force = 15 - sharp = 0 - edge = 0 throw_force = 7 atom_flags = NOCONDUCT w_class = WEIGHT_CLASS_NORMAL @@ -114,7 +112,7 @@ else return ..() -/obj/item/melee/baton/attack_self(mob/user) +/obj/item/melee/baton/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/surgery_tools.dm b/code/game/objects/items/weapons/surgery_tools.dm index fb75f705c9a6..800244bff4ca 100644 --- a/code/game/objects/items/weapons/surgery_tools.dm +++ b/code/game/objects/items/weapons/surgery_tools.dm @@ -81,8 +81,7 @@ desc = "Cut, cut, and once more cut." icon_state = "scalpel" damage_force = 10.0 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE w_class = WEIGHT_CLASS_TINY slot_flags = SLOT_EARS throw_force = 5.0 @@ -106,20 +105,20 @@ name = "laser scalpel" desc = "A scalpel augmented with a directed laser, for more precise cutting without blood entering the field. This one looks basic and could be improved." icon_state = "scalpel_laser1_on" - damtype = "fire" + damage_type = DAMAGE_TYPE_BURN /obj/item/surgical/scalpel/laser2 name = "laser scalpel" desc = "A scalpel augmented with a directed laser, for more precise cutting without blood entering the field. This one looks somewhat advanced." icon_state = "scalpel_laser2_on" - damtype = "fire" + damage_type = DAMAGE_TYPE_BURN damage_force = 12.0 /obj/item/surgical/scalpel/laser3 name = "laser scalpel" desc = "A scalpel augmented with a directed laser, for more precise cutting without blood entering the field. This one looks to be the pinnacle of precision energy cutlery!" icon_state = "scalpel_laser3_on" - damtype = "fire" + damage_type = DAMAGE_TYPE_BURN damage_force = 15.0 /obj/item/surgical/scalpel/manager @@ -153,8 +152,7 @@ origin_tech = list(TECH_MATERIAL = 1, TECH_BIO = 1) materials_base = list(MAT_STEEL = 20000, MAT_GLASS = 10000) attack_verb = list("attacked", "slashed", "sawed", "cut") - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE /obj/item/surgical/circular_saw/manager name = "energetic bone diverter" @@ -162,7 +160,7 @@ icon_state = "adv_saw" item_state = "saw3" attack_sound = 'sound/weapons/emitter2.ogg' - damtype = DAMAGE_TYPE_SEARING + damage_type = DAMAGE_TYPE_SEARING w_class = WEIGHT_CLASS_BULKY origin_tech = list(TECH_BIO = 4, TECH_MATERIAL = 6, TECH_MAGNET = 6) materials_base = list(MAT_STEEL = 12500) @@ -318,8 +316,7 @@ desc = "Finely knapped glass attached to a carved bone by sinew. It seems like it'd be good at cutting." icon_state = "scalpel_bone" damage_force = 10.0 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE w_class = WEIGHT_CLASS_TINY slot_flags = SLOT_EARS throw_force = 5.0 @@ -342,8 +339,7 @@ icon = 'icons/obj/lavaland.dmi' icon_state = "scalpel_bronze" damage_force = 10.0 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE w_class = WEIGHT_CLASS_TINY slot_flags = SLOT_EARS throw_force = 5.0 @@ -373,8 +369,7 @@ origin_tech = list(TECH_MATERIAL = 1, TECH_BIO = 1) materials_base = list("bone" = 6000, MAT_GLASS = 4000) attack_verb = list("attacked", "slashed", "sawed", "cut") - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE /obj/item/surgical/saw_bronze name = "bronze saw" @@ -389,8 +384,7 @@ origin_tech = list(TECH_MATERIAL = 1) materials_base = list("bone" = 6000, MAT_BRONZE = 4000) attack_verb = list("attacked", "slashed", "sawed", "cut") - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE /obj/item/surgical/bonesetter_primitive name = "primitive bone setter" diff --git a/code/game/objects/items/weapons/swords_axes_etc.dm b/code/game/objects/items/weapons/swords_axes_etc.dm index c04b902bdcdd..9236bf4cc1ae 100644 --- a/code/game/objects/items/weapons/swords_axes_etc.dm +++ b/code/game/objects/items/weapons/swords_axes_etc.dm @@ -59,7 +59,7 @@ drop_sound = 'sound/items/drop/crowbar.ogg' pickup_sound = 'sound/items/pickup/crowbar.ogg' -/obj/item/melee/telebaton/attack_self(mob/user) +/obj/item/melee/telebaton/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -110,15 +110,15 @@ var/mob/living/L = user L.take_random_targeted_damage(brute = 2*damage_force) return - var/old_damtype = damtype + var/old_damage_type = damage_type var/old_attack_verb = attack_verb var/old_force = damage_force if(user.a_intent != INTENT_HARM) - damtype = DAMAGE_TYPE_HALLOSS + damage_type = DAMAGE_TYPE_HALLOSS attack_verb = list("suppressed") damage_force = on_pain_force . = ..() - damtype = old_damtype + damage_type = old_damage_type attack_verb = old_attack_verb damage_force = old_force else @@ -147,8 +147,7 @@ ) item_state = "armblade" damage_force = 15 // same damage_force as a drill - sharp = TRUE - edge = TRUE + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE var/SA_bonus_damage = 35 // 50 total against animals and aberrations. var/SA_vulnerability = MOB_CLASS_ANIMAL | MOB_CLASS_ABERRATION @@ -173,8 +172,7 @@ damage_force = 5 // HAVING A STICK JAMMED INTO YOU IS LIKELY BAD FOR YOUR HEALTH // well to be fair most of the damage comes from the embed not the stab w_class = WEIGHT_CLASS_SMALL materials_base = list(MAT_STEEL = 2500) - sharp = TRUE - edge = TRUE + damage_mode = DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP icon_state = "embed_spike" item_icons = list( SLOT_ID_LEFT_HAND = 'icons/mob/items/lefthand_material.dmi', @@ -198,7 +196,7 @@ damage_force = 0 attack_sound = "sound/items/bikehorn.ogg" -/obj/item/melee/stool/faiza/attack_self(mob/user) +/obj/item/melee/stool/faiza/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -221,7 +219,7 @@ desc = "A training sword made of wood and shaped like a katana." icon_state = "bokken" slot_flags = SLOT_BELT | SLOT_BACK - damtype = DAMAGE_TYPE_HALLOSS + damage_type = DAMAGE_TYPE_HALLOSS damage_force = 5 throw_force = 5 attack_verb = list("whacked", "smacked", "struck") @@ -312,7 +310,6 @@ damage_force = 15 damage_tier = MELEE_TIER_MEDIUM slot_flags = SLOT_BACK - sharp = 1 attack_sound = "swing_hit" attack_verb = list("smashed", "slammed", "whacked", "thwacked") icon_state = "bostaff0" @@ -351,7 +348,7 @@ desc = "A heavy wooden club reinforced with metal studs. Ancient Terran Oni were often depicted carrying this weapon." icon_state = "kanabo" slot_flags = SLOT_BACK - damtype = DAMAGE_TYPE_BRUTE + damage_type = DAMAGE_TYPE_BRUTE damage_force = 15 throw_force = 5 attack_verb = list("battered", "hammered", "struck") diff --git a/code/game/objects/items/weapons/syndie.dm b/code/game/objects/items/weapons/syndie.dm index 93168cbb59a1..cae61f0d7926 100644 --- a/code/game/objects/items/weapons/syndie.dm +++ b/code/game/objects/items/weapons/syndie.dm @@ -78,7 +78,7 @@ var/detonator_mode = 0 var/obj/item/syndie/c4explosive/bomb -/obj/item/flame/lighter/zippo/c4detonator/attack_self(mob/user) +/obj/item/flame/lighter/zippo/c4detonator/attack_self(mob/user, datum/event_args/actor/actor) if(!detonator_mode) ..() diff --git a/code/game/objects/items/weapons/tanks/tank.dm b/code/game/objects/items/weapons/tanks/tank.dm index 24bb915b4fa1..6e2c1b5a485e 100644 --- a/code/game/objects/items/weapons/tanks/tank.dm +++ b/code/game/objects/items/weapons/tanks/tank.dm @@ -220,7 +220,7 @@ var/list/global/tank_gauge_cache = list() -/obj/item/tank/attack_self(mob/user) +/obj/item/tank/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/teleportation.dm b/code/game/objects/items/weapons/teleportation.dm index 52b06f60bbae..c53a9b5df74a 100644 --- a/code/game/objects/items/weapons/teleportation.dm +++ b/code/game/objects/items/weapons/teleportation.dm @@ -23,7 +23,7 @@ origin_tech = list(TECH_MAGNET = 1) materials_base = list(MAT_STEEL = 400) -/obj/item/locator/attack_self(mob/user) +/obj/item/locator/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -133,7 +133,7 @@ Frequency: materials_base = list(MAT_STEEL = 10000) preserve_item = 1 -/obj/item/hand_tele/attack_self(mob/user) +/obj/item/hand_tele/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/towels.dm b/code/game/objects/items/weapons/towels.dm index c6cf2dffe3c3..687963a5b24d 100644 --- a/code/game/objects/items/weapons/towels.dm +++ b/code/game/objects/items/weapons/towels.dm @@ -23,7 +23,7 @@ if(SLOT_ID_BELT) sprite_sheets = list(SPECIES_TESHARI = 'icons/mob/clothing/species/teshari/belt.dmi') -/obj/item/towel/attack_self(mob/user) +/obj/item/towel/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/items/weapons/traps.dm b/code/game/objects/items/weapons/traps.dm index a56cd093b593..e81e8964a74b 100644 --- a/code/game/objects/items/weapons/traps.dm +++ b/code/game/objects/items/weapons/traps.dm @@ -39,7 +39,7 @@ user.visible_message("[user] is putting the [src.name] on [T.his] head! It looks like [T.hes] trying to commit suicide.") return (BRUTELOSS) -/obj/item/beartrap/attack_self(mob/user) +/obj/item/beartrap/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/obj-defense.dm b/code/game/objects/obj-defense.dm index d8046405874a..c6882bfe39b4 100644 --- a/code/game/objects/obj-defense.dm +++ b/code/game/objects/obj-defense.dm @@ -20,7 +20,7 @@ // todo: maybe the item side should handle this? run_damage_instance( weapon.damage_force * (clickchain ? clickchain.damage_multiplier : 1), - weapon.damtype, + weapon.damage_type, weapon.damage_tier, weapon.damage_flag, weapon.damage_mode, @@ -96,7 +96,7 @@ /obj/hitsound_melee(obj/item/I) if(!isnull(material_primary)) var/datum/material/primary = get_primary_material() - . = I.damtype == DAMAGE_TYPE_BURN? primary.sound_melee_burn : primary.sound_melee_brute + . = I.damage_type == DAMAGE_TYPE_BURN? primary.sound_melee_burn : primary.sound_melee_brute if(!isnull(.)) return return ..() @@ -104,7 +104,7 @@ /obj/hitsound_throwhit(obj/item/I) if(!isnull(material_primary)) var/datum/material/primary = get_primary_material() - . = I.damtype == DAMAGE_TYPE_BURN? primary.sound_melee_burn : primary.sound_melee_brute + . = I.damage_type == DAMAGE_TYPE_BURN? primary.sound_melee_burn : primary.sound_melee_brute if(!isnull(.)) return return ..() diff --git a/code/game/objects/obj.dm b/code/game/objects/obj.dm index f58e08f536e6..848001c470c9 100644 --- a/code/game/objects/obj.dm +++ b/code/game/objects/obj.dm @@ -203,15 +203,9 @@ /// Set when a player renames a renamable object. var/renamed_by_player = FALSE var/w_class // Size of the object. - //! LEGACY: DO NOT USE - var/sharp = 0 // whether this object cuts - //! LEGACY: DO NOT USE - var/edge = 0 // whether this object is more likely to dismember - //! LEGACY: DO NOT USE var/pry = 0 //Used in attackby() to open doors //! LEGACY: DO NOT USE var/in_use = 0 // If we have a user using us, this will be set on. We will check if the user has stopped using us, and thus stop updating and LAGGING EVERYTHING! - var/damtype = "brute" // todo: /obj/item level, /obj/projectile level, how to deal with armor? var/armor_penetration = 0 var/show_messages diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index 554be30604dd..fed78943d55c 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -19,7 +19,7 @@ LINEN BINS drop_sound = 'sound/items/drop/backpack.ogg' pickup_sound = 'sound/items/pickup/backpack.ogg' -/obj/item/bedsheet/attack_self(mob/user) +/obj/item/bedsheet/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/structures/props/projectile_lock.dm b/code/game/objects/structures/props/projectile_lock.dm index 505cc3b263b2..a0257faf72db 100644 --- a/code/game/objects/structures/props/projectile_lock.dm +++ b/code/game/objects/structures/props/projectile_lock.dm @@ -48,7 +48,7 @@ if(timing) return PROJECTILE_IMPACT_DELETE - if(istype(proj, /obj/projectile/beam/heavylaser/cannon) || istype(proj, /obj/projectile/beam/emitter) || (proj.damage_force >= 80 && proj.damtype == DAMAGE_TYPE_BURN)) + if(istype(proj, /obj/projectile/beam/heavylaser/cannon) || istype(proj, /obj/projectile/beam/emitter) || (proj.damage_force >= 80 && proj.damage_type == DAMAGE_TYPE_BURN)) toggle_lock() visible_message("\The [src] [enabled ? "disengages" : "engages"] its locking mechanism.") diff --git a/code/game/objects/structures/props/puzzledoor.dm b/code/game/objects/structures/props/puzzledoor.dm index 951eb64f86dc..861ed2074b4f 100644 --- a/code/game/objects/structures/props/puzzledoor.dm +++ b/code/game/objects/structures/props/puzzledoor.dm @@ -77,7 +77,7 @@ else if(src.density && (user.a_intent == INTENT_HARM)) var/obj/item/W = C user.setClickCooldown(user.get_attack_speed(W)) - if(W.damtype == DAMAGE_TYPE_BRUTE || W.damtype == DAMAGE_TYPE_BURN) + if(W.damage_type == DAMAGE_TYPE_BRUTE || W.damage_type == DAMAGE_TYPE_BURN) user.do_attack_animation(src) user.visible_message("\The [user] hits \the [src] with \the [W] with no visible effect.") diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index f1b0043751fa..8a4dca633c6c 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -262,7 +262,7 @@ drop_sound = 'sound/items/drop/axe.ogg' pickup_sound = 'sound/items/pickup/axe.ogg' -/obj/item/roller/attack_self(mob/user) +/obj/item/roller/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -301,7 +301,7 @@ . = ..() held = new /obj/item/roller(src) -/obj/item/roller_holder/attack_self(mob/user) +/obj/item/roller_holder/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/structures/stool_bed_chair_nest/wheelchair.dm b/code/game/objects/structures/stool_bed_chair_nest/wheelchair.dm index 39d5dd6ba358..db8aeb22810b 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/wheelchair.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/wheelchair.dm @@ -195,7 +195,7 @@ /// What we unfold to var/unfolded_type = /obj/structure/bed/chair/wheelchair -/obj/item/wheelchair/attack_self(mob/user) +/obj/item/wheelchair/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/game/objects/structures/watercloset.dm b/code/game/objects/structures/watercloset.dm index d94c0aa091ea..79fe2c891e59 100644 --- a/code/game/objects/structures/watercloset.dm +++ b/code/game/objects/structures/watercloset.dm @@ -131,7 +131,7 @@ reagents.add_reagent("chlorine", 3) reagents.add_reagent("ammonia", 1) -/obj/item/reagent_containers/food/urinalcake/attack_self(mob/user) +/obj/item/reagent_containers/food/urinalcake/attack_self(mob/user, datum/event_args/actor/actor) user.visible_message("[user] squishes [src]!", "You squish [src].", "You hear a squish.") icon_state = "urinalcake_squish" addtimer(VARSET_CALLBACK(src, icon_state, "urinalcake"), 8) diff --git a/code/game/turfs/simulated/wall/wall-defense.dm b/code/game/turfs/simulated/wall/wall-defense.dm index 98c80c6ec0dd..e1d7eec2bbd8 100644 --- a/code/game/turfs/simulated/wall/wall-defense.dm +++ b/code/game/turfs/simulated/wall/wall-defense.dm @@ -47,7 +47,7 @@ // todo: maybe the item side should handle this? run_damage_instance( weapon.damage_force * (clickchain ? clickchain.damage_multiplier : 1), - weapon.damtype, + weapon.damage_type, weapon.damage_tier, weapon.damage_flag, weapon.damage_mode, diff --git a/code/game/turfs/simulated/wall_types/material.dm b/code/game/turfs/simulated/wall_types/material.dm index 1fd3d1cfdd7c..3be6d547ffa3 100644 --- a/code/game/turfs/simulated/wall_types/material.dm +++ b/code/game/turfs/simulated/wall_types/material.dm @@ -19,7 +19,7 @@ BASIC_WALL_DEF(TypeName, GirderMaterial, OuterMaterial){\ /turf/simulated/wall/##TypeName -REINF_WALL_DEF(r_wall, /datum/material/steel, /datum/material/steel, /datum/material/steel) +REINF_WALL_DEF(r_wall, /datum/material/steel, /datum/material/plasteel, /datum/material/plasteel) rad_insulation = RAD_INSULATION_SUPER // Steel hull walls diff --git a/code/modules/ai/holders/polaris/ai_holder_combat.dm b/code/modules/ai/holders/polaris/ai_holder_combat.dm index 699fd764cc9b..766640dac0c3 100644 --- a/code/modules/ai/holders/polaris/ai_holder_combat.dm +++ b/code/modules/ai/holders/polaris/ai_holder_combat.dm @@ -146,7 +146,13 @@ // This will hold a list of all mobs in a line, even those behind the target, and possibly the wall. // By default the test projectile goes through things like glass and grilles, which is desirable as otherwise the AI won't try to shoot through windows. - var/list/hit_things = check_trajectory(AM, holder) // This isn't always reliable but its better than the previous method. + var/list/hit_things + + if(isturf(holder.loc)) + var/obj/projectile/trace/trace_projectile = new(holder.loc) + trace_projectile.prepare_trace(AM, TRUE) + trace_projectile.fire() + hit_things = trace_projectile.scanned_atoms // Test to see if the primary target actually has a chance to get hit. // We'll fire anyways if not, if we have conserve_ammo turned off. diff --git a/code/modules/assembly/assembly.dm b/code/modules/assembly/assembly.dm index b902a0a7c075..69f88b0ebede 100644 --- a/code/modules/assembly/assembly.dm +++ b/code/modules/assembly/assembly.dm @@ -98,7 +98,7 @@ return -/obj/item/assembly/attack_self(mob/user) +/obj/item/assembly/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/assembly/holder.dm b/code/modules/assembly/holder.dm index b9acfc00dc7e..580fd5865047 100644 --- a/code/modules/assembly/holder.dm +++ b/code/modules/assembly/holder.dm @@ -108,7 +108,7 @@ else ..() -/obj/item/assembly_holder/attack_self(mob/user) +/obj/item/assembly_holder/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/assembly/igniter.dm b/code/modules/assembly/igniter.dm index d5386a290c54..fb4f10402244 100644 --- a/code/modules/assembly/igniter.dm +++ b/code/modules/assembly/igniter.dm @@ -32,7 +32,7 @@ return TRUE -/obj/item/assembly/igniter/attack_self(mob/user) +/obj/item/assembly/igniter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/assembly/mousetrap.dm b/code/modules/assembly/mousetrap.dm index f06c66e968d7..f2a8e237c65e 100644 --- a/code/modules/assembly/mousetrap.dm +++ b/code/modules/assembly/mousetrap.dm @@ -48,7 +48,7 @@ update_icon() pulse(0) -/obj/item/assembly/mousetrap/attack_self(mob/user) +/obj/item/assembly/mousetrap/attack_self(mob/user, datum/event_args/actor/actor) if(!armed) to_chat(user, "You arm [src].") else diff --git a/code/modules/assembly/shock_kit.dm b/code/modules/assembly/shock_kit.dm index 3bde2f5966ea..16e85d944d6a 100644 --- a/code/modules/assembly/shock_kit.dm +++ b/code/modules/assembly/shock_kit.dm @@ -33,7 +33,7 @@ add_fingerprint(user) return -/obj/item/assembly/shock_kit/attack_self(mob/user) +/obj/item/assembly/shock_kit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/assembly/voice.dm b/code/modules/assembly/voice.dm index 0b6e2fb75bbb..9c960a397360 100644 --- a/code/modules/assembly/voice.dm +++ b/code/modules/assembly/voice.dm @@ -25,7 +25,7 @@ T.visible_message("[icon2html(thing = src, target = world)] beeps, \"[listening ? "Now" : "No longer"] recording input.\"") -/obj/item/assembly/voice/attack_self(mob/user) +/obj/item/assembly/voice/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/asset_cache/assets/logos.dm b/code/modules/asset_cache/assets/logos.dm new file mode 100644 index 000000000000..45965c0e4340 --- /dev/null +++ b/code/modules/asset_cache/assets/logos.dm @@ -0,0 +1,9 @@ +/datum/asset_pack/simple/logos + assets = list( + "nanotrasen-blue.png" = 'icons/interface/logos/nanotrasen-blue.png', + "nanotrasen-red.png" = 'icons/interface/logos/nanotrasen-red.png', + "solgov-logo.png" = 'icons/interface/logos/solgov.png', + ) + do_not_separate = TRUE + absolute = TRUE + do_not_mangle = TRUE diff --git a/code/modules/blob2/blobs/base_blob.dm b/code/modules/blob2/blobs/base_blob.dm index 40d129452082..505d6c155dab 100644 --- a/code/modules/blob2/blobs/base_blob.dm +++ b/code/modules/blob2/blobs/base_blob.dm @@ -226,7 +226,7 @@ var/list/blobs = list() playsound(loc, 'sound/effects/attackblob.ogg', 50, 1) visible_message("\The [src] has been attacked with \the [W][(user ? " by [user]." : ".")]") var/damage = W.damage_force - switch(W.damtype) + switch(W.damage_type) if(DAMAGE_TYPE_BURN) if(overmind) damage *= overmind.blob_type.burn_multiplier @@ -248,7 +248,7 @@ var/list/blobs = list() else playsound(src, 'sound/weapons/tap.ogg', 50, 1) if(overmind) - damage = overmind.blob_type.on_received_damage(src, damage, W.damtype, user) + damage = overmind.blob_type.on_received_damage(src, damage, W.damage_type, user) adjust_integrity_blob(-damage) return diff --git a/code/modules/blob2/overmind/types.dm b/code/modules/blob2/overmind/types.dm index ec8ba27683b6..58a1fec48681 100644 --- a/code/modules/blob2/overmind/types.dm +++ b/code/modules/blob2/overmind/types.dm @@ -629,7 +629,7 @@ if(!H.drop_item_to_ground(I)) B.visible_message(SPAN_DANGER("[name] heaves and pulls at [H]'s [I], struggling to pull it from their grip!")) return ..() - if((I.sharp || I.edge || (I.damage_mode & (DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE))) && !istype(I, /obj/item/gun)) + if(((I.damage_mode & (DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE))) && !istype(I, /obj/item/gun)) I.forceMove(get_turf(B)) // Disarmed entirely. B.visible_message("The [name] heaves, \the [attacker]'s weapon becoming stuck in the churning mass!") else diff --git a/code/modules/catalogue/cataloguer.dm b/code/modules/catalogue/cataloguer.dm index 9df63a483798..452e3296d280 100644 --- a/code/modules/catalogue/cataloguer.dm +++ b/code/modules/catalogue/cataloguer.dm @@ -250,7 +250,7 @@ GLOBAL_LIST_EMPTY(all_cataloguers) /obj/item/cataloguer/proc/adjust_points(amount) points_stored = max(0, points_stored += amount) -/obj/item/cataloguer/attack_self(mob/user) +/obj/item/cataloguer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/glasses/_glasses.dm b/code/modules/clothing/glasses/_glasses.dm index 5dffd45ae06e..7766e0a6fa25 100644 --- a/code/modules/clothing/glasses/_glasses.dm +++ b/code/modules/clothing/glasses/_glasses.dm @@ -48,7 +48,7 @@ BLIND // can't see anything if(!isnull(vision_modifier)) user.remove_vision_modifier(vision_modifier) -/obj/item/clothing/glasses/attack_self(mob/user) +/obj/item/clothing/glasses/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -429,7 +429,7 @@ BLIND // can't see anything flash_protection = FLASH_PROTECTION_MAJOR tint = TINT_HEAVY -/obj/item/clothing/glasses/welding/attack_self(mob/user) +/obj/item/clothing/glasses/welding/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -563,7 +563,7 @@ BLIND // can't see anything toggleable = 1 activation_sound = 'sound/effects/pop.ogg' -/obj/item/clothing/glasses/sunglasses/sechud/aviator/attack_self(mob/user) +/obj/item/clothing/glasses/sunglasses/sechud/aviator/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -682,7 +682,7 @@ BLIND // can't see anything body_cover_flags = EYES species_restricted = list(SPECIES_TESHARI) -/obj/item/clothing/glasses/aerogelgoggles/attack_self(mob/user) +/obj/item/clothing/glasses/aerogelgoggles/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 8d256fedc00e..2fff2f19887f 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -111,7 +111,7 @@ name = "[initial(name)]" user.visible_message("[user] deletes the prescription data on the [src.name].") -/obj/item/clothing/glasses/omnihud/attack_self(mob/user) +/obj/item/clothing/glasses/omnihud/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -209,7 +209,7 @@ vision_flags = SEE_TURFS //but they can spot breaches. Due to the way HUDs work, they don't provide darkvision up-close the way mesons do. -/obj/item/clothing/glasses/omnihud/eng/meson/attack_self(mob/user) +/obj/item/clothing/glasses/omnihud/eng/meson/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -299,7 +299,7 @@ toggleable = 1 vision_flags = SEE_TURFS //but they can spot breaches. Due to the way HUDs work, they don't provide darkvision up-close the way mesons do. -/obj/item/clothing/glasses/omnihud/eng/meson/attack_self(mob/user) +/obj/item/clothing/glasses/omnihud/eng/meson/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 1fecc421944e..81bcc334a6d3 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -183,7 +183,7 @@ var/blessed = FALSE -/obj/item/clothing/gloves/swat/para/attack_self(mob/user) +/obj/item/clothing/gloves/swat/para/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/gloves/rings/rings.dm b/code/modules/clothing/gloves/rings/rings.dm index e56bf23c2770..129e5d10fa56 100644 --- a/code/modules/clothing/gloves/rings/rings.dm +++ b/code/modules/clothing/gloves/rings/rings.dm @@ -6,7 +6,7 @@ icon_state = "diamond" item_state = "diamond_s" -/obj/item/clothing/gloves/ring/engagement/attack_self(mob/user) +/obj/item/clothing/gloves/ring/engagement/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -100,7 +100,7 @@ icon_state = "seal-signet" var/nameset = FALSE -/obj/item/clothing/gloves/ring/seal/signet/attack_self(mob/user) +/obj/item/clothing/gloves/ring/seal/signet/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -124,7 +124,7 @@ item_state = "wedring_g" var/partnername = "" -/obj/item/clothing/gloves/ring/wedding/attack_self(mob/user) +/obj/item/clothing/gloves/ring/wedding/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/head/_head.dm b/code/modules/clothing/head/_head.dm index fef193c63c3a..ec4c69defa74 100644 --- a/code/modules/clothing/head/_head.dm +++ b/code/modules/clothing/head/_head.dm @@ -22,7 +22,7 @@ unequip_sound = 'sound/items/drop/hat.ogg' pickup_sound = 'sound/items/pickup/hat.ogg' -/obj/item/clothing/head/attack_self(mob/user) +/obj/item/clothing/head/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 668f93731198..e31766d8d85e 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -67,7 +67,7 @@ valid_accessory_slots = ACCESSORY_SLOT_HELM_R item_action_name = "Toggle Visor" -/obj/item/clothing/head/helmet/riot/attack_self(mob/user) +/obj/item/clothing/head/helmet/riot/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -283,7 +283,7 @@ var/blessed = TRUE -/obj/item/clothing/head/helmet/para/attack_self(mob/user) +/obj/item/clothing/head/helmet/para/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -312,7 +312,7 @@ armor_type = /datum/armor/centcom/ert/paracausal item_action_name = "Enable Wards" -/obj/item/clothing/head/helmet/para/inquisitor/attack_self(mob/user) +/obj/item/clothing/head/helmet/para/inquisitor/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 9a64a6dfb4bc..3ef819f459a9 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -552,7 +552,7 @@ icon_state = "reindeer0" item_action_name = "Toggle Nose" -/obj/item/clothing/head/reindeer/attack_self(mob/user) +/obj/item/clothing/head/reindeer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -694,7 +694,7 @@ worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL item_action_name = "Toggle Hood" -/obj/item/clothing/head/cowl/attack_self(mob/user) +/obj/item/clothing/head/cowl/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index dec04a45a3c4..b685c459f629 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -31,7 +31,7 @@ drop_sound = 'sound/items/drop/helm.ogg' pickup_sound = 'sound/items/pickup/helm.ogg' -/obj/item/clothing/head/welding/attack_self(mob/user) +/obj/item/clothing/head/welding/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -143,19 +143,19 @@ if (istype(location, /turf)) location.hotspot_expose(700, 1) -/obj/item/clothing/head/cakehat/attack_self(mob/user) +/obj/item/clothing/head/cakehat/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return onfire = !(onfire) if (onfire) damage_force = 3 - damtype = "fire" + damage_type = DAMAGE_TYPE_BURN icon_state = "cake1" START_PROCESSING(SSobj, src) else damage_force = 0 - damtype = "brute" + damage_type = DAMAGE_TYPE_BRUTE icon_state = "cake0" return @@ -171,7 +171,7 @@ min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE cold_protection_cover = HEAD -/obj/item/clothing/head/ushanka/attack_self(mob/user) +/obj/item/clothing/head/ushanka/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/head/pilot_helmet.dm b/code/modules/clothing/head/pilot_helmet.dm index d0b50bdced6f..1ff65e30e17f 100644 --- a/code/modules/clothing/head/pilot_helmet.dm +++ b/code/modules/clothing/head/pilot_helmet.dm @@ -188,7 +188,7 @@ icon_state = "pilot_helmet2" item_action_name = "Toggle Visor" -/obj/item/clothing/head/pilot/alt/attack_self(mob/user) +/obj/item/clothing/head/pilot/alt/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/head/soft_caps.dm b/code/modules/clothing/head/soft_caps.dm index bd8df09b34e6..e2abbcfdcb43 100644 --- a/code/modules/clothing/head/soft_caps.dm +++ b/code/modules/clothing/head/soft_caps.dm @@ -12,7 +12,7 @@ flipped=0 ..() -/obj/item/clothing/head/soft/attack_self(mob/user) +/obj/item/clothing/head/soft/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/masks/breath.dm b/code/modules/clothing/masks/breath.dm index bd1e26e157a7..bea597d452fb 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -29,7 +29,7 @@ to_chat(user, "You pull the mask up to cover your face.") update_worn_icon() -/obj/item/clothing/mask/breath/attack_self(mob/user) +/obj/item/clothing/mask/breath/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index a682500a4fe8..09530c6f6b4b 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -80,7 +80,7 @@ set src in usr adjust_mask(usr) -/obj/item/clothing/mask/gas/half/attack_self(mob/user) +/obj/item/clothing/mask/gas/half/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -123,7 +123,7 @@ to_chat(user, "Your mask moves to cover your mouth.") return -/obj/item/clothing/mask/gas/swat/vox/attack_self(mob/user) +/obj/item/clothing/mask/gas/swat/vox/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 6617f54e03e5..543815ad4fe3 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -211,7 +211,7 @@ icon_state = "bandblack" item_state_slots = list(SLOT_ID_RIGHT_HAND = "bandblack", SLOT_ID_LEFT_HAND = "bandblack") -/obj/item/clothing/mask/bandana/attack_self(mob/user) +/obj/item/clothing/mask/bandana/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(src.icon_state == initial(icon_state)) src.icon_state = "[icon_state]_up" @@ -275,7 +275,7 @@ icon_state = "plainmask" inv_hide_flags = HIDEEARS|HIDEEYES|HIDEFACE -/obj/item/clothing/mask/paper/attack_self(mob/user) +/obj/item/clothing/mask/paper/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/shoes/_shoes.dm b/code/modules/clothing/shoes/_shoes.dm index 8d43ec80d2b9..9a22bed7c687 100644 --- a/code/modules/clothing/shoes/_shoes.dm +++ b/code/modules/clothing/shoes/_shoes.dm @@ -104,7 +104,7 @@ else return ..() -/obj/item/clothing/shoes/attack_self(mob/user) +/obj/item/clothing/shoes/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return //gtfo my shoe diff --git a/code/modules/clothing/shoes/boots.dm b/code/modules/clothing/shoes/boots.dm index cf6461a1518c..9d68411de456 100644 --- a/code/modules/clothing/shoes/boots.dm +++ b/code/modules/clothing/shoes/boots.dm @@ -207,7 +207,7 @@ var/blessed = FALSE -/obj/item/clothing/shoes/boots/swat/para/attack_self(mob/user) +/obj/item/clothing/shoes/boots/swat/para/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/shoes/colour.dm b/code/modules/clothing/shoes/colour.dm index 664c2e9c60ad..fa7052ec5619 100644 --- a/code/modules/clothing/shoes/colour.dm +++ b/code/modules/clothing/shoes/colour.dm @@ -113,7 +113,7 @@ icon_state = "orange" chained = null -/obj/item/clothing/shoes/orange/attack_self(mob/user) +/obj/item/clothing/shoes/orange/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index 18716cdd619d..be8a98560a64 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -23,7 +23,7 @@ /obj/item/clothing/shoes/magboots/proc/update_magboot_encumbrance() set_encumbrance(initial(encumbrance) + (magpulse? encumbrance_on : 0)) -/obj/item/clothing/shoes/magboots/attack_self(mob/user) +/obj/item/clothing/shoes/magboots/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -80,7 +80,7 @@ item_action_name = "Toggle the magclaws" -/obj/item/clothing/shoes/magboots/vox/attack_self(mob/user) +/obj/item/clothing/shoes/magboots/vox/attack_self(mob/user, datum/event_args/actor/actor) if(src.magpulse) clothing_flags &= ~NOSLIP magpulse = 0 diff --git a/code/modules/clothing/spacesuits/void/void.dm b/code/modules/clothing/spacesuits/void/void.dm index 8bf334f378a1..0b0cf5d42636 100644 --- a/code/modules/clothing/spacesuits/void/void.dm +++ b/code/modules/clothing/spacesuits/void/void.dm @@ -285,7 +285,7 @@ to_chat(H, "You deploy your magboots.") // below is code for the action button method. im dumb. but it works? if you figure out a way to make it better tell me // hey peesh i made it better -hatter -/obj/item/clothing/suit/space/void/attack_self(mob/user) +/obj/item/clothing/suit/space/void/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 5914082a6418..c312753af7cd 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -198,7 +198,7 @@ user.forceMove(picked) shieldcall_args[SHIELDCALL_ARG_FLAGS] |= SHIELDCALL_FLAG_ATTACK_BLOCKED | SHIELDCALL_FLAG_ATTACK_PASSTHROUGH -/obj/item/clothing/suit/armor/reactive/attack_self(mob/user) +/obj/item/clothing/suit/armor/reactive/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -757,7 +757,7 @@ var/anti_magic = FALSE var/blessed = FALSE -/obj/item/clothing/suit/armor/vest/para/attack_self(mob/user) +/obj/item/clothing/suit/armor/vest/para/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/suits/medieval_armor.dm b/code/modules/clothing/suits/medieval_armor.dm index af49c3e0d1e1..cba385a27b99 100644 --- a/code/modules/clothing/suits/medieval_armor.dm +++ b/code/modules/clothing/suits/medieval_armor.dm @@ -32,7 +32,7 @@ icon_state = "paladinhelm" item_action_name = "Toggle Visor" -/obj/item/clothing/head/helmet/medieval/paladin/attack_self(mob/user) +/obj/item/clothing/head/helmet/medieval/paladin/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -178,7 +178,7 @@ icon_state = "paladinhelm" item_action_name = "Toggle Visor" -/obj/item/clothing/head/medievalfake/paladin/attack_self(mob/user) +/obj/item/clothing/head/medievalfake/paladin/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index a9c28b8385af..393ead9c4f5f 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -386,7 +386,7 @@ slot = ACCESSORY_SLOT_DECOR item_action_name = "Adjust Gaiter" -/obj/item/clothing/accessory/gaiter/attack_self(mob/user) +/obj/item/clothing/accessory/gaiter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -497,7 +497,7 @@ overlay_state = "choker_cst_overlay" var/customized = 0 -/obj/item/clothing/accessory/choker/attack_self(mob/user) +/obj/item/clothing/accessory/choker/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -694,7 +694,7 @@ M.afflict_paralyze(20 * 10) return -/obj/item/clothing/accessory/collar/shock/attack_self(mob/user) +/obj/item/clothing/accessory/collar/shock/attack_self(mob/user, datum/event_args/actor/actor) if(!istype(user, /mob/living/carbon/human)) return user.set_machine(src) @@ -767,7 +767,7 @@ /obj/item/clothing/accessory/collar/holo/indigestible/digest_act(var/atom/movable/item_storage = null) return FALSE -/obj/item/clothing/accessory/collar/attack_self(mob/user) +/obj/item/clothing/accessory/collar/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/under/accessories/armor.dm b/code/modules/clothing/under/accessories/armor.dm index f42b06b1c0a6..4782c5621f46 100644 --- a/code/modules/clothing/under/accessories/armor.dm +++ b/code/modules/clothing/under/accessories/armor.dm @@ -496,7 +496,7 @@ camera_networks = list(NETWORK_CIV_HELMETS) -/obj/item/clothing/accessory/armor/helmetcamera/attack_self(mob/user) +/obj/item/clothing/accessory/armor/helmetcamera/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/under/accessories/badges.dm b/code/modules/clothing/under/accessories/badges.dm index ccf7a3ee042a..26efe9469664 100644 --- a/code/modules/clothing/under/accessories/badges.dm +++ b/code/modules/clothing/under/accessories/badges.dm @@ -28,7 +28,7 @@ /obj/item/clothing/accessory/badge/proc/set_desc(var/mob/living/carbon/human/H) -/obj/item/clothing/accessory/badge/attack_self(mob/user) +/obj/item/clothing/accessory/badge/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -56,7 +56,7 @@ icon_state = "sheriff" item_state = "goldbadge" -/obj/item/clothing/accessory/badge/sheriff/attack_self(mob/user) +/obj/item/clothing/accessory/badge/sheriff/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -79,7 +79,7 @@ icon_state = "holobadge-cord" slot_flags = SLOT_MASK | SLOT_TIE | SLOT_BELT -/obj/item/clothing/accessory/badge/holo/attack_self(mob/user) +/obj/item/clothing/accessory/badge/holo/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/under/accessories/clothing.dm b/code/modules/clothing/under/accessories/clothing.dm index 86d77f3e4825..7b057ad64f72 100644 --- a/code/modules/clothing/under/accessories/clothing.dm +++ b/code/modules/clothing/under/accessories/clothing.dm @@ -136,7 +136,7 @@ /obj/item/gun/ballistic, /obj/item/ammo_magazine, /obj/item/melee/baton) item_action_name = "Adjust Cloak" -/obj/item/clothing/accessory/poncho/rough_cloak/attack_self(mob/user) +/obj/item/clothing/accessory/poncho/rough_cloak/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/under/accessories/lockets.dm b/code/modules/clothing/under/accessories/lockets.dm index 8b53a4f70ced..dd2aa41aaf81 100644 --- a/code/modules/clothing/under/accessories/lockets.dm +++ b/code/modules/clothing/under/accessories/lockets.dm @@ -11,7 +11,7 @@ var/open var/obj/item/held //Item inside locket. -/obj/item/clothing/accessory/locket/attack_self(mob/user) +/obj/item/clothing/accessory/locket/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/clothing/under/accessories/permits.dm b/code/modules/clothing/under/accessories/permits.dm index ceb63ca3569e..ca155ab7cf4e 100755 --- a/code/modules/clothing/under/accessories/permits.dm +++ b/code/modules/clothing/under/accessories/permits.dm @@ -9,7 +9,7 @@ slot = ACCESSORY_SLOT_MEDAL var/owner = 0 //To prevent people from just renaming the thing if they steal it -/obj/item/clothing/accessory/permit/attack_self(mob/user) +/obj/item/clothing/accessory/permit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/detectivework/tools/evidencebag.dm b/code/modules/detectivework/tools/evidencebag.dm index 8a52f1045d57..cb1ec67a42c6 100644 --- a/code/modules/detectivework/tools/evidencebag.dm +++ b/code/modules/detectivework/tools/evidencebag.dm @@ -72,7 +72,7 @@ stored_item = I set_weight_class(I.w_class) -/obj/item/evidencebag/attack_self(mob/user) +/obj/item/evidencebag/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/detectivework/tools/rag.dm b/code/modules/detectivework/tools/rag.dm index 4b2741e467bf..8140362947be 100644 --- a/code/modules/detectivework/tools/rag.dm +++ b/code/modules/detectivework/tools/rag.dm @@ -57,7 +57,7 @@ STOP_PROCESSING(SSobj, src) //so we don't continue turning to ash while gc'd return ..() -/obj/item/reagent_containers/glass/rag/attack_self(mob/user) +/obj/item/reagent_containers/glass/rag/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/detectivework/tools/sample_kits.dm b/code/modules/detectivework/tools/sample_kits.dm index 993e2e36d946..ab1601b1610a 100644 --- a/code/modules/detectivework/tools/sample_kits.dm +++ b/code/modules/detectivework/tools/sample_kits.dm @@ -60,7 +60,7 @@ icon_state = "fingerprint0" item_state = "paper" -/obj/item/sample/print/attack_self(mob/user) +/obj/item/sample/print/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/detectivework/tools/uvlight.dm b/code/modules/detectivework/tools/uvlight.dm index 808c019bb291..88f228fef868 100644 --- a/code/modules/detectivework/tools/uvlight.dm +++ b/code/modules/detectivework/tools/uvlight.dm @@ -18,7 +18,7 @@ var/on = 0 var/step_alpha = 50 -/obj/item/uv_light/attack_self(mob/user) +/obj/item/uv_light/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/economy/items/EFTPOS.dm b/code/modules/economy/items/EFTPOS.dm index a3c2a71f5f2c..218bacb5b96d 100644 --- a/code/modules/economy/items/EFTPOS.dm +++ b/code/modules/economy/items/EFTPOS.dm @@ -84,7 +84,7 @@ D.wrapped = R D.name = "small parcel - 'EFTPOS access code'" -/obj/item/eftpos/attack_self(mob/user) +/obj/item/eftpos/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/economy/items/cash.dm b/code/modules/economy/items/cash.dm index 1da69fe8d697..f80c78e63231 100644 --- a/code/modules/economy/items/cash.dm +++ b/code/modules/economy/items/cash.dm @@ -85,7 +85,7 @@ update_icon() return worth -/obj/item/spacecash/attack_self(mob/user) +/obj/item/spacecash/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -187,7 +187,7 @@ pickup_sound = 'sound/items/pickup/card.ogg' var/owner_name = "" //So the ATM can set it so the EFTPOS can put a valid name on transactions. -/obj/item/spacecash/ewallet/attack_self(mob/user) +/obj/item/spacecash/ewallet/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/economy/items/coins.dm b/code/modules/economy/items/coins.dm index 6a85dd5c3597..9ef3390d17f4 100644 --- a/code/modules/economy/items/coins.dm +++ b/code/modules/economy/items/coins.dm @@ -103,7 +103,7 @@ to_chat(user, "You detach the string from the coin.") else ..() -/obj/item/coin/attack_self(mob/user) +/obj/item/coin/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/economy/items/retail_scanner.dm b/code/modules/economy/items/retail_scanner.dm index c4d49fc1db4a..789659f083db 100644 --- a/code/modules/economy/items/retail_scanner.dm +++ b/code/modules/economy/items/retail_scanner.dm @@ -46,7 +46,7 @@ setDir(SOUTH) pixel_y = 0 -/obj/item/retail_scanner/attack_self(mob/user) +/obj/item/retail_scanner/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/fishing/aquarium/aquarium_kit.dm b/code/modules/fishing/aquarium/aquarium_kit.dm index b3fd86920320..344616714b5b 100644 --- a/code/modules/fishing/aquarium/aquarium_kit.dm +++ b/code/modules/fishing/aquarium/aquarium_kit.dm @@ -18,6 +18,6 @@ icon_state = "construction_kit" w_class = WEIGHT_CLASS_TINY -/obj/item/aquarium_kit/attack_self(mob/user) +/obj/item/aquarium_kit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() to_chat(user, SPAN_NOTICE("There's instruction and tools necessary to build aquarium inside. All you need is to start crafting.")) diff --git a/code/modules/fishing/equipment/bait_can.dm b/code/modules/fishing/equipment/bait_can.dm index a26b81331f8a..52b5f07b4aec 100644 --- a/code/modules/fishing/equipment/bait_can.dm +++ b/code/modules/fishing/equipment/bait_can.dm @@ -14,7 +14,7 @@ /// how much it has left; null for infinite var/bait_left = 50 -/obj/item/bait_can/attack_self(mob/user) +/obj/item/bait_can/attack_self(mob/user, datum/event_args/actor/actor) . = ..() var/fresh_bait = retrieve_bait(user) if(fresh_bait) diff --git a/code/modules/food/drinks/bottle.dm b/code/modules/food/drinks/bottle.dm index 606531dcaec3..42fabc5b3c76 100644 --- a/code/modules/food/drinks/bottle.dm +++ b/code/modules/food/drinks/bottle.dm @@ -107,7 +107,7 @@ return ..() -/obj/item/reagent_containers/food/drinks/bottle/attack_self(mob/user) +/obj/item/reagent_containers/food/drinks/bottle/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -189,8 +189,7 @@ item_state = "beer" atom_flags = NOCONDUCT attack_verb = list("stabbed", "slashed", "attacked") - sharp = 1 - edge = 0 + damage_mode = DAMAGE_MODE_SHARP var/icon/broken_outline = icon('icons/obj/drinks.dmi', "broken") /obj/item/reagent_containers/food/drinks/bottle/redeemersbrew diff --git a/code/modules/food/drinks/shaker.dm b/code/modules/food/drinks/shaker.dm index 8a425e83ab8f..41e7fd53917d 100644 --- a/code/modules/food/drinks/shaker.dm +++ b/code/modules/food/drinks/shaker.dm @@ -7,7 +7,7 @@ center_of_mass = list("x"=17, "y"=10) -/obj/item/reagent_containers/food/drinks/shaker/attack_self(mob/user) +/obj/item/reagent_containers/food/drinks/shaker/attack_self(mob/user, datum/event_args/actor/actor) playsound(loc, "sound/items/shaker.ogg", 75, 1, -1) if(prob(50)) diff --git a/code/modules/food/food/condiment.dm b/code/modules/food/food/condiment.dm index db7d44dca4a7..e23b5299148f 100644 --- a/code/modules/food/food/condiment.dm +++ b/code/modules/food/food/condiment.dm @@ -18,7 +18,7 @@ /obj/item/reagent_containers/food/condiment/attackby(var/obj/item/W as obj, var/mob/user as mob) return -/obj/item/reagent_containers/food/condiment/attack_self(mob/user) +/obj/item/reagent_containers/food/condiment/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/food/food/drinks.dm b/code/modules/food/food/drinks.dm index 745c9defb59b..22144611a5b0 100644 --- a/code/modules/food/food/drinks.dm +++ b/code/modules/food/food/drinks.dm @@ -25,7 +25,7 @@ price_tag = null return -/obj/item/reagent_containers/food/drinks/attack_self(mob/user) +/obj/item/reagent_containers/food/drinks/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index ab89a235a24c..ecc14250008b 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -49,7 +49,7 @@ M.put_in_hands(trash) qdel(src) -/obj/item/reagent_containers/food/snacks/attack_self(mob/user) +/obj/item/reagent_containers/food/snacks/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1004,7 +1004,7 @@ heated_reagents = list("doctorsdelight" = 5, "hyperzine" = 0.75, "synaptizine" = 0.25) var/has_been_heated = 0 -/obj/item/reagent_containers/food/snacks/donkpocket/sinpocket/attack_self(mob/user) +/obj/item/reagent_containers/food/snacks/donkpocket/sinpocket/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1858,7 +1858,7 @@ . = ..() reagents.add_reagent("protein", 10) -/obj/item/reagent_containers/food/snacks/monkeycube/attack_self(mob/user) +/obj/item/reagent_containers/food/snacks/monkeycube/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -3298,7 +3298,7 @@ return . = ..() -/obj/item/pizzabox/attack_self(mob/user) +/obj/item/pizzabox/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/games/cards.dm b/code/modules/games/cards.dm index 1fb2c99dffed..154fa03fb807 100644 --- a/code/modules/games/cards.dm +++ b/code/modules/games/cards.dm @@ -212,7 +212,7 @@ ..() -/obj/item/deck/attack_self(mob/user) +/obj/item/deck/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -287,7 +287,7 @@ pickup_sound = 'sound/items/pickup/paper.ogg' -/obj/item/pack/attack_self(mob/user) +/obj/item/pack/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -349,7 +349,7 @@ if(!cards.len) qdel(src) -/obj/item/hand/attack_self(mob/user) +/obj/item/hand/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/games/dice.dm b/code/modules/games/dice.dm index 55bf090bfdd1..b02916526b58 100644 --- a/code/modules/games/dice.dm +++ b/code/modules/games/dice.dm @@ -55,7 +55,7 @@ sides = 10 result = 10 -/obj/item/dice/attack_self(mob/user) +/obj/item/dice/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -148,7 +148,7 @@ /obj/item/dice, ) -/obj/item/storage/dicecup/attack_self(mob/user) +/obj/item/storage/dicecup/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/hardsuits/suits/ert.dm b/code/modules/hardsuits/suits/ert.dm index 4a23e26fd456..955c23b7bcf7 100644 --- a/code/modules/hardsuits/suits/ert.dm +++ b/code/modules/hardsuits/suits/ert.dm @@ -153,7 +153,7 @@ /obj/item/hardsuit_module/self_destruct ) -/obj/item/hardsuit/ert/para/attack_self(mob/user) +/obj/item/hardsuit/ert/para/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/holodeck/HolodeckControl.dm b/code/modules/holodeck/HolodeckControl.dm index 60f78010bae2..5e3ddcefea06 100644 --- a/code/modules/holodeck/HolodeckControl.dm +++ b/code/modules/holodeck/HolodeckControl.dm @@ -173,11 +173,11 @@ if (safety_disabled) item_power_usage = 2500 for(var/obj/item/holo/esword/H in linkedholodeck) - H.damtype = DAMAGE_TYPE_BRUTE + H.damage_type = DAMAGE_TYPE_BRUTE else item_power_usage = initial(item_power_usage) for(var/obj/item/holo/esword/H in linkedholodeck) - H.damtype = initial(H.damtype) + H.damage_type = initial(H.damage_type) for(var/mob/living/simple_mob/animal/space/carp/holodeck/C in holographic_mobs) C.set_safety(!safety_disabled) diff --git a/code/modules/holodeck/HolodeckObjects.dm b/code/modules/holodeck/HolodeckObjects.dm index 493c9a42ddfd..4010d4dd9bae 100644 --- a/code/modules/holodeck/HolodeckObjects.dm +++ b/code/modules/holodeck/HolodeckObjects.dm @@ -213,7 +213,7 @@ return /obj/item/holo - damtype = DAMAGE_TYPE_HALLOSS + damage_type = DAMAGE_TYPE_HALLOSS /obj/item/holo/esword desc = "May the force be within you. Sorta." @@ -241,7 +241,7 @@ // todo: the parry system was removed from this because that sucks maybe readd it later lol -/obj/item/holo/esword/attack_self(mob/user) +/obj/item/holo/esword/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/hydroponics/beekeeping/beehive.dm b/code/modules/hydroponics/beekeeping/beehive.dm index 7e3e2e941fe0..921adb89bab3 100644 --- a/code/modules/hydroponics/beekeeping/beehive.dm +++ b/code/modules/hydroponics/beekeeping/beehive.dm @@ -228,7 +228,7 @@ icon = 'icons/obj/apiary_bees_etc.dmi' icon_state = "apiary" -/obj/item/beehive_assembly/attack_self(mob/user) +/obj/item/beehive_assembly/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 190209349338..48206ed05c1e 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -258,7 +258,7 @@ to_chat(user, "\The [src] has fallen to bits.") qdel(src) -/obj/item/reagent_containers/food/snacks/grown/attack_self(mob/user) +/obj/item/reagent_containers/food/snacks/grown/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/hydroponics/seed_machines.dm b/code/modules/hydroponics/seed_machines.dm index 11f538991210..8fed8de86aed 100644 --- a/code/modules/hydroponics/seed_machines.dm +++ b/code/modules/hydroponics/seed_machines.dm @@ -13,7 +13,7 @@ pixel_x = rand(-5,5) pixel_y = rand(-5,5) -/obj/item/disk/botany/attack_self(mob/user) +/obj/item/disk/botany/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/industry/destination_tagger.dm b/code/modules/industry/destination_tagger.dm index afa4406dde4a..75687946e1e0 100644 --- a/code/modules/industry/destination_tagger.dm +++ b/code/modules/industry/destination_tagger.dm @@ -26,7 +26,7 @@ return data -/obj/item/destTagger/attack_self(mob/user) +/obj/item/destTagger/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/industry/packages/small_parcel.dm b/code/modules/industry/packages/small_parcel.dm index 433b8444952e..1b95ff9f2769 100644 --- a/code/modules/industry/packages/small_parcel.dm +++ b/code/modules/industry/packages/small_parcel.dm @@ -12,7 +12,7 @@ var/nameset = 0 var/tag_x -/obj/item/smallDelivery/attack_self(mob/user) +/obj/item/smallDelivery/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/instruments/instruments/item.dm b/code/modules/instruments/instruments/item.dm index a4fb544ec222..e0b6ad26a16f 100644 --- a/code/modules/instruments/instruments/item.dm +++ b/code/modules/instruments/instruments/item.dm @@ -50,7 +50,7 @@ user.visible_message("[user] begins to play 'Gloomy Sunday'! It looks like they're trying to commit suicide!") return (BRUTELOSS) -/obj/item/instrument/attack_self(mob/user) +/obj/item/instrument/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/core/assemblies.dm b/code/modules/integrated_electronics/core/assemblies.dm index 43cfa1a3546b..38bd461e8e98 100644 --- a/code/modules/integrated_electronics/core/assemblies.dm +++ b/code/modules/integrated_electronics/core/assemblies.dm @@ -514,7 +514,7 @@ return TRUE return ..() -/obj/item/electronic_assembly/attack_self(mob/user) +/obj/item/electronic_assembly/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/core/assemblies/clothing.dm b/code/modules/integrated_electronics/core/assemblies/clothing.dm index 7da98646c91b..91f80ee4abac 100644 --- a/code/modules/integrated_electronics/core/assemblies/clothing.dm +++ b/code/modules/integrated_electronics/core/assemblies/clothing.dm @@ -65,7 +65,7 @@ else ..() -/obj/item/clothing/attack_self(mob/user) +/obj/item/clothing/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/core/assemblies/device.dm b/code/modules/integrated_electronics/core/assemblies/device.dm index 205160dd0602..afc031bf479e 100644 --- a/code/modules/integrated_electronics/core/assemblies/device.dm +++ b/code/modules/integrated_electronics/core/assemblies/device.dm @@ -39,7 +39,7 @@ if(opened) icon_state = icon_state + "-open" -/obj/item/assembly/electronic_assembly/attack_self(mob/user) +/obj/item/assembly/electronic_assembly/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/core/detailer.dm b/code/modules/integrated_electronics/core/detailer.dm index 3875e34f63fc..20da320a5baa 100644 --- a/code/modules/integrated_electronics/core/detailer.dm +++ b/code/modules/integrated_electronics/core/detailer.dm @@ -62,7 +62,7 @@ update_icon() return TRUE -/obj/item/integrated_electronics/detailer/attack_self(mob/user) +/obj/item/integrated_electronics/detailer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/core/printer.dm b/code/modules/integrated_electronics/core/printer.dm index 536ebe2f61d9..48e4da9657d3 100644 --- a/code/modules/integrated_electronics/core/printer.dm +++ b/code/modules/integrated_electronics/core/printer.dm @@ -174,7 +174,7 @@ dirty_items = TRUE return ..() -/obj/item/integrated_circuit_printer/attack_self(mob/user) +/obj/item/integrated_circuit_printer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/core/tools.dm b/code/modules/integrated_electronics/core/tools.dm index 36d050cff97f..536f2de027e1 100644 --- a/code/modules/integrated_electronics/core/tools.dm +++ b/code/modules/integrated_electronics/core/tools.dm @@ -77,7 +77,7 @@ [io.name] are not connected.") return -/obj/item/integrated_electronics/wirer/attack_self(mob/user) +/obj/item/integrated_electronics/wirer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -115,7 +115,7 @@ var/accepting_refs = FALSE var/copy_values = FALSE -/obj/item/integrated_electronics/debugger/attack_self(mob/user) +/obj/item/integrated_electronics/debugger/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -247,7 +247,7 @@ var/datum/integrated_io/selected_io = null var/mode = 0 -/obj/item/multitool/attack_self(mob/user) +/obj/item/multitool/attack_self(mob/user, datum/event_args/actor/actor) if(selected_io) selected_io = null to_chat(user, "You clear the wired connection from the multitool.") diff --git a/code/modules/integrated_electronics/subtypes/manipulation.dm b/code/modules/integrated_electronics/subtypes/manipulation.dm index 5932727d079c..8d2e3c87f7e7 100644 --- a/code/modules/integrated_electronics/subtypes/manipulation.dm +++ b/code/modules/integrated_electronics/subtypes/manipulation.dm @@ -291,7 +291,7 @@ set_pin_data(IC_OUTPUT, 4, contents) push_data() -/obj/item/integrated_circuit/manipulation/grabber/attack_self(mob/user) +/obj/item/integrated_circuit/manipulation/grabber/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -858,7 +858,7 @@ else ..() -/obj/item/integrated_circuit/manipulation/weapon_firing/attack_self(mob/user) +/obj/item/integrated_circuit/manipulation/weapon_firing/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -968,7 +968,7 @@ else return ..() -/obj/item/integrated_circuit/manipulation/grenade/attack_self(mob/user) +/obj/item/integrated_circuit/manipulation/grenade/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/subtypes/memory.dm b/code/modules/integrated_electronics/subtypes/memory.dm index 4d9cb02f5a11..e9d77e52c592 100644 --- a/code/modules/integrated_electronics/subtypes/memory.dm +++ b/code/modules/integrated_electronics/subtypes/memory.dm @@ -80,7 +80,7 @@ var/datum/integrated_io/O = outputs[1] O.push_data() -/obj/item/integrated_circuit/memory/constant/attack_self(mob/user) +/obj/item/integrated_circuit/memory/constant/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/subtypes/reagents.dm b/code/modules/integrated_electronics/subtypes/reagents.dm index 0fd77a803735..f2b47af1ab9a 100644 --- a/code/modules/integrated_electronics/subtypes/reagents.dm +++ b/code/modules/integrated_electronics/subtypes/reagents.dm @@ -345,7 +345,7 @@ activate_pin(1) activate_pin(3) -/obj/item/integrated_circuit/input/beaker_connector/attack_self(mob/user) +/obj/item/integrated_circuit/input/beaker_connector/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/integrated_electronics/subtypes/smart.dm b/code/modules/integrated_electronics/subtypes/smart.dm index 87ce2c081598..23c86cc15319 100644 --- a/code/modules/integrated_electronics/subtypes/smart.dm +++ b/code/modules/integrated_electronics/subtypes/smart.dm @@ -193,7 +193,7 @@ O.brainmob.remote_control=src set_pin_data(IC_OUTPUT, 1, O) -/obj/item/integrated_circuit/input/mmi_tank/attack_self(mob/user) +/obj/item/integrated_circuit/input/mmi_tank/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -320,7 +320,7 @@ O.pai.remote_control=src set_pin_data(IC_OUTPUT, 1, O) -/obj/item/integrated_circuit/input/pAI_connector/attack_self(mob/user) +/obj/item/integrated_circuit/input/pAI_connector/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/library/book.dm b/code/modules/library/book.dm index 1bef24446811..99fe01544338 100644 --- a/code/modules/library/book.dm +++ b/code/modules/library/book.dm @@ -19,7 +19,7 @@ drop_sound = 'sound/items/drop/book.ogg' pickup_sound = 'sound/items/pickup/book.ogg' -/obj/item/book/attack_self(mob/user) +/obj/item/book/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/library/lib_items.dm b/code/modules/library/lib_items.dm index 5df9c106a829..137f34650add 100644 --- a/code/modules/library/lib_items.dm +++ b/code/modules/library/lib_items.dm @@ -223,7 +223,7 @@ var/obj/item/book/book // Currently scanned book var/mode = 0 // 0 - Scan only, 1 - Scan and Set Buffer, 2 - Scan and Attempt to Check In, 3 - Scan and Attempt to Add to Inventory -/obj/item/barcodescanner/attack_self(mob/user) +/obj/item/barcodescanner/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/lore_codex/codex.dm b/code/modules/lore_codex/codex.dm index 0d33b2666658..b3e42744151e 100644 --- a/code/modules/lore_codex/codex.dm +++ b/code/modules/lore_codex/codex.dm @@ -12,7 +12,7 @@ tree = new(src, root_type) . = ..() -/obj/item/book/codex/attack_self(mob/user) +/obj/item/book/codex/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mapping/turf_reservation.dm b/code/modules/mapping/turf_reservation.dm index 5404480cfd07..d58ff598bd11 100644 --- a/code/modules/mapping/turf_reservation.dm +++ b/code/modules/mapping/turf_reservation.dm @@ -75,6 +75,19 @@ release() return ..() +/datum/turf_reservation/proc/get_approximately_center_turf() + return locate( + bottom_left_coords[1] + floor(top_right_coords[1] - bottom_left_coords[1]), + bottom_left_coords[2] + floor(top_right_coords[2] - bottom_left_coords[2]), + bottom_left_coords[3], + ) + +/datum/turf_reservation/proc/is_atom_inside(atom/A) + A = get_turf(A) + return A.z == bottom_left_coords[3] && \ + A.x >= bottom_left_coords[1] && A.x <= top_right_coords[1] && \ + A.y >= bottom_left_coords[2] && A.y <= top_right_coords[2] + /datum/turf_reservation/proc/release() if(border) SSmapping.reserve_turfs(block(locate( @@ -170,7 +183,7 @@ 1 + (inner_y - 1) * TURF_CHUNK_RESOLUTION, level_index, ) - if(!(checking.turf_flags & UNUSED_RESERVATION_TURF)) + if(!(checking.turf_flags & TURF_FLAG_UNUSED_RESERVATION)) passing = FALSE break if(!passing) @@ -245,7 +258,7 @@ SSmapping.reservation_blocking_op = FALSE return FALSE for(var/turf/T as anything in final) - T.turf_flags &= ~UNUSED_RESERVATION_TURF + T.turf_flags &= ~TURF_FLAG_UNUSED_RESERVATION if(T.type != turf_type) T.ChangeTurf(turf_type, turf_type) @@ -262,7 +275,7 @@ // todo: take_turfs src.border_area.contents.Add(final_border) for(var/turf/T as anything in final_border) - T.turf_flags &= ~UNUSED_RESERVATION_TURF + T.turf_flags &= ~TURF_FLAG_UNUSED_RESERVATION // get just the first layer, but also init them at the same time var/list/turf/final_immediate_border // left diff --git a/code/modules/maps/overmap/space/centcom.dm b/code/modules/maps/overmap/space/centcom.dm index 04f9e9067d08..ffd0d63bd9d9 100644 --- a/code/modules/maps/overmap/space/centcom.dm +++ b/code/modules/maps/overmap/space/centcom.dm @@ -33,20 +33,6 @@ start_y = pick(8, 9, 11, 12) */ -/obj/overmap/entity/visitable/sector/centcom_triumph - name = "NDV Marksman" - desc = "The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet." - scanner_desc = @{"[i]Information[/i]: The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet."} - in_space = 1 - known = TRUE - icon = 'icons/modules/overmap/tiled.dmi' - icon_state = "fleet" - color = "#007396" - - initial_restricted_waypoints = list( - "NDV Quicksilver" = list("specops_hangar") - ) - // ERT Shuttle can be found at '/maps/overmap/shuttles/specialops.dm' // EXCLUSIVE NAV POINT FOR DOCKING INSIDE (ERT SHUTTLE ONLY) diff --git a/code/modules/maps/overmap/space/trade_station/trade_station.dm b/code/modules/maps/overmap/space/trade_station/trade_station.dm index fa2eacd230a7..24b4cf9a65c6 100644 --- a/code/modules/maps/overmap/space/trade_station/trade_station.dm +++ b/code/modules/maps/overmap/space/trade_station/trade_station.dm @@ -69,7 +69,7 @@ // Shuttle landmarks. Need to be removed at some point and generic waypoints used -/obj/effect/shuttle_landmark/triumph/trade +/obj/effect/shuttle_landmark/trade name = "Near Nebula Gas Food Mart" landmark_tag = "nebula_space_SW" base_turf = /turf/space @@ -77,31 +77,31 @@ // EXCLUSIVE TRADE PORT NAV POINTS -/obj/effect/shuttle_landmark/triumph/trade/mining +/obj/effect/shuttle_landmark/trade/mining name = "Nebula Gas Landing Pad 2" landmark_tag = "nebula_pad_2" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/excursion +/obj/effect/shuttle_landmark/trade/excursion name = "Nebula Gas Landing Pad 3" landmark_tag = "nebula_pad_3" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/pirate +/obj/effect/shuttle_landmark/trade/pirate name = "Nebula Gas Landing Pad 4" landmark_tag = "nebula_pad_4" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/emt +/obj/effect/shuttle_landmark/trade/emt name = "Nebula Gas Landing Pad 5" landmark_tag = "nebula_pad_5" base_turf = /turf/simulated/shuttle/floor/black/airless base_area = /area/tradeport/pads -/obj/effect/shuttle_landmark/triumph/trade/civvie +/obj/effect/shuttle_landmark/trade/civvie name = "Nebula Gas Landing Pad 6" landmark_tag = "nebula_pad_6" base_turf = /turf/simulated/shuttle/floor/black/airless @@ -109,7 +109,7 @@ // EXCLUSIVE TRADE PORT NAV POINT FOR DOCKING INSIDE -/obj/effect/shuttle_landmark/triumph/trade/hangar +/obj/effect/shuttle_landmark/trade/hangar name = "Beruang Hangar" landmark_tag = "tradeport_hangar" docking_controller = "tradeport_hangar_dock" diff --git a/code/modules/materials/material_sheets.dm b/code/modules/materials/material_sheets.dm index 4eab8536f577..951fe7462566 100644 --- a/code/modules/materials/material_sheets.dm +++ b/code/modules/materials/material_sheets.dm @@ -91,7 +91,7 @@ if(M) M.update_strings() return transfer -/obj/item/stack/material/attack_self(mob/user) +/obj/item/stack/material/attack_self(mob/user, datum/event_args/actor/actor) if(!allow_window_autobuild || !material.build_windows(user, src)) return ..() @@ -393,7 +393,7 @@ /obj/item/stack/material/log/attackby(obj/item/I, mob/living/user, list/params, clickchain_flags, damage_multiplier) if(!istype(I) || I.damage_force <= 0) return ..() - if(CHECK_MULTIPLE_BITFIELDS(I.damage_mode, DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP) || (I.edge && I.sharp)) + if(CHECK_MULTIPLE_BITFIELDS(I.damage_mode, DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP)) var/time = (3 SECONDS / max(I.damage_force / 10, 1)) * I.tool_speed user.setClickCooldown(time) if(do_after(user, time, src) && use(1)) @@ -424,7 +424,7 @@ /obj/item/stack/material/log/ironwood/attackby(obj/item/I, mob/living/user, list/params, clickchain_flags, damage_multiplier) if(!istype(I) || I.damage_force <= 20) //You will need at least PLASTEEL Tools to cut this. return ..() - if(CHECK_MULTIPLE_BITFIELDS(I.damage_mode, DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP) || (I.edge && I.sharp)) + if(CHECK_MULTIPLE_BITFIELDS(I.damage_mode, DAMAGE_MODE_EDGE | DAMAGE_MODE_SHARP)) var/time = (3 SECONDS / max(I.damage_force / 10, 1)) * I.tool_speed user.setClickCooldown(time) if(do_after(user, time, src) && use(1)) diff --git a/code/modules/media/walkpod.dm b/code/modules/media/walkpod.dm index d000692afc2c..1346491113e6 100644 --- a/code/modules/media/walkpod.dm +++ b/code/modules/media/walkpod.dm @@ -77,7 +77,7 @@ else if(loc == L) // at least they're holding it to_chat(L, "Turn on the [src] first.") -/obj/item/device/walkpod/attack_self(mob/user) +/obj/item/device/walkpod/attack_self(mob/user, datum/event_args/actor/actor) var/mob/living/L = user if(!istype(L) || loc != L) return diff --git a/code/modules/mining/drilling/scanner.dm b/code/modules/mining/drilling/scanner.dm index 642157c2efe8..41bc46f94b60 100644 --- a/code/modules/mining/drilling/scanner.dm +++ b/code/modules/mining/drilling/scanner.dm @@ -27,7 +27,7 @@ to_chat(usr, "New scan range set to [scanrange] step(s) around user, including current location.") . = ..() -/obj/item/mining_scanner/attack_self(mob/user) +/obj/item/mining_scanner/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mining/tools/fulton.dm b/code/modules/mining/tools/fulton.dm index e7df8a6c276a..b2c3a787de1f 100644 --- a/code/modules/mining/tools/fulton.dm +++ b/code/modules/mining/tools/fulton.dm @@ -31,7 +31,7 @@ var/global/list/total_extraction_beacons = list() . = ..() . +="It has [uses_left] use\s remaining." -/obj/item/extraction_pack/attack_self(mob/user) +/obj/item/extraction_pack/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -167,7 +167,7 @@ var/global/list/total_extraction_beacons = list() icon = 'icons/obj/stock_parts.dmi' icon_state = "subspace_amplifier" -/obj/item/fulton_core/attack_self(mob/user) +/obj/item/fulton_core/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mining/tools/kinetic_accelerator.dm b/code/modules/mining/tools/kinetic_accelerator.dm index c09a9d21af61..cfcb7ae64758 100644 --- a/code/modules/mining/tools/kinetic_accelerator.dm +++ b/code/modules/mining/tools/kinetic_accelerator.dm @@ -632,7 +632,7 @@ name = "adjustable tracer bolts" desc = "Causes kinetic accelerator bolts to have an adjustable-colored tracer trail and explosion. Use in-hand to change color." -/obj/item/ka_modkit/tracer/adjustable/attack_self(mob/user) +/obj/item/ka_modkit/tracer/adjustable/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mining/tools/kinetic_crusher.dm b/code/modules/mining/tools/kinetic_crusher.dm index 149841982a7c..1986137c3c76 100644 --- a/code/modules/mining/tools/kinetic_crusher.dm +++ b/code/modules/mining/tools/kinetic_crusher.dm @@ -21,9 +21,7 @@ */ attack_sound = 'sound/weapons/bladeslice.ogg' attack_verb = list("smashed", "crushed", "cleaved", "chopped", "pulped") - sharp = TRUE - edge = TRUE - // sharpness = SHARP_EDGED + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE item_action_name = "Toggle Light" light_wedge = LIGHT_WIDE // actions_types = list(/datum/action/item_action/toggle_light) diff --git a/code/modules/mining/tools/mine_items.dm b/code/modules/mining/tools/mine_items.dm index 8b8f630d436a..ca72bb02a3f9 100644 --- a/code/modules/mining/tools/mine_items.dm +++ b/code/modules/mining/tools/mine_items.dm @@ -29,7 +29,7 @@ attack_verb = list("hit", "pierced", "sliced", "attacked") var/drill_sound = 'sound/weapons/Genhit.ogg' var/drill_verb = "drilling" - sharp = 1 + damage_mode = DAMAGE_MODE_SHARP var/active = 1 var/excavation_amount = 200 @@ -94,14 +94,13 @@ icon_state = "plasmacutter" item_state = "gun" w_class = WEIGHT_CLASS_NORMAL //it is smaller than the pickaxe - damtype = "fire" + damage_type = DAMAGE_TYPE_BURN digspeed = 20 //Can slice though normal walls, all girders, or be used in reinforced wall deconstruction/ light thermite on fire origin_tech = list(TECH_MATERIAL = 4, TECH_PHORON = 3, TECH_ENGINEERING = 3) desc = "A rock cutter that uses bursts of hot plasma. You could use it to cut limbs off of xenos! Or, you know, mine stuff." drill_verb = "cutting" drill_sound = 'sound/items/Welder.ogg' - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE worth_intrinsic = 175 /obj/item/pickaxe/diamond @@ -147,7 +146,6 @@ origin_tech = list(TECH_MATERIAL = 1, TECH_ENGINEERING = 1) attack_verb = list("mined", "pierced", "stabbed", "attacked") drill_verb = "picking" - sharp = 1 worth_intrinsic = 75 //Snowflake drill that works like a chainsaw! How fun. Honestly they should probably all work like this or something. I dunno. Might be a fun mining overhaul later. @@ -194,8 +192,6 @@ playsound(src, 'sound/weapons/chainsaw_startup.ogg',40,1) damage_force = 15 damage_mode |= DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE - edge = TRUE - sharp = TRUE active = TRUE update_icon() else @@ -208,12 +204,10 @@ playsound(user, 'sound/weapons/chainsaw_turnoff.ogg',40,1) damage_force = 3 damage_mode = initial(damage_mode) - edge = FALSE - sharp = FALSE active = FALSE update_icon() -/obj/item/pickaxe/tyrmalin/attack_self(mob/user) +/obj/item/pickaxe/tyrmalin/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -290,8 +284,7 @@ origin_tech = list(TECH_MATERIAL = 1, TECH_ENGINEERING = 1) materials_base = list(MAT_STEEL = 50) attack_verb = list("bashed", "bludgeoned", "thrashed", "whacked") - sharp = 0 - edge = 1 + damage_mode = DAMAGE_MODE_EDGE worth_intrinsic = 50 var/digspeed = 40 @@ -304,7 +297,7 @@ throw_force = 12 tool_speed = 0.7 attack_verb = list("slashed", "impaled", "stabbed", "sliced") - sharp = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE /obj/item/shovel/bronze name = "bronze shovel" @@ -400,7 +393,7 @@ else ..() -/obj/item/stack/flag/attack_self(mob/user) +/obj/item/stack/flag/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mining/tools/resonator.dm b/code/modules/mining/tools/resonator.dm index 77a7e2585deb..6571987a5aae 100644 --- a/code/modules/mining/tools/resonator.dm +++ b/code/modules/mining/tools/resonator.dm @@ -37,7 +37,7 @@ spawn(burst_time) fieldsactive-- -/obj/item/resonator/attack_self(mob/user) +/obj/item/resonator/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mining/tools/shelter_atoms.dm b/code/modules/mining/tools/shelter_atoms.dm index 619a349bdb74..30dad58e23d8 100644 --- a/code/modules/mining/tools/shelter_atoms.dm +++ b/code/modules/mining/tools/shelter_atoms.dm @@ -35,7 +35,7 @@ . += "This capsule has the [template.name] stored." . += template.description -/obj/item/survivalcapsule/attack_self(mob/user) +/obj/item/survivalcapsule/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mining/tools/vertibore.dm b/code/modules/mining/tools/vertibore.dm index 324001d57776..180c3ffd05fc 100644 --- a/code/modules/mining/tools/vertibore.dm +++ b/code/modules/mining/tools/vertibore.dm @@ -71,7 +71,7 @@ return . = ..() -/obj/item/vertibore/attack_self(mob/user) +/obj/item/vertibore/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/grab.dm b/code/modules/mob/grab.dm index c1229a5996dc..2c937c8129df 100644 --- a/code/modules/mob/grab.dm +++ b/code/modules/mob/grab.dm @@ -240,7 +240,7 @@ if(!affecting.has_status_effect(/datum/status_effect/sight/blindness)) affecting.apply_status_effect(/datum/status_effect/sight/blindness, 3 SECONDS) -/obj/item/grab/attack_self(mob/user) +/obj/item/grab/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/carbon/brain/MMI.dm b/code/modules/mob/living/carbon/brain/MMI.dm index a77baa8385a2..2e17f0f2749b 100644 --- a/code/modules/mob/living/carbon/brain/MMI.dm +++ b/code/modules/mob/living/carbon/brain/MMI.dm @@ -109,7 +109,7 @@ ..() //TODO: ORGAN REMOVAL UPDATE. Make the brain remain in the MMI so it doesn't lose organ data. -/obj/item/mmi/attack_self(mob/user) +/obj/item/mmi/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -249,7 +249,7 @@ H.mind.transfer(brainmob) return -/obj/item/mmi/digital/attack_self(mob/user) +/obj/item/mmi/digital/attack_self(mob/user, datum/event_args/actor/actor) if(brainmob && !brainmob.key && searching == 0) //Start the process of searching for a new user. to_chat(user, "You carefully locate the manual activation switch and start the [src]'s boot process.") diff --git a/code/modules/mob/living/carbon/brain/posibrain.dm b/code/modules/mob/living/carbon/brain/posibrain.dm index f0cba1bd020d..ac9f20630ebe 100644 --- a/code/modules/mob/living/carbon/brain/posibrain.dm +++ b/code/modules/mob/living/carbon/brain/posibrain.dm @@ -33,7 +33,7 @@ if(istype(ghost)) question(ghost) -/obj/item/mmi/digital/posibrain/attack_self(mob/user) +/obj/item/mmi/digital/posibrain/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/carbon/brain/robot.dm b/code/modules/mob/living/carbon/brain/robot.dm index 0ed4096809af..5a706f22d856 100644 --- a/code/modules/mob/living/carbon/brain/robot.dm +++ b/code/modules/mob/living/carbon/brain/robot.dm @@ -29,7 +29,7 @@ to_chat(brainmob, "You feel slightly disoriented. That's normal when you're little more than a complex circuit.") return -/obj/item/mmi/digital/robot/attack_self(mob/user) +/obj/item/mmi/digital/robot/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 5cf584d5efe3..847c11bb9ea3 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -27,10 +27,10 @@ weapon_edge = 0 hit_embed_chance = I.damage_force/(I.w_class*3) - apply_damage(effective_force, I.damtype, hit_zone, blocked, soaked, sharp=weapon_sharp, edge=weapon_edge, used_weapon=I) + apply_damage(effective_force, I.damage_type, hit_zone, blocked, soaked, sharp=weapon_sharp, edge=weapon_edge, used_weapon=I) //Melee weapon embedded object code. - if (I && I.damtype == DAMAGE_TYPE_BRUTE && !I.anchored && !is_robot_module(I) && I.embed_chance > 0) + if (I && I.damage_type == DAMAGE_TYPE_BRUTE && !I.anchored && !is_robot_module(I) && I.embed_chance > 0) var/damage = effective_force if (blocked) damage *= (100 - blocked)/100 @@ -102,7 +102,7 @@ // Knifing /mob/living/carbon/proc/attack_throat(obj/item/W, obj/item/grab/G, mob/user) - if(!((W.damage_mode & DAMAGE_MODE_EDGE) || W.edge) || !W.damage_force || W.damtype != DAMAGE_TYPE_BRUTE) + if(!(W.damage_mode & DAMAGE_MODE_EDGE) || !W.damage_force || W.damage_type != DAMAGE_TYPE_BRUTE) return 0 //unsuitable weapon user.visible_message("\The [user] begins to slit [src]'s throat with \the [W]!") @@ -123,7 +123,7 @@ var/total_damage = 0 for(var/i in 1 to 3) var/damage = min(W.damage_force*1.5, 20)*damage_mod - apply_damage(damage, W.damtype, "head", 0, sharp=W.sharp||(W.damage_mode & DAMAGE_MODE_EDGE), edge=W.edge||(W.damage_mode & DAMAGE_MODE_EDGE)) + apply_damage(damage, W.damage_type, "head", 0, sharp = (W.damage_mode & DAMAGE_MODE_EDGE), edge = (W.damage_mode & DAMAGE_MODE_EDGE)) total_damage += damage var/oxyloss = total_damage @@ -150,13 +150,13 @@ /mob/living/carbon/proc/shank_attack(obj/item/W, obj/item/grab/G, mob/user, hit_zone) - if(!(W.sharp || (W.damage_mode & DAMAGE_MODE_SHARP)) || !W.damage_force || W.damtype != DAMAGE_TYPE_BRUTE) + if(!(W.damage_mode & DAMAGE_MODE_SHARP) || !W.damage_force || W.damage_type != DAMAGE_TYPE_BRUTE) return 0 //unsuitable weapon user.visible_message("\The [user] plunges \the [W] into \the [src]!") var/damage = shank_armor_helper(W, G, user) - apply_damage(damage, W.damtype, "torso", 0, sharp=W.sharp||(W.damage_mode & DAMAGE_MODE_EDGE), edge=W.edge||(W.damage_mode & DAMAGE_MODE_EDGE)) + apply_damage(damage, W.damage_type, "torso", 0, sharp = (W.damage_mode & DAMAGE_MODE_EDGE), edge = (W.damage_mode & DAMAGE_MODE_EDGE)) if(W.attack_sound) playsound(loc, W.attack_sound, 50, 1, -1) @@ -168,7 +168,7 @@ /mob/living/carbon/proc/shank_armor_helper(obj/item/W, obj/item/grab/G, mob/user) var/damage = W.damage_force var/damage_mod = 1 - if(W.edge || (W.damage_mode & DAMAGE_MODE_EDGE)) + if(W.damage_mode & DAMAGE_MODE_EDGE) damage = damage * 1.25 //small damage bonus for having sharp and edge var/obj/item/clothing/suit/worn_suit diff --git a/code/modules/mob/living/carbon/human/human-defense-legacy.dm b/code/modules/mob/living/carbon/human/human-defense-legacy.dm index 7438b3dc2cf4..5e0f68cf84ea 100644 --- a/code/modules/mob/living/carbon/human/human-defense-legacy.dm +++ b/code/modules/mob/living/carbon/human/human-defense-legacy.dm @@ -227,7 +227,7 @@ forcesay(hit_appends) //forcesay checks stat already if(prob(25 + (effective_force * 2))) - if(!((I.damtype == DAMAGE_TYPE_BRUTE) || (I.damtype == DAMAGE_TYPE_HALLOSS))) + if(!((I.damage_type == DAMAGE_TYPE_BRUTE) || (I.damage_type == DAMAGE_TYPE_HALLOSS))) return if(!(I.atom_flags & NOBLOODY)) @@ -274,7 +274,7 @@ if(!organ || (organ.dislocated == 2) || (organ.dislocated == -1) || blocked >= 100) return 0 - if(W.damtype != DAMAGE_TYPE_BRUTE) + if(W.damage_type != DAMAGE_TYPE_BRUTE) return 0 if(soaked >= round(effective_force*0.8)) @@ -317,7 +317,11 @@ throw_mode_off() return - var/dtype = O.damtype + var/dtype = DAMAGE_TYPE_BRUTE + if(isitem(AM)) + var/obj/item/impacting_item = AM + dtype = impacting_item.damage_type + var/throw_damage = O.throw_force * TT.get_damage_multiplier(src) var/zone @@ -408,7 +412,7 @@ if(!O || !src) return - if(O.loc == src && O.sharp) //Projectile is embedded and suitable for pinning. + if(O.loc == src && is_sharp(O)) //Projectile is embedded and suitable for pinning. var/turf/T = near_wall(dir,2) if(T) forceMove(T) @@ -435,7 +439,7 @@ // Alright, our hand works? Time to try the catching. var/catch_chance = 90 // Default 90% catch rate - if(O.sharp) + if(is_sharp(O)) catch_chance -= 50 // Catching knives is hard catch_chance -= get_accuracy_penalty() // Same issues with shooting a gun, or swinging a weapon @@ -473,10 +477,10 @@ w_uniform.add_blood(source) update_inv_w_uniform(0) -/mob/living/carbon/human/proc/handle_suit_punctures(var/damtype, var/damage, var/def_zone) +/mob/living/carbon/human/proc/handle_suit_punctures(var/damage_type, var/damage, var/def_zone) // Tox and oxy don't matter to suits. - if(damtype != DAMAGE_TYPE_BURN && damtype != DAMAGE_TYPE_BRUTE) return + if(damage_type != DAMAGE_TYPE_BURN && damage_type != DAMAGE_TYPE_BRUTE) return // The hardsuit might soak this hit, if we're wearing one. if(back && istype(back,/obj/item/hardsuit)) @@ -488,7 +492,7 @@ if(!istype(wear_suit,/obj/item/clothing/suit/space)) return var/obj/item/clothing/suit/space/SS = wear_suit var/penetrated_dam = max(0,(damage - SS.breach_threshold)) - if(penetrated_dam) SS.create_breaches(damtype, penetrated_dam) + if(penetrated_dam) SS.create_breaches(damage_type, penetrated_dam) /mob/living/carbon/human/reagent_permeability() var/perm = 0 @@ -549,7 +553,7 @@ var/damage = shank_armor_helper(W, G, user) var/obj/item/organ/external/chest = get_organ(hit_zone) - if(W.edge || (W.damage_mode & DAMAGE_MODE_EDGE)) + if(W.damage_mode & DAMAGE_MODE_EDGE) organ_chance = 75 user.next_move = world.time + 20 user.visible_message("\The [user] begins to twist \the [W] around inside [src]'s [chest]!") diff --git a/code/modules/mob/living/living-defense-legacy.dm b/code/modules/mob/living/living-defense-legacy.dm index 008761bdc1c4..fa82ae3cf12c 100644 --- a/code/modules/mob/living/living-defense-legacy.dm +++ b/code/modules/mob/living/living-defense-legacy.dm @@ -192,7 +192,7 @@ standard_weapon_hit_effects(I, user, effective_force, blocked, soaked, hit_zone) - if(I.damtype == DAMAGE_TYPE_BRUTE && prob(33)) // Added blood for whacking non-humans too + if(I.damage_type == DAMAGE_TYPE_BRUTE && prob(33)) // Added blood for whacking non-humans too var/turf/simulated/location = get_turf(src) if(istype(location)) location.add_blood_floor(src) @@ -214,7 +214,7 @@ weapon_sharp = 0 weapon_edge = 0 - apply_damage(effective_force, I.damtype, hit_zone, blocked, soaked, sharp=weapon_sharp, edge=weapon_edge, used_weapon=I) + apply_damage(effective_force, I.damage_type, hit_zone, blocked, soaked, sharp=weapon_sharp, edge=weapon_edge, used_weapon=I) return 1 @@ -222,7 +222,10 @@ /mob/living/throw_impacted(atom/movable/AM, datum/thrownthing/TT) if(istype(AM, /obj)) var/obj/O = AM - var/dtype = O.damtype + var/dtype = DAMAGE_TYPE_BRUTE + if(isitem(AM)) + var/obj/item/impacting_item = AM + dtype = impacting_item.damage_type var/throw_damage = O.throw_force * TT.get_damage_multiplier(src) var/miss_chance = 15 @@ -290,7 +293,7 @@ if(!O || !src) return - if(O.sharp) //Projectile is suitable for pinning. + if(is_sharp(O)) //Projectile is suitable for pinning. if(soaked >= round(throw_damage*0.8)) return diff --git a/code/modules/mob/living/silicon/pai/defense.dm b/code/modules/mob/living/silicon/pai/defense.dm index d6faec813e36..0f2fdba52a16 100644 --- a/code/modules/mob/living/silicon/pai/defense.dm +++ b/code/modules/mob/living/silicon/pai/defense.dm @@ -64,18 +64,12 @@ /mob/living/silicon/pai/emp_act(severity) // Silence for 2 minutes - // 20% chance to kill - // 33% chance to unbind - // 33% chance to change prime directive (based on severity) - // 33% chance of no additional effect + // 33% chance to unbind + // 33% chance to change prime directive (based on severity) + // 33% chance of no additional effect src.silence_time = world.timeofday + 120 * 10 // Silence for 2 minutes to_chat(src, "Communication circuit overload. Shutting down and reloading communication circuits - speech and messaging functionality will be unavailable until the reboot is complete.") - if(prob(20)) - var/turf/T = get_turf_or_move(src.loc) - for (var/mob/M in viewers(T)) - M.show_message("A shower of sparks spray from [src]'s inner workings.", 3, "You hear and smell the ozone hiss of electrical sparks being expelled violently.", 2) - return src.death(0) switch(pick(1,2,3)) if(1) diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm index 30f9696a3088..f0686a2f5e5c 100644 --- a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm @@ -21,7 +21,7 @@ w_class = WEIGHT_CLASS_NORMAL var/emagged = 0 -/obj/item/dogborg/jaws/small/attack_self(mob/user) +/obj/item/dogborg/jaws/small/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -60,7 +60,7 @@ attack_verb = list("nuzzled", "nosed", "booped") w_class = WEIGHT_CLASS_TINY -/obj/item/dogborg/boop_module/attack_self(mob/user) +/obj/item/dogborg/boop_module/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -190,7 +190,7 @@ if(water.energy < 5) . += "[src] is dry." -/obj/item/dogborg/tongue/attack_self(mob/user) +/obj/item/dogborg/tongue/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -304,7 +304,7 @@ item_flags = ITEM_NOBLUDGEON | ITEM_ENCUMBERS_WHILE_HELD var/enabled = FALSE -/obj/item/pupscrubber/attack_self(mob/user) +/obj/item/pupscrubber/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -335,8 +335,7 @@ icon_state = "swordtail" desc = "A glowing pink dagger normally attached to the end of a cyborg's tail. It appears to be extremely sharp." damage_force = 20 //Takes 5 hits to 100-0 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE throw_force = 0 //This shouldn't be thrown in the first place. attack_sound = 'sound/weapons/blade1.ogg' attack_verb = list("slashed", "stabbed", "jabbed", "mauled", "sliced") @@ -350,7 +349,7 @@ var/cooldown = 0 var/datum/matter_synth/glass = null -/obj/item/lightreplacer/dogborg/attack_self(mob/user) +/obj/item/lightreplacer/dogborg/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return//Recharger refill is so last season. Now we recycle without magic! @@ -383,7 +382,7 @@ item_flags = ITEM_NOBLUDGEON | ITEM_ENCUMBERS_WHILE_HELD throw_force = 0 -/obj/item/dogborg/pounce/attack_self(mob/user) +/obj/item/dogborg/pounce/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm index 29753b3839f0..d293d7c59dec 100644 --- a/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm +++ b/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm @@ -178,7 +178,7 @@ hound = hound.loc hound.cell.charge = hound.cell.charge - amt -/obj/item/dogborg/sleeper/attack_self(mob/user) +/obj/item/dogborg/sleeper/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/silicon/robot/robot_items.dm b/code/modules/mob/living/silicon/robot/robot_items.dm index 6e40f348ffef..204c20df8389 100644 --- a/code/modules/mob/living/silicon/robot/robot_items.dm +++ b/code/modules/mob/living/silicon/robot/robot_items.dm @@ -16,7 +16,7 @@ . = ..() files = new /datum/research/techonly(src) //Setup the research data holder. -/obj/item/portable_destructive_analyzer/attack_self(mob/user) +/obj/item/portable_destructive_analyzer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -274,7 +274,7 @@ name = "Printing Pen" var/mode = 1 -/obj/item/pen/robopen/attack_self(mob/user) +/obj/item/pen/robopen/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -335,7 +335,7 @@ if(istype(target,/obj/structure/table)) deploy_paper(get_turf(target)) -/obj/item/form_printer/attack_self(mob/user) +/obj/item/form_printer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -368,7 +368,7 @@ STOP_PROCESSING(SSobj, src) return ..() -/obj/item/borg/combat/shield/attack_self(mob/user) +/obj/item/borg/combat/shield/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -443,7 +443,7 @@ . += "It has [stored_walls] wall segment\s and [stored_doors] door segment\s stored." . += "It is set to deploy [mode ? "doors" : "walls"]" -/obj/item/inflatable_dispenser/attack_self(mob/user) +/obj/item/inflatable_dispenser/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/simple_mob/defense.dm b/code/modules/mob/living/simple_mob/defense.dm index cc18761c9935..3ea0519d6c51 100644 --- a/code/modules/mob/living/simple_mob/defense.dm +++ b/code/modules/mob/living/simple_mob/defense.dm @@ -75,7 +75,7 @@ effective_force = O.damage_force //Animals can't be stunned(?) - if(O.damtype == DAMAGE_TYPE_HALLOSS) + if(O.damage_type == DAMAGE_TYPE_HALLOSS) effective_force = 0 if(supernatural && istype(O,/obj/item/nullrod)) effective_force *= 2 diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm b/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm index c555b146fa42..de50b2d86514 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm @@ -154,7 +154,7 @@ else ..() -/obj/item/holder/mouse/attack_self(mob/user) +/obj/item/holder/mouse/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm b/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm index ff0fb0bbac4e..132c2c55faf9 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm @@ -189,7 +189,7 @@ icon_state = "box" var/cattype = /mob/living/simple_mob/animal/passive/cat -/obj/item/cat_box/attack_self(mob/user) +/obj/item/cat_box/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/enigma_hivebot.dm b/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/enigma_hivebot.dm index 3b4b35fd9261..44cb1dc1a6eb 100644 --- a/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/enigma_hivebot.dm +++ b/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/enigma_hivebot.dm @@ -352,6 +352,145 @@ ai_holder_type = /datum/ai_holder/polaris/simple_mob/ranged/kiting projectiletype = /obj/projectile/ion base_attack_cooldown = 25 + +//P4 units - Anything nanotechnology paired with abductor tech - Elite units + +/mob/living/simple_mob/mechanical/hivebot/enigma/P4/Wraith + name = "wraith" + icon = 'icons/mob/enigma.dmi' + desc = "A sleek, black bipedal combat unit with an unsettling, advanced nanotech design. Its chassis being an amalgamation of various prosthetic and synthetic components or at least mimicking such. The unit is constantly shifting and is surrounded by a thin trail of metallic dust as it moves. Spines emitting an antigrav field protrude from its arms, shoulders, and back, while its featureless faceplate displays an alien magenta glow under constant shifting and warping. The unit shudders and vibrates with uncanny precision. It wields a modified particle weapon vaguely resembling a Hephaestus G40. A capital Sigma symbol is etched on its chest, and a circular power pack on its back hums with gravity-defying particles." + icon_living = "wraith" + icon_state = "wraith" + maxHealth = 200 //More armored but less max HP and also has a shield + health = 200 + evasion = 15 //Superior reflexes due to nanotech and being build for combat + armor_legacy_mob = list( + "melee" = 5, + "bullet" = 20, + "laser" = 30, + "energy" = 30, + "bomb" = 20, + "bio" = 100, + "rad" = 100 + ) + + legacy_melee_damage_lower = 18 + legacy_melee_damage_upper = 18 //It hits you with a hardened nanite fist. Thats supposed to hurt + movement_cooldown = 1 //again faster than standard grunts + movement_sound = 'sound/enigma/enigma_move.ogg' + ai_holder_type = /datum/ai_holder/polaris/simple_mob/ranged/kiting //Made to draw fire hence kiting + projectiletype = /obj/projectile/beam/antigravbeamwraith + base_attack_cooldown = 10 //1 attacks per second + +/mob/living/simple_mob/mechanical/hivebot/enigma/P4/Wraith/Initialize(mapload) //Gives the unit a weak overshield since it would be very unfun to fight kiting AI with actual proper health regen as initially intended + var/shield_type = /obj/item/shield_projector/rectangle{ + shield_health = 50; + max_shield_health = 50; + shield_regen_delay = 10 SECONDS; + shield_regen_amount = 10; + size_x = 1; + size_y = 1; + always_on = TRUE; + } + var/obj/item/shield_projector/shield_projector = new shield_type(src) + shield_projector.create_shields() + return ..() + +/mob/living/simple_mob/mechanical/hivebot/enigma/P4/Banshee + name = "banshee" + icon = 'icons/mob/enigma.dmi' + desc = "A horrific inorganic nanite abomination. This unit possess a jet black nanite frame with typical abductor technology augmentation. Armed with two strange humming blades it is well capable of both lethal takedowns and less lethal takedowns. The head tendrilled monstrosity is lightning fast and to make matters worse has some sort of short range teleportation pack installed on its back allowing it to effectively 'blink' out if needed to disengage. Additionally the entire body is covered in thin, purple colored phase coils allowing it to effectively leap. A capital greek Sigma is etched onto its nanite chest. Embedded in its right armblade is some sort of injector loaded with strange bits of electronics. The entire thing screams in agony in an ultrasonic frequency only audible to synthetics as it constantly shifts in and out of phase." + icon_living = "banshee" + icon_state = "banshee" + maxHealth = 100 //Glass Cannon + health = 100 + evasion = 50 //Phase coils and bluespace blink device. Hard to hit. Trash hitpoints and armor + armor_legacy_mob = list( + "melee" = 5, + "bullet" = 10, + "laser" = 15, + "energy" = 15, + "bomb" = 20, + "bio" = 100, + "rad" = 100 + ) + + legacy_melee_damage_lower = 35 //armed with two arm mounted phase blades + legacy_melee_damage_upper = 35 //I hate damage variance + attack_armor_pen = 25 + base_attack_cooldown = 7 //1.3 attacks per second + movement_cooldown = 0 //MUCH faster + movement_sound = 'sound/enigma/enigma_move.ogg' + ai_holder_type = /datum/ai_holder/polaris/simple_mob/hivebot //hit and Run Melee is broken for when more than 1 player is visible + + player_msg = "You are very fast, and can perform a leaping attack by clicking on someone from a short distance away.
\ + If the leap succeeds, the target will be knocked down briefly and you will be on top of them.
\ + Note that there is a short delay before you leap!
\ + In addition, you will do more damage to incapacitated opponents." + + // Leaping is a special attack, so these values determine when leap can happen, also ripped from spiders + // Leaping won't occur if its on cooldown. + special_attack_min_range = 2 + special_attack_max_range = 8 + special_attack_cooldown = 15 SECONDS //Phase coils are not trivial to miniaturize + + var/leap_warmup = 1 SECOND // How long the leap telegraphing is. + var/leap_sound = 'sound/weapons/Phasecoilengage.ogg' + +// Multiplies damage if the victim is stunned in some form, including a successful leap. +/mob/living/simple_mob/mechanical/hivebot/enigma/P4/Banshee/apply_bonus_melee_damage(atom/A, damage_amount) + if(isliving(A)) + var/mob/living/L = A + if(L.incapacitated(INCAPACITATION_DISABLED)) + return damage_amount * 1.2 //lets not make it oneshot + return ..() + + +// The actual leaping attack. +/mob/living/simple_mob/mechanical/hivebot/enigma/P4/Banshee/do_special_attack(atom/A) + set waitfor = FALSE + set_AI_busy(TRUE) + + // Telegraph, since getting stunned suddenly feels bad. + do_windup_animation(A, leap_warmup) + sleep(leap_warmup) // Telegraphing + + // Do the actual leap. + status_flags |= STATUS_LEAPING // Lets us pass over everything. + visible_message(SPAN_DANGER("\The [src] engages its phasecoils and initializes a phaseleap at \the [A]!")) + throw_at_old(get_step(get_turf(A), get_turf(src)), special_attack_max_range+1, 1, src) + playsound(src, leap_sound, 75, 1) + + sleep(5) // For the throw to complete. It won't hold up the AI SSticker due to waitfor being false. + + if(status_flags & STATUS_LEAPING) + status_flags &= ~STATUS_LEAPING // Revert special passage ability. + + var/turf/T = get_turf(src) // Where we landed. This might be different than A's turf. + + . = FALSE + + // Now for the stun. + var/mob/living/victim = null + for(var/mob/living/L in T) // So player-controlled BANSHEES only need to click the tile to stun them. + if(L == src) + continue + + var/list/shieldcall_result = L.atom_shieldcall(40, DAMAGE_TYPE_BRUTE, MELEE_TIER_MEDIUM, ARMOR_MELEE, NONE, ATTACK_TYPE_MELEE) //NEEDS LIFE TESTING + if(shieldcall_result[SHIELDCALL_ARG_FLAGS] & SHIELDCALL_FLAGS_BLOCK_ATTACK) + continue + + victim = L + break + + if(victim) + victim.afflict_paralyze(20 * 2) + victim.visible_message(SPAN_DANGER("\The [src] phases back in and knocks down \the [victim]!")) + to_chat(victim, SPAN_CRITICAL("\The [src] disengages its phase coils right ontop you and knocks you to the ground!")) + . = TRUE + + set_AI_busy(FALSE) + // Boss diff --git a/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/hivebot.dm b/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/hivebot.dm index dc0d7a6f28be..bb7d0526eeec 100644 --- a/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/hivebot.dm +++ b/code/modules/mob/living/simple_mob/subtypes/mechanical/hivebot/hivebot.dm @@ -56,8 +56,7 @@ /obj/projectile/bullet/hivebot damage_force = 10 damage_type = DAMAGE_TYPE_BRUTE - sharp = FALSE - edge = FALSE + damage_mode = NONE /mob/living/simple_mob/mechanical/hivebot/swarm name = "swarm hivebot" diff --git a/code/modules/mob/living/simple_mob/subtypes/slime/feral/feral.dm b/code/modules/mob/living/simple_mob/subtypes/slime/feral/feral.dm index f96303e4280c..394c54caed3a 100644 --- a/code/modules/mob/living/simple_mob/subtypes/slime/feral/feral.dm +++ b/code/modules/mob/living/simple_mob/subtypes/slime/feral/feral.dm @@ -71,7 +71,7 @@ speed = 7.5 * WORLD_ICON_SIZE icon_scale_x = 2 // It hits like a truck. icon_scale_y = 2 - sharp = TRUE + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_PIERCE /obj/projectile/icicle/on_impact(atom/target, impact_flags, def_zone, efficiency) . = ..() diff --git a/code/modules/mob/living/simple_mob/subtypes/slime/xenobio/subtypes.dm b/code/modules/mob/living/simple_mob/subtypes/slime/xenobio/subtypes.dm index c8e5ab414ba7..4f6526c96aa0 100644 --- a/code/modules/mob/living/simple_mob/subtypes/slime/xenobio/subtypes.dm +++ b/code/modules/mob/living/simple_mob/subtypes/slime/xenobio/subtypes.dm @@ -207,7 +207,7 @@ ignite() /mob/living/simple_mob/slime/xenobio/dark_purple/attackby(var/obj/item/W, var/mob/user) - if(istype(W) && W.damage_force && W.damtype == DAMAGE_TYPE_BURN) + if(istype(W) && W.damage_force && W.damage_type == DAMAGE_TYPE_BURN) log_and_message_admins("[src] ignited due to being hit with a burning weapon ([W]) by [key_name(user)].") ignite() else @@ -661,7 +661,7 @@ explode() /mob/living/simple_mob/slime/xenobio/oil/attackby(obj/item/W, mob/living/user) - if(istype(W) && W.damage_force && W.damtype == DAMAGE_TYPE_BURN) + if(istype(W) && W.damage_force && W.damage_type == DAMAGE_TYPE_BURN) log_and_message_admins("[src] exploded due to being hit with a burning weapon ([W]) by [key_name(user)].") explode() else diff --git a/code/modules/modular_computers/computers/modular_computer/damage.dm b/code/modules/modular_computers/computers/modular_computer/damage.dm index 147ee701b526..a1649bbbf747 100644 --- a/code/modules/modular_computers/computers/modular_computer/damage.dm +++ b/code/modules/modular_computers/computers/modular_computer/damage.dm @@ -44,7 +44,8 @@ /// EMPs are similar to explosions, but don't cause physical damage to the casing. Instead they screw up the components /obj/item/modular_computer/emp_act(severity) . = ..() - take_damage_legacy(rand(100,200) / severity, 50 / severity, 0) + spawn(-1) + take_damage_legacy(rand(100,200) / severity, 50 / severity, 0) /** * "Stun" weapons can cause minor damage to components (short-circuits?) diff --git a/code/modules/modular_computers/computers/modular_computer/interaction.dm b/code/modules/modular_computers/computers/modular_computer/interaction.dm index 9207f187b5de..a1cb27a746ae 100644 --- a/code/modules/modular_computers/computers/modular_computer/interaction.dm +++ b/code/modules/modular_computers/computers/modular_computer/interaction.dm @@ -115,7 +115,7 @@ return ..() /// On-click handling. Turns on the computer if it's off and opens the GUI. -/obj/item/modular_computer/attack_self(mob/user) +/obj/item/modular_computer/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/multiz/structures/hoist.dm b/code/modules/multiz/structures/hoist.dm index aceb2dfcde03..c3cd33153272 100644 --- a/code/modules/multiz/structures/hoist.dm +++ b/code/modules/multiz/structures/hoist.dm @@ -10,7 +10,7 @@ icon = 'icons/obj/hoists.dmi' icon_state = "hoist_case" -/obj/item/hoist_kit/attack_self(mob/user) +/obj/item/hoist_kit/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/nifsoft/nifsoft.dm b/code/modules/nifsoft/nifsoft.dm index b5e372484ebd..8677ae7a91d9 100644 --- a/code/modules/nifsoft/nifsoft.dm +++ b/code/modules/nifsoft/nifsoft.dm @@ -277,7 +277,7 @@ return return ..() -/obj/item/disk/nifsoft/compliance/attack_self(mob/user) +/obj/item/disk/nifsoft/compliance/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/organs/external/external.dm b/code/modules/organs/external/external.dm index e1bed09a1c9f..8021f5df2ef4 100644 --- a/code/modules/organs/external/external.dm +++ b/code/modules/organs/external/external.dm @@ -186,9 +186,9 @@ var/burn_damage = 0 switch(severity) if (1) - burn_damage += rand(10, 14) + burn_damage += rand(10, 12) if (2) - burn_damage += rand(7, 8.5) + burn_damage += rand(6.5, 8) if(3) burn_damage += rand(4, 8) if(4) @@ -200,7 +200,7 @@ weapon_descriptor = "electromagnetic overload", ) -/obj/item/organ/external/attack_self(mob/user) +/obj/item/organ/external/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -379,7 +379,8 @@ if(is_broken() && brute && !(damage_mode & DAMAGE_MODE_GRADUAL)) jostle_bone(brute) if(organ_can_feel_pain() && IS_CONSCIOUS(owner) && prob(40)) - owner.emote("scream") //getting hit on broken hand hurts + spawn(-1) + owner.emote("scream") //getting hit on broken hand hurts // todo: optimization // legacy: autopsy data diff --git a/code/modules/organs/internal/species/adherent.dm b/code/modules/organs/internal/species/adherent.dm index 8b7bd45ce8bb..3d2ee4e227a0 100644 --- a/code/modules/organs/internal/species/adherent.dm +++ b/code/modules/organs/internal/species/adherent.dm @@ -35,7 +35,7 @@ action.button_icon_state = "[base_action_state]-[active ? "on" : "off"]" return ..() -/obj/item/organ/internal/powered/attack_self(mob/user) +/obj/item/organ/internal/powered/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/organs/organ.dm b/code/modules/organs/organ.dm index 72564611c78b..a7923bfaf710 100644 --- a/code/modules/organs/organ.dm +++ b/code/modules/organs/organ.dm @@ -668,7 +668,7 @@ user.put_in_active_hand(O) qdel(src) -/obj/item/organ/attack_self(mob/user) +/obj/item/organ/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/paperwork/clipboard.dm b/code/modules/paperwork/clipboard.dm index 8b716d5d7d04..fe93c6b32d0f 100644 --- a/code/modules/paperwork/clipboard.dm +++ b/code/modules/paperwork/clipboard.dm @@ -45,7 +45,7 @@ return ..() -/obj/item/clipboard/attack_self(mob/user) +/obj/item/clipboard/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/paperwork/folders.dm b/code/modules/paperwork/folders.dm index 15914b5f3427..c9a87619e4fa 100644 --- a/code/modules/paperwork/folders.dm +++ b/code/modules/paperwork/folders.dm @@ -75,7 +75,7 @@ else return ..() -/obj/item/folder/attack_self(mob/user) +/obj/item/folder/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/paperwork/handlabeler.dm b/code/modules/paperwork/handlabeler.dm index ae8e907f7876..ba158d3db9c9 100644 --- a/code/modules/paperwork/handlabeler.dm +++ b/code/modules/paperwork/handlabeler.dm @@ -57,7 +57,7 @@ "You label [target] as [label].") target.name = "[target.name] ([label])" -/obj/item/hand_labeler/attack_self(mob/user) +/obj/item/hand_labeler/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/paperwork/paper/paper.dm b/code/modules/paperwork/paper/paper.dm index dc438275981d..e3688a6b635c 100644 --- a/code/modules/paperwork/paper/paper.dm +++ b/code/modules/paperwork/paper/paper.dm @@ -9,14 +9,6 @@ #define MODE_WRITING 1 #define MODE_STAMPING 2 -/** - * Paper is now using markdown (like in github pull notes) for ALL rendering - * so we do loose a bit of functionality but we gain in easy of use of - * paper and getting rid of that crashing bug - */ -/obj/item/paper - - /obj/item/paper name = "sheet of paper" gender = NEUTER @@ -104,6 +96,10 @@ return /obj/item/paper/proc/show_content(var/mob/user, var/forceshow=0) + if(!user.client) + return + SSassets.send_asset_pack(user.client, /datum/asset_pack/simple/logos) + user.client.asset_cache_flush_browse_queue() if(!(istype(user, /mob/living/carbon/human) || istype(user, /mob/observer/dead) || istype(user, /mob/living/silicon)) && !forceshow) user << browse("[name][stars(info)][stamps]", "window=[name]") onclose(user, "[name]") @@ -130,7 +126,7 @@ add_fingerprint(usr) return -/obj/item/paper/attack_self(mob/user) +/obj/item/paper/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -158,6 +154,8 @@ dist = get_dist(src, user.camera) else //cyborg or AI not seeing through a camera dist = get_dist(src, user) + SSassets.send_asset_pack(user.client, /datum/asset_pack/simple/logos) + user.client.asset_cache_flush_browse_queue() if(dist < 2) usr << browse("[name][info][stamps]", "window=[name]") onclose(usr, "[name]") @@ -296,8 +294,8 @@ t = replacetext(t, "\[/grid\]", "") t = replacetext(t, "\[row\]", "") t = replacetext(t, "\[cell\]", "") - t = replacetext(t, "\[logo\]", "") - t = replacetext(t, "\[sglogo\]", "") + t = replacetext(t, "\[logo\]", "") + t = replacetext(t, "\[sglogo\]", "") t = "[t]" else // If it is a crayon, and he still tries to use these, make them empty! @@ -424,6 +422,8 @@ update_space(t) + SSassets.send_asset_pack(usr.client, /datum/asset_pack/simple/logos) + usr.client.asset_cache_flush_browse_queue() usr << browse("[name][info_links][stamps]", "window=[name]") // Update the window update_icon() @@ -474,6 +474,8 @@ if ( istype(RP) && RP.mode == 2 ) RP.RenamePaper(user,src) else + SSassets.send_asset_pack(user.client, /datum/asset_pack/simple/logos) + user.client.asset_cache_flush_browse_queue() user << browse("[name][info_links][stamps]", "window=[name]") return diff --git a/code/modules/paperwork/paper_bundle.dm b/code/modules/paperwork/paper_bundle.dm index 20a22984aa43..ddda3175ec37 100644 --- a/code/modules/paperwork/paper_bundle.dm +++ b/code/modules/paperwork/paper_bundle.dm @@ -133,7 +133,7 @@ dat += P.html(user) user << browse(dat, "window=[name]") -/obj/item/paper_bundle/attack_self(mob/user) +/obj/item/paper_bundle/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/paperwork/paperplane.dm b/code/modules/paperwork/paperplane.dm index a77b19d7ee5d..703be6a1edb9 100644 --- a/code/modules/paperwork/paperplane.dm +++ b/code/modules/paperwork/paperplane.dm @@ -45,7 +45,7 @@ add_overlay(overlays_to_add) -/obj/item/paperplane/attack_self(mob/user) +/obj/item/paperplane/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 21443c6f6e00..ad049c496441 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -36,7 +36,7 @@ /// can we click? var/clickable = TRUE -/obj/item/pen/attack_self(mob/user) +/obj/item/pen/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -72,7 +72,7 @@ playsound(src, 'sound/items/penclick.ogg', 50, 1) return -/obj/item/pen/multi/attack_self(mob/user) +/obj/item/pen/multi/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -91,7 +91,7 @@ /obj/item/pen/click name = "clicker pen" -/obj/item/pen/click/attack_self(mob/user) +/obj/item/pen/click/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -185,14 +185,10 @@ embed_chance = active_embed_chance damage_force = active_force throw_force = active_throwforce - - - - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE set_weight_class(active_w_class) playsound(src, 'sound/weapons/saberon.ogg', 15, 1) - damtype = DAMAGE_TYPE_SEARING + damage_type = DAMAGE_TYPE_SEARING item_flags |= ITEM_THROW_UNCATCHABLE attack_verb |= list(\ @@ -211,10 +207,9 @@ embed_chance = initial(embed_chance) damage_force = initial(damage_force) throw_force = initial(throw_force) - sharp = initial(sharp) - edge = initial(edge) + damage_mode = initial(damage_mode) set_weight_class(initial(w_class)) - damtype = DAMAGE_TYPE_BRUTE + damage_type = DAMAGE_TYPE_BRUTE item_flags &= ~ITEM_THROW_UNCATCHABLE /obj/item/pen/blade/blue @@ -261,7 +256,7 @@ /obj/item/pen/chameleon var/signature = "" -/obj/item/pen/chameleon/attack_self(mob/user) +/obj/item/pen/chameleon/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/paperwork/stamps.dm b/code/modules/paperwork/stamps.dm index bff1bebe4087..7d7909670df8 100644 --- a/code/modules/paperwork/stamps.dm +++ b/code/modules/paperwork/stamps.dm @@ -81,7 +81,7 @@ // Syndicate stamp to forge documents. -/obj/item/stamp/chameleon/attack_self(mob/user) +/obj/item/stamp/chameleon/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/photography/camera.dm b/code/modules/photography/camera.dm index a3a68f0c5acc..374b9255ac09 100644 --- a/code/modules/photography/camera.dm +++ b/code/modules/photography/camera.dm @@ -27,7 +27,7 @@ size = nsize to_chat(usr, "Camera will now take [size]x[size] photos.") -/obj/item/camera/attack_self(mob/user) +/obj/item/camera/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/photography/photo.dm b/code/modules/photography/photo.dm index a596969f9470..b13d9ba43b54 100644 --- a/code/modules/photography/photo.dm +++ b/code/modules/photography/photo.dm @@ -85,7 +85,7 @@ scribble_spans = data["spans"] photograph_id = data["photo"] -/obj/item/photo/attack_self(mob/user) +/obj/item/photo/attack_self(mob/user, datum/event_args/actor/actor) user.examinate(src) return ..() diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index e0d015625a91..079aaea6ac96 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -979,11 +979,6 @@ GLOBAL_LIST_INIT(possible_cable_coil_colours, list( /obj/item/stack/cable_coil/alien/Initialize(mapload, new_amount, merge, param_color) . = ..() - if(embed_chance == -1) //From /obj/item, don't want to do what the normal cable_coil does - if(sharp) - embed_chance = damage_force/w_class - else - embed_chance = damage_force/(w_class*3) update_icon() remove_obj_verb(src, /obj/item/stack/cable_coil/verb/make_restraint) diff --git a/code/modules/power/lighting/lights.dm b/code/modules/power/lighting/lights.dm index cd1dddcda2ff..1e5992b37e1a 100644 --- a/code/modules/power/lighting/lights.dm +++ b/code/modules/power/lighting/lights.dm @@ -279,7 +279,7 @@ ) status = LIGHT_BROKEN damage_force = 5 - sharp = 1 + damage_mode |= DAMAGE_MODE_SHARP playsound(src.loc, 'sound/effects/Glasshit.ogg', 75, TRUE) update_icon() diff --git a/code/modules/preferences/preference_setup/general/06_flavor.dm b/code/modules/preferences/preference_setup/general/06_flavor.dm index 15755010382d..3432d31d2cbd 100644 --- a/code/modules/preferences/preference_setup/general/06_flavor.dm +++ b/code/modules/preferences/preference_setup/general/06_flavor.dm @@ -66,10 +66,12 @@ if("general") var/msg = sanitize(input(usr,"Give a general description of your character. This will be shown regardless of clothings. Flavor text is what someone can see IC with a glance, please do not include OOC things like personality / backstory!","Flavor Text",html_decode(pref.flavor_texts[href_list["flavor_text"]])) as message, extra = 0, max_length = 8192) if(CanUseTopic(user)) + log_game("[key_name(user)] set their general flavortext to [msg]") pref.flavor_texts[href_list["flavor_text"]] = msg else var/msg = sanitize(input(usr,"Set the flavor text for your [href_list["flavor_text"]]. Flavor text is what someone can see IC with a glance, please do not include OOC things like personality / backstory!","Flavor Text",html_decode(pref.flavor_texts[href_list["flavor_text"]])) as message, extra = 0, max_length = 8192) if(CanUseTopic(user)) + log_game("[key_name(user)] set their flavortext for their [href_list["flavor_text"]] to [msg]") pref.flavor_texts[href_list["flavor_text"]] = msg SetFlavorText(user) return PREFERENCES_HANDLED @@ -80,10 +82,12 @@ if("Default") var/msg = sanitize(input(usr,"Set the default flavour text for your robot. It will be used for any module without individual setting. Flavor text is what someone can see IC with a glance, please do not include OOC things like personality / backstory!","Flavour Text",html_decode(pref.flavour_texts_robot["Default"])) as message, extra = 0, max_length = 8192) if(CanUseTopic(user)) + log_game("[key_name(user)] set their default robot flavortext to [msg]") pref.flavour_texts_robot[href_list["flavour_text_robot"]] = msg else var/msg = sanitize(input(usr,"Set the flavour text for your robot with [href_list["flavour_text_robot"]] module. If you leave this empty, default flavour text will be used for this module. Flavor text is what someone can see IC with a glance, please do not include OOC things like personality / backstory!","Flavour Text",html_decode(pref.flavour_texts_robot[href_list["flavour_text_robot"]])) as message, extra = 0, max_length = 8192) if(CanUseTopic(user)) + log_game("[key_name(user)] set their robot flavortext for the [href_list["flavour_text_robot"]] module to [msg]") pref.flavour_texts_robot[href_list["flavour_text_robot"]] = msg SetFlavourTextRobot(user) return PREFERENCES_HANDLED diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 0f214b043d92..6d865d558049 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -81,6 +81,7 @@ var/list/burst_accuracy = list(0) //allows for different accuracies for each shot in a burst. Applied on top of accuracy var/list/dispersion = list(0) var/mode_name = null + // todo: purge with fire var/projectile_type = /obj/projectile //On ballistics, only used to check for the cham gun var/holy = FALSE //For Divinely blessed guns // todo: this should be on /ballistic, and be `internal_chambered`. @@ -564,15 +565,6 @@ /obj/item/gun/proc/consume_next_projectile() return null -//used by aiming code -/obj/item/gun/proc/can_hit(atom/target as mob, var/mob/living/user as mob) - if(!special_check(user)) - return 2 - //just assume we can shoot through glass and stuff. No big deal, the player can just choose to not target someone - //on the other side of a window if it makes a difference. Or if they run behind a window, too bad. - if(check_trajectory(target, user)) - return 1 // Magic numbers are fun. - //called if there was no projectile to shoot /obj/item/gun/proc/handle_click_empty(mob/user) if (user) @@ -816,7 +808,7 @@ playsound(loc, selector_sound, 50, 1) return new_mode -/obj/item/gun/attack_self(mob/user) +/obj/item/gun/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/ballistic.dm b/code/modules/projectiles/guns/ballistic.dm index 122b6cf69724..9fc3cd85399d 100644 --- a/code/modules/projectiles/guns/ballistic.dm +++ b/code/modules/projectiles/guns/ballistic.dm @@ -279,7 +279,7 @@ set_weight_class(WEIGHT_CLASS_SMALL) update_icon() -/obj/item/gun/ballistic/attack_self(mob/user) +/obj/item/gun/ballistic/attack_self(mob/user, datum/event_args/actor/actor) if(firemodes.len > 1) switch_firemodes(user) else if(ammo_magazine) diff --git a/code/modules/projectiles/guns/ballistic/microbattery/microbattery.dm b/code/modules/projectiles/guns/ballistic/microbattery/microbattery.dm index a095b680d660..10bdd2c4d12c 100644 --- a/code/modules/projectiles/guns/ballistic/microbattery/microbattery.dm +++ b/code/modules/projectiles/guns/ballistic/microbattery/microbattery.dm @@ -67,7 +67,7 @@ update_charge() update_icon() -/obj/item/gun/ballistic/microbattery/attack_self(mob/user) +/obj/item/gun/ballistic/microbattery/attack_self(mob/user, datum/event_args/actor/actor) if(!chambered) return diff --git a/code/modules/projectiles/guns/ballistic/microbattery/revolver_cells.dm b/code/modules/projectiles/guns/ballistic/microbattery/revolver_cells.dm index dd98d6edcfec..6eaa9bab62c1 100644 --- a/code/modules/projectiles/guns/ballistic/microbattery/revolver_cells.dm +++ b/code/modules/projectiles/guns/ballistic/microbattery/revolver_cells.dm @@ -41,7 +41,7 @@ agony = 20 pellets = 6 //number of pellets embed_chance = 0 - sharp = 0 + damage_mode = NONE damage_flag = ARMOR_MELEE /obj/item/ammo_casing/microbattery/combat/ion @@ -61,7 +61,7 @@ nodamage = 1 agony = 5 embed_chance = 0 - sharp = 0 + damage_mode = NONE damage_flag = ARMOR_MELEE /obj/projectile/bullet/stripper/on_impact(atom/target, impact_flags, def_zone, efficiency) diff --git a/code/modules/projectiles/guns/energy/sizegun_vr.dm b/code/modules/projectiles/guns/energy/sizegun_vr.dm index ca628cdc0198..7f2a5c9f31b7 100644 --- a/code/modules/projectiles/guns/energy/sizegun_vr.dm +++ b/code/modules/projectiles/guns/energy/sizegun_vr.dm @@ -27,7 +27,7 @@ . = ..() add_obj_verb(src, /obj/item/gun/energy/sizegun/proc/select_size) -/obj/item/gun/energy/sizegun/attack_self(mob/user) +/obj/item/gun/energy/sizegun/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index b117377439ea..3f421554181d 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -337,7 +337,7 @@ one_handed_penalty = 0 safety_state = GUN_SAFETY_OFF -/obj/item/gun/energy/service/attack_self(mob/user) +/obj/item/gun/energy/service/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/launcher.dm b/code/modules/projectiles/guns/launcher.dm index a752f382bd73..aa1db93267ba 100644 --- a/code/modules/projectiles/guns/launcher.dm +++ b/code/modules/projectiles/guns/launcher.dm @@ -10,10 +10,6 @@ muzzle_flash = 0 fire_sound_text = "a launcher firing" -//This normally uses a proc on projectiles and our ammo is not strictly speaking a projectile. -/obj/item/gun/launcher/can_hit(var/mob/living/target as mob, var/mob/living/user as mob) - return 1 - /obj/item/gun/launcher/proc/update_release_force(obj/projectile) return 0 diff --git a/code/modules/projectiles/guns/launcher/crossbow.dm b/code/modules/projectiles/guns/launcher/crossbow.dm index 6738cc275a10..7a8b820ca179 100644 --- a/code/modules/projectiles/guns/launcher/crossbow.dm +++ b/code/modules/projectiles/guns/launcher/crossbow.dm @@ -10,8 +10,7 @@ pickup_sound = 'sound/items/pickup/sword.ogg' throw_force = 8 w_class = WEIGHT_CLASS_NORMAL - sharp = 1 - edge = 0 + damage_mode = DAMAGE_MODE_SHARP /obj/item/arrow/proc/removed() //Helper for metal rods falling apart. return @@ -19,8 +18,7 @@ /obj/item/spike name = "alloy spike" desc = "It's about a foot of weird silver metal with a wicked point." - sharp = 1 - edge = 0 + damage_mode = DAMAGE_MODE_SHARP throw_force = 5 w_class = WEIGHT_CLASS_SMALL icon = 'icons/obj/weapons.dmi' @@ -84,7 +82,7 @@ update_icon() ..() -/obj/item/gun/launcher/crossbow/attack_self(mob/user) +/obj/item/gun/launcher/crossbow/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/launcher/grenade_launcher.dm b/code/modules/projectiles/guns/launcher/grenade_launcher.dm index 319caebd3244..3a4f539a4288 100644 --- a/code/modules/projectiles/guns/launcher/grenade_launcher.dm +++ b/code/modules/projectiles/guns/launcher/grenade_launcher.dm @@ -65,7 +65,7 @@ else to_chat(user, "[src] is empty.") -/obj/item/gun/launcher/grenade/attack_self(mob/user) +/obj/item/gun/launcher/grenade/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -104,7 +104,7 @@ damage_force = 5 max_grenades = 0 -/obj/item/gun/launcher/grenade/underslung/attack_self(mob/user) +/obj/item/gun/launcher/grenade/underslung/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/launcher/pneumatic.dm b/code/modules/projectiles/guns/launcher/pneumatic.dm index cd73e8f1bfb8..df03dbe076bd 100644 --- a/code/modules/projectiles/guns/launcher/pneumatic.dm +++ b/code/modules/projectiles/guns/launcher/pneumatic.dm @@ -77,7 +77,7 @@ else if(istype(W) && item_storage.obj_storage.can_be_inserted(W)) item_storage.obj_storage.try_insert(W, new /datum/event_args/actor(user)) -/obj/item/gun/launcher/pneumatic/attack_self(mob/user) +/obj/item/gun/launcher/pneumatic/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/launcher/syringe_gun.dm b/code/modules/projectiles/guns/launcher/syringe_gun.dm index 4461b6a2c85e..aeff2f7e9bef 100644 --- a/code/modules/projectiles/guns/launcher/syringe_gun.dm +++ b/code/modules/projectiles/guns/launcher/syringe_gun.dm @@ -23,11 +23,11 @@ return syringe = I to_chat(user, "You carefully insert [syringe] into [src].") - sharp = 1 + damage_mode |= DAMAGE_MODE_SHARP name = "syringe dart" update_icon() -/obj/item/syringe_cartridge/attack_self(mob/user) +/obj/item/syringe_cartridge/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -36,7 +36,7 @@ playsound(src, 'sound/weapons/empty.ogg', 50, 1) user.grab_item_from_interacted_with(syringe, src) syringe = null - sharp = initial(sharp) + damage_mode &= ~DAMAGE_MODE_SHARP name = initial(name) update_icon() @@ -95,7 +95,7 @@ darts -= next next = null -/obj/item/gun/launcher/syringe/attack_self(mob/user) +/obj/item/gun/launcher/syringe/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/legacy_vr_guns/bsharpoon.dm b/code/modules/projectiles/guns/legacy_vr_guns/bsharpoon.dm index b67fb8686258..4f64d3fea006 100644 --- a/code/modules/projectiles/guns/legacy_vr_guns/bsharpoon.dm +++ b/code/modules/projectiles/guns/legacy_vr_guns/bsharpoon.dm @@ -72,7 +72,7 @@ var/turf/real_target = ToTurf AM.locationTransitForceMove(real_target, allow_pulled = FALSE, allow_grabbed = GRAB_AGGRESSIVE) -/obj/item/bluespace_harpoon/attack_self(mob/user) +/obj/item/bluespace_harpoon/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/legacy_vr_guns/gunsword.dm b/code/modules/projectiles/guns/legacy_vr_guns/gunsword.dm index 602c2d9913cd..b83837bc0de2 100644 --- a/code/modules/projectiles/guns/legacy_vr_guns/gunsword.dm +++ b/code/modules/projectiles/guns/legacy_vr_guns/gunsword.dm @@ -49,8 +49,6 @@ var/active_throwforce = 20 var/active_w_class = WEIGHT_CLASS_BULKY var/active_embed_chance = 0 //In the off chance one of these is supposed to embed, you can just tweak this var - sharp = 0 - edge = 0 armor_penetration = 50 atom_flags = NOBLOODY var/lrange = 2 @@ -67,8 +65,7 @@ embed_chance = active_embed_chance damage_force = active_force throw_force = active_throwforce - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE set_weight_class(active_w_class) playsound(user, 'sound/weapons/saberon.ogg', 50, 1) set_light(lrange, lpower, lcolor) @@ -86,14 +83,13 @@ embed_chance = initial(embed_chance) damage_force = initial(damage_force) throw_force = initial(throw_force) - sharp = initial(sharp) - edge = initial(edge) + damage_mode = initial(damage_mode) set_weight_class(initial(w_class)) set_light(0,0) attack_verb = list() -/obj/item/cell/device/weapon/gunsword/attack_self(mob/user) +/obj/item/cell/device/weapon/gunsword/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/magic.dm b/code/modules/projectiles/guns/magic.dm index cf273441ee98..5e6cd06d99a5 100644 --- a/code/modules/projectiles/guns/magic.dm +++ b/code/modules/projectiles/guns/magic.dm @@ -12,10 +12,13 @@ var/recharge_rate = 4 var/charge_tick = 0 var/can_charge = 1 - var/ammo_type = /obj/projectile/magic var/no_den_usage pin = /obj/item/firing_pin/magic + /// the projectile type we generate + // todo: this should be on /obj/item/gun/magic/basic + projectile_type = /obj/projectile/magic + /obj/item/gun/magic/afterattack(atom/target, mob/user, clickchain_flags, list/params) if(no_den_usage) var/area/A = get_area(user) @@ -29,23 +32,12 @@ return . = ..() -/obj/item/gun/magic/proc/recharge_newshot() - if(charges && chambered && !chambered.get_projectile()) - chambered.newshot() - -/obj/item/gun/magic/proc/process_chamber() - if(chambered && !chambered.get_projectile()) //if BB is null, i.e the shot has been fired... - charges--//... drain a charge - recharge_newshot() - /obj/item/gun/magic/Initialize(mapload) . = ..() charges = max_charges - chambered = new ammo_type(src) if(can_charge) START_PROCESSING(SSobj, src) - /obj/item/gun/magic/Destroy() if(can_charge) STOP_PROCESSING(SSobj, src) @@ -54,26 +46,14 @@ /obj/item/gun/magic/process(delta_time) charge_tick++ if(charge_tick < recharge_rate || charges >= max_charges) - return 0 + return charge_tick = 0 charges++ - if(charges == 1) - recharge_newshot() - return 1 /obj/item/gun/magic/consume_next_projectile() + if(charges <= 0) + return null return chambered?.get_projectile() -/obj/item/gun/magic/proc/shoot_with_empty_chamber(mob/living/user as mob|obj) +/obj/item/gun/magic/handle_click_empty(mob/user) to_chat(user, "The [name] whizzles quietly.") - -/obj/item/gun/magic/suicide_act(mob/user) - user.visible_message("[user] is twisting [src] above their head, releasing a magical blast! It looks like they are trying to commit suicide!") - playsound(loc, fire_sound, 50, 1, -1) - return (FIRELOSS) - -/obj/item/gun/magic/vv_edit_var(var_name, var_value) - . = ..() - switch(var_name) - if(NAMEOF(src, charges)) - recharge_newshot() diff --git a/code/modules/projectiles/guns/magic/staff.dm b/code/modules/projectiles/guns/magic/staff.dm index 2cb005d1b736..d241016b7843 100644 --- a/code/modules/projectiles/guns/magic/staff.dm +++ b/code/modules/projectiles/guns/magic/staff.dm @@ -23,7 +23,7 @@ name = "staff of healing" desc = "An artefact that spits bolts of restoring magic which can remove ailments of all kinds and even raise the dead." fire_sound = 'sound/magic/staff_healing.ogg' - ammo_type = /obj/item/ammo_casing/magic/heal + projectile_type = /obj/projectile/magic/resurrection icon_state = "staffofhealing" item_state = "staffofhealing" @@ -51,7 +51,7 @@ name = "staff of door creation" desc = "An artefact that spits bolts of transformative magic that can create doors in walls." fire_sound = 'sound/magic/staff_door.ogg' - ammo_type = /obj/item/ammo_casing/magic/door + projectile_type = /obj/projectile/magic/door icon_state = "staffofdoor" item_state = "staffofdoor" max_charges = 10 @@ -62,7 +62,7 @@ name = "staff of the honkmother" desc = "Honk." fire_sound = 'sound/items/airhorn.ogg' - ammo_type = /obj/item/ammo_casing/magic/honk + projectile_type = /obj/projectile/bullet/honker/lethal/heavy icon_state = "honker" item_state = "honker" max_charges = 4 diff --git a/code/modules/projectiles/guns/magic/wand.dm b/code/modules/projectiles/guns/magic/wand.dm index e0962e4e9f72..db818d8cc2f8 100644 --- a/code/modules/projectiles/guns/magic/wand.dm +++ b/code/modules/projectiles/guns/magic/wand.dm @@ -1,7 +1,6 @@ /obj/item/gun/magic/wand name = "wand of nothing" desc = "It's not just a stick, it's a MAGIC stick!" - ammo_type = /obj/item/ammo_casing/magic icon_state = "nothingwand" item_state = "wand" w_class = WEIGHT_CLASS_SMALL @@ -59,7 +58,7 @@ name = "wand of death" desc = "This deadly wand overwhelms the victim's body with pure energy, slaying them without fail." fire_sound = 'sound/magic/wandodeath.ogg' - ammo_type = /obj/item/ammo_casing/magic/death + projectile_type = /obj/projectile/magic/death icon_state = "deathwand" max_charges = 3 //3, 2, 2, 1 @@ -134,7 +133,7 @@ /obj/item/gun/magic/wand/teleport name = "wand of teleportation" desc = "This wand will wrench targets through space and time to move them somewhere else." - ammo_type = /obj/item/ammo_casing/magic/teleport + projectile_type = /obj/projectile/magic/teleport fire_sound = 'sound/magic/wand_teleport.ogg' icon_state = "telewand" max_charges = 10 //10, 5, 5, 4 @@ -155,7 +154,7 @@ /obj/item/gun/magic/wand/door name = "wand of door creation" desc = "This particular wand can create doors in any wall for the unscrupulous wizard who shuns teleportation magics." - ammo_type = /obj/item/ammo_casing/magic/door + projectile_type = /obj/projectile/magic/door icon_state = "doorwand" fire_sound = 'sound/magic/staff_door.ogg' max_charges = 20 //20, 10, 10, 7 @@ -174,7 +173,7 @@ name = "wand of fireball" desc = "This wand shoots scorching balls of fire that explode into destructive flames." fire_sound = 'sound/magic/fireball.ogg' - ammo_type = /obj/item/ammo_casing/magic/fireball + projectile_type = /obj/projectile/magic/aoe/fireball icon_state = "firewand" max_charges = 8 //8, 4, 4, 3 @@ -190,7 +189,7 @@ /obj/item/gun/magic/wand/arcane name = "wand of arcane missile" desc = "This wand fires off small bolts of concentrated magic energy, searing any victim." - ammo_type = /obj/item/ammo_casing/magic/arcane_barrage + projectile_type = /obj/projectile/magic/arcane_barrage fire_sound = 'sound/weapons/mmlbuster.ogg' icon_state = "arcanewand" max_charges = 20 //20, 10, 10, 7 diff --git a/code/modules/projectiles/guns/projectile/automatic.dm b/code/modules/projectiles/guns/projectile/automatic.dm index f8b7dcbd6c23..bff0116befe8 100644 --- a/code/modules/projectiles/guns/projectile/automatic.dm +++ b/code/modules/projectiles/guns/projectile/automatic.dm @@ -249,7 +249,7 @@ update_icon() update_held_icon() -/obj/item/gun/ballistic/automatic/lmg/attack_self(mob/user) +/obj/item/gun/ballistic/automatic/lmg/attack_self(mob/user, datum/event_args/actor/actor) if(cover_open) toggle_cover(user) //close the cover else diff --git a/code/modules/projectiles/guns/projectile/bow.dm b/code/modules/projectiles/guns/projectile/bow.dm index b430fb5dceff..3ed9a8a028b0 100644 --- a/code/modules/projectiles/guns/projectile/bow.dm +++ b/code/modules/projectiles/guns/projectile/bow.dm @@ -41,7 +41,7 @@ return update_icon() -/obj/item/gun/ballistic/bow/attack_self(mob/user) +/obj/item/gun/ballistic/bow/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/projectile/contender.dm b/code/modules/projectiles/guns/projectile/contender.dm index 0f3b1290d361..c18941c1f455 100644 --- a/code/modules/projectiles/guns/projectile/contender.dm +++ b/code/modules/projectiles/guns/projectile/contender.dm @@ -13,7 +13,7 @@ load_method = SINGLE_CASING heavy = TRUE -/obj/item/gun/ballistic/contender/attack_self(mob/user) +/obj/item/gun/ballistic/contender/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/projectile/dartgun.dm b/code/modules/projectiles/guns/projectile/dartgun.dm index e56464d94482..23c87c79e17a 100644 --- a/code/modules/projectiles/guns/projectile/dartgun.dm +++ b/code/modules/projectiles/guns/projectile/dartgun.dm @@ -94,7 +94,7 @@ for(var/obj/item/reagent_containers/glass/beaker/B in mixing) B.reagents.trans_to_obj(dart, mix_amount) -/obj/item/gun/ballistic/dartgun/attack_self(mob/user) +/obj/item/gun/ballistic/dartgun/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/projectile/pistol.dm b/code/modules/projectiles/guns/projectile/pistol.dm index b0ea5a040444..b1ec8d209fc3 100644 --- a/code/modules/projectiles/guns/projectile/pistol.dm +++ b/code/modules/projectiles/guns/projectile/pistol.dm @@ -454,7 +454,7 @@ else icon_state = "ntles-empty" -/obj/item/gun/ballistic/ntles/attack_self(mob/user, obj/item/gun/G) +/obj/item/gun/ballistic/ntles/attack_self(mob/user, datum/event_args/actor/actor) if(collapsible && !extended) to_chat(user, "You pull out the stock on the [src], steadying the weapon.") set_weight_class(WEIGHT_CLASS_BULKY) diff --git a/code/modules/projectiles/guns/projectile/revolver.dm b/code/modules/projectiles/guns/projectile/revolver.dm index 66e7d6bf471d..73c2d28eb987 100644 --- a/code/modules/projectiles/guns/projectile/revolver.dm +++ b/code/modules/projectiles/guns/projectile/revolver.dm @@ -58,8 +58,7 @@ caliber = /datum/ammo_caliber/a38 ammo_type = /obj/item/ammo_casing/a38 damage_force = 15 - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE /obj/item/gun/ballistic/revolver/detective name = "revolver" diff --git a/code/modules/projectiles/guns/projectile/rocket.dm b/code/modules/projectiles/guns/projectile/rocket.dm index 12dac8984e58..a80fb57c6f1b 100644 --- a/code/modules/projectiles/guns/projectile/rocket.dm +++ b/code/modules/projectiles/guns/projectile/rocket.dm @@ -93,7 +93,7 @@ else return ..() -/obj/item/gun/ballistic/rocket/collapsible/attack_self(mob/user, obj/item/gun/G) +/obj/item/gun/ballistic/rocket/collapsible/attack_self(mob/user, datum/event_args/actor/actor) if(collapsed) to_chat(user, "You pull out the tube on the [src], readying the weapon to be fired.") icon_state = "[initial(icon_state)]-extended" diff --git a/code/modules/projectiles/guns/projectile/shotgun.dm b/code/modules/projectiles/guns/projectile/shotgun.dm index 96bd6b3fbd2f..670a4eda27fe 100644 --- a/code/modules/projectiles/guns/projectile/shotgun.dm +++ b/code/modules/projectiles/guns/projectile/shotgun.dm @@ -26,7 +26,7 @@ return chambered.get_projectile() return null -/obj/item/gun/ballistic/shotgun/pump/attack_self(mob/user) +/obj/item/gun/ballistic/shotgun/pump/attack_self(mob/user, datum/event_args/actor/actor) // todo: this breaks other attack self interactions :( if(world.time >= recentpump + 10) pump(user) @@ -318,8 +318,7 @@ damage_force = 25 slot_flags = SLOT_BACK origin_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 2, TECH_OCCULT = 1) - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE holy = TRUE /obj/item/gun/ballistic/shotgun/underslung diff --git a/code/modules/projectiles/guns/projectile/sniper.dm b/code/modules/projectiles/guns/projectile/sniper.dm index 7b9fab132d73..8cbd53661616 100644 --- a/code/modules/projectiles/guns/projectile/sniper.dm +++ b/code/modules/projectiles/guns/projectile/sniper.dm @@ -30,7 +30,7 @@ else icon_state = "heavysniper" -/obj/item/gun/ballistic/heavysniper/attack_self(mob/user) +/obj/item/gun/ballistic/heavysniper/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/guns/projectile/sniper/collapsible_sniper.dm b/code/modules/projectiles/guns/projectile/sniper/collapsible_sniper.dm index 5cc4e4759443..6159874deebe 100644 --- a/code/modules/projectiles/guns/projectile/sniper/collapsible_sniper.dm +++ b/code/modules/projectiles/guns/projectile/sniper/collapsible_sniper.dm @@ -68,7 +68,7 @@ . = ..() trigger_group = src -/obj/item/sniper_rifle_part/attack_self(mob/user) +/obj/item/sniper_rifle_part/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/projectiles/projectile/arc.dm b/code/modules/projectiles/projectile/arc.dm deleted file mode 100644 index 8277bd2bfa5f..000000000000 --- a/code/modules/projectiles/projectile/arc.dm +++ /dev/null @@ -1,105 +0,0 @@ -// These projectiles are somewhat different from the other projectiles in the code. -// First, these have an 'arcing' visual, that is accomplished by having the projectile icon rotate as its flying, and -// moving up, then down as it approaches the target. There is also a small shadow effect that follows the projectile -// as its flying. - -// Besides the visuals, arcing projectiles do not collide with anything until they reach the target, as they fly over them. -// For best effect, use this only when it makes sense to do so, IE on the Surface. The projectiles don't care about ceilings or gravity. - -/obj/projectile/arc - name = "arcing shot" - icon_state = "fireball" // WIP - movement_type = MOVEMENT_UNSTOPPABLE - impact_ground_on_expiry = TRUE - plane = ABOVE_PLANE // Since projectiles are 'in the air', they might visually overlap mobs while in flight, so the projectile needs to be above their plane. - speed = 10 * WORLD_ICON_SIZE - var/fired_dir = null // Which direction was the projectile fired towards. Needed to invert the projectile turning based on if facing left or right. - var/distance_to_fly = null // How far, in pixels, to fly for. Will call on_range() when this is passed. - var/visual_y_offset = -16 // Adjusts how high the projectile and its shadow start, visually. This is so the projectile and shadow align with the center of the tile. - var/obj/effect/projectile_shadow/shadow = null // Visual indicator for the projectile's 'true' position. Needed due to being bound to two dimensions in reality. - - -/obj/projectile/arc/Initialize(mapload) - shadow = new(get_turf(src)) - return ..() - -/obj/projectile/arc/Destroy() - QDEL_NULL(shadow) - return ..() - -/obj/projectile/arc/proc/calculate_initial_pixel_distance(atom/user, atom/target) - var/datum/point/A = new(user) - var/datum/point/B = new(target) - - // Set the pixel offsets if they exist. - A.x += (p_x - 16) - A.y += (p_y - 16) - - return pixel_length_between_points(A, B) - -/obj/projectile/arc/proc/distance_flown() - var/datum/point/current_point = new(src) - var/datum/point/starting_point = new(starting) - return pixel_length_between_points(current_point, starting_point) - -/obj/projectile/arc/launch_projectile(atom/target, target_zone, mob/user, params, angle_override, forced_spread = 0) - fired_dir = get_dir(user, target) // Used to determine if the projectile should turn in the air. - distance_to_fly = calculate_initial_pixel_distance(user, target) // Calculates how many pixels to travel before hitting the ground. - ..() // Does the actual launching. The projectile will be out after this. - -// For legacy. -/obj/projectile/arc/old_style_target(atom/target, atom/source) - ..() - fired_dir = get_dir(source, target) - distance_to_fly = calculate_initial_pixel_distance(source, target) - -/obj/projectile/arc/physics_iteration(pixels) - // Do the other important stuff first. - . = ..() - - // Test to see if its time to 'hit the ground'. - var/pixels_flown = distance_flown() - - if(pixels_flown >= distance_to_fly) - legacy_on_range() // This will also cause the projectile to be deleted. - - else - // Handle visual projectile turning in flight. - var/arc_progress = clamp( pixels_flown / distance_to_fly, 0, 1) - var/new_visual_degree = LERP(45, 135, arc_progress) - - if(fired_dir & EAST) - adjust_rotation(new_visual_degree) - else if(fired_dir & WEST) - adjust_rotation(-new_visual_degree) - - // Now for the fake height. - var/arc_max_pixel_height = distance_to_fly / 2 - var/sine_position = arc_progress * 180 - var/pixel_z_position = (arc_max_pixel_height * sin(sine_position)) + visual_y_offset - animate(src, pixel_z = pixel_z_position, time = 1, flags = ANIMATION_END_NOW) - - // Update our shadow. - if(shadow) - shadow.forceMove(loc) - shadow.pixel_x = pixel_x - shadow.pixel_y = pixel_y + visual_y_offset - -/obj/effect/projectile_shadow - name = "shadow" - desc = "You better avoid the thing coming down!" - icon = 'icons/obj/projectiles.dmi' - icon_state = "arc_shadow" - anchored = TRUE - animate_movement = 0 // Just like the projectile it's following. - -//* We do not hit normally. *// - -/obj/projectile/arc/scan_crossed_atom(atom/movable/target) - return - -/obj/projectile/arc/scan_moved_turf(turf/tile) - return - -/obj/projectile/arc/impact_loop(turf/was_moving_onto, atom/bumped) - return diff --git a/code/modules/projectiles/projectile/projectile-tracing.dm b/code/modules/projectiles/projectile/projectile-tracing.dm index e156e6af477d..03bc955feebf 100644 --- a/code/modules/projectiles/projectile/projectile-tracing.dm +++ b/code/modules/projectiles/projectile/projectile-tracing.dm @@ -20,9 +20,20 @@ var/only_opacity = FALSE /// do we only need to reach their turf? var/require_turf_only = FALSE + /// go through everything until hitting target + var/bypass_everything_until_target = FALSE /// target turf, if we only require reaching their turf var/turf/require_turf_cached + /// things that were hit + var/list/atom/scanned_atoms = list() + +/obj/projectile/trace/Destroy() + // you get until the end of the call stack to access the entities hit. + spawn(0) + scanned_atoms = null + return ..() + /obj/projectile/trace/CanPassThrough(atom/blocker, turf/target, blocker_opinion) if(only_opacity && !blocker.opacity) return TRUE @@ -33,10 +44,13 @@ could_hit_target = TRUE if(del_on_success) return PROJECTILE_IMPACT_DELETE + else if(bypass_everything_until_target) + impact_flags |= PROJECTILE_IMPACT_PASSTHROUGH if(get_turf(target) == require_turf_cached) could_hit_target = TRUE if(del_on_success) return PROJECTILE_IMPACT_DELETE + scanned_atoms += target . = ..() // tracers only count as 'can move across' if pre_impact() says we should phase/pierce. if(. & PROJECTILE_IMPACT_FLAGS_SHOULD_GO_THROUGH) @@ -61,8 +75,23 @@ /** * always call this before firing. + * + * * this should be called when we're on turf + * * this'll set angle if auto_set_angle is set + * + * @return TRUE / FALSE; FALSE if we failed */ -/obj/projectile/trace/proc/prepare_trace(atom/target) +/obj/projectile/trace/proc/prepare_trace(atom/target, auto_set_angle) + if(!z) + return FALSE + var/turf/target_turf = get_turf(target) + if(!target_turf) + return FALSE + src.original_target = target + if(auto_set_angle) + src.set_angle(arctan(target_turf.y - loc.y, target_turf.x - loc.x)) if(require_turf_only) src.require_turf_cached = get_turf(target) + + return TRUE diff --git a/code/modules/projectiles/projectile/projectile.dm b/code/modules/projectiles/projectile/projectile.dm index 184778fbc77f..489ec2c9828c 100644 --- a/code/modules/projectiles/projectile/projectile.dm +++ b/code/modules/projectiles/projectile/projectile.dm @@ -105,6 +105,8 @@ /// /// * this is configured at runtime and can be edited /// * this is non /tmp because this is infact serializable + /// * you must set this to a list of instances to use it; this is an advanced feature, and there's no guard-rails! + /// * the projectile will never modify the instances in here. VAR_PROTECTED/list/additional_projectile_effects //* Configuration *// @@ -289,7 +291,7 @@ var/damage_force = 10 /// damage tier - goes hand in hand with [damage_armor] var/damage_tier = BULLET_TIER_DEFAULT - /// todo: legacy - BRUTE, BURN, TOX, OXY, CLONE, HALLOSS, ELECTROCUTE, BIOACID are the only things that should be in here + /// damage type - DAMAGE_TYPE_* define var/damage_type = DAMAGE_TYPE_BRUTE /// armor flag for damage - goes hand in hand with [damage_tier] var/damage_flag = ARMOR_BULLET @@ -339,7 +341,22 @@ /obj/projectile/Initialize(mapload) if(islist(base_projectile_effects)) - base_projectile_effects = typelist(NAMEOF(src, base_projectile_effects), base_projectile_effects) + var/list/existing_typelist = get_typelist(NAMEOF(src, base_projectile_effects)) + if(existing_typelist) + base_projectile_effects = existing_typelist + else + // generate, and process one + for(var/i in 1 to length(base_projectile_effects)) + var/datum/projectile_effect/effectlike = base_projectile_effects[i] + if(ispath(effectlike)) + effectlike = new effectlike + else if(IS_ANONYMOUS_TYPEPATH(effectlike)) + effectlike = new effectlike + else if(istype(effectlike)) + else + stack_trace("tried to make a projectile with an invalid effect in base_projectile_effects") + base_projectile_effects[i] = effectlike + base_projectile_effects = typelist(NAMEOF(src, base_projectile_effects), base_projectile_effects) return ..() /obj/projectile/Destroy() @@ -375,6 +392,13 @@ // setup impact checking impacted = list() + // handle direct hit + if(direct_target) + // todo: this should make a muzzle flash + impact(direct_target, PROJECTILE_IMPACT_POINT_BLANK, def_zone) + // todo: janky but whatever it works + if(QDELETED(src)) + return // make sure firer is in it if(firer && !no_source_check) impacted[firer] = TRUE @@ -392,14 +416,6 @@ // set angle if needed if(isnum(set_angle_to)) set_angle(set_angle_to) - // handle direct hit - if(direct_target) - if(direct_target.bullet_act(src, PROJECTILE_IMPACT_POINT_BLANK, def_zone) & PROJECTILE_IMPACT_FLAGS_SHOULD_GO_THROUGH) - impacted[direct_target] = TRUE - else - // todo: this should make a muzzle flash - qdel(src) - return // setup physics setup_physics() @@ -521,9 +537,6 @@ return damage_force return 0 -/obj/projectile/proc/check_fire(atom/target as mob, mob/living/user as mob) //Checks if you can hit them or not. - check_trajectory(target, user, pass_flags, atom_flags) - /** * i hate everything * @@ -604,7 +617,7 @@ return fire(angle_override, direct_target) /** - * Standard proc to determine damage when impacting something. This does not affect the special damage variables/effect variables, only damage and damtype. + * Standard proc to determine damage when impacting something. This does not affect the special damage variables/effect variables, only damage and damage_type. * May or may not be called before/after armor calculations. * * @params diff --git a/code/modules/projectiles/projectile/projectile_effect/detonation.dm b/code/modules/projectiles/projectile/projectile_effect/detonation.dm new file mode 100644 index 000000000000..71a53325d68f --- /dev/null +++ b/code/modules/projectiles/projectile/projectile_effect/detonation.dm @@ -0,0 +1,50 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * projectile effects that detonate + * + * * has default handling for piercing + */ +/datum/projectile_effect/detonation + hook_impact = TRUE + + /// detonate on end + var/detonate_on_lifetime = FALSE + /// trigger even while piercing + /// + /// * extremely dangerous to set, hence why detonate_delete_self needs to be changed too for it to work. + var/detonate_on_pierce = FALSE + /// if we would otherwise pierce, just detonate and delete anyways + /// + /// * otherwise, detonation just won't trigger if we pierce + var/detonate_prevent_pierce = TRUE + +/datum/projectile_effect/detonation/on_impact(obj/projectile/proj, atom/target, impact_flags, def_zone) + // if we're not hitting don't do anything + if(impact_flags & PROJECTILE_IMPACT_FLAGS_SHOULD_NOT_HIT) + return + // don't do anything if we're not hitting a turf + // moving_to just makes sure we still go off if target is deleted + var/turf/target_turf = get_turf(target) || proj.trajectory_moving_to + if(!isturf(target_turf)) + return + // prevent_pierce forces detonation + deletion on impact always + if(detonate_prevent_pierce) + detonation(target_turf) + return impact_flags | PROJECTILE_IMPACT_DELETE + // if we're piercing, we will return + // pierce means going through, even if it's not piercing. + if((impact_flags & PROJECTILE_IMPACT_FLAGS_SHOULD_GO_THROUGH) && !detonate_on_pierce) + return + detonation(target_turf) + +/datum/projectile_effect/detonation/on_lifetime(obj/projectile/proj, impact_ground_on_expiry) + if(!detonate_on_lifetime || impact_ground_on_expiry) // if impacting ground that'll handle it + return + if(!isturf(proj.loc)) + return + detonation(proj.loc) + +/datum/projectile_effect/detonation/proc/detonation(turf/where) + return diff --git a/code/modules/projectiles/projectile/projectile_effect/detonation/legacy_emp.dm b/code/modules/projectiles/projectile/projectile_effect/detonation/legacy_emp.dm new file mode 100644 index 000000000000..12bd589c7289 --- /dev/null +++ b/code/modules/projectiles/projectile/projectile_effect/detonation/legacy_emp.dm @@ -0,0 +1,11 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/datum/projectile_effect/detonation/legacy_emp + var/sev_1 + var/sev_2 + var/sev_3 + var/sev_4 + +/datum/projectile_effect/detonation/legacy_emp/detonation(turf/where) + empulse(where, sev_1, sev_2, sev_3, sev_4) diff --git a/code/modules/projectiles/projectile/projectile_effect/detonation/legacy_explosion.dm b/code/modules/projectiles/projectile/projectile_effect/detonation/legacy_explosion.dm new file mode 100644 index 000000000000..fe75ccc6dd6a --- /dev/null +++ b/code/modules/projectiles/projectile/projectile_effect/detonation/legacy_explosion.dm @@ -0,0 +1,10 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/datum/projectile_effect/detonation/legacy_explosion + var/sev_1 + var/sev_2 + var/sev_3 + +/datum/projectile_effect/detonation/legacy_explosion/detonation(turf/where) + explosion(where, sev_1, sev_2, sev_3) diff --git a/code/modules/projectiles/projectile/subtypes/animate.dm b/code/modules/projectiles/projectile/subtypes/animate.dm index 885253b8cf7a..5bf6129a23cf 100644 --- a/code/modules/projectiles/projectile/subtypes/animate.dm +++ b/code/modules/projectiles/projectile/subtypes/animate.dm @@ -1,3 +1,6 @@ +/** + * todo: refactor this maybe? + */ /obj/projectile/animate name = "bolt of animation" icon_state = "ice_1" diff --git a/code/modules/projectiles/projectile/subtypes/arc.dm b/code/modules/projectiles/projectile/subtypes/arc.dm index 805b9fd726cf..908c8e0553b5 100644 --- a/code/modules/projectiles/projectile/subtypes/arc.dm +++ b/code/modules/projectiles/projectile/subtypes/arc.dm @@ -1,82 +1,106 @@ +// These projectiles are somewhat different from the other projectiles in the code. +// First, these have an 'arcing' visual, that is accomplished by having the projectile icon rotate as its flying, and +// moving up, then down as it approaches the target. There is also a small shadow effect that follows the projectile +// as its flying. -////////////// -// Subtypes -////////////// +// Besides the visuals, arcing projectiles do not collide with anything until they reach the target, as they fly over them. +// For best effect, use this only when it makes sense to do so, IE on the Surface. The projectiles don't care about ceilings or gravity. -// This is a test projectile in the sense that its testing the code to make sure it works, -// as opposed to a 'can I hit this thing' projectile. -/obj/projectile/arc/test/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(!isturf(target)) - return - var/turf/T = target - new /obj/effect/explosion(T) - T.color = "#FF0000" - -// Generic, Hivebot related -/obj/projectile/arc/blue_energy - name = "energy missile" - icon_state = "force_missile" - damage_force = 15 - damage_type = DAMAGE_TYPE_BURN - -/obj/projectile/arc/blue_energy/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(!isturf(target)) - return - var/turf/T = target - for(var/mob/living/L in T) - impact(L) - -// Fragmentation arc shot -/obj/projectile/arc/fragmentation - name = "fragmentation shot" - icon_state = "shell" - var/list/fragment_types = list( - /obj/projectile/bullet/pellet/fragment, /obj/projectile/bullet/pellet/fragment, \ - /obj/projectile/bullet/pellet/fragment, /obj/projectile/bullet/pellet/fragment/strong - ) - var/fragment_amount = 63 // Same as a grenade. - var/spread_range = 7 - -/obj/projectile/arc/fragmentation/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(!isturf(target)) - return - var/turf/T = target - T.shrapnel_explosion(fragment_amount, spread_range, fragment_types, src, name, firer) - -/obj/projectile/arc/fragmentation/mortar - icon_state = "mortar" - fragment_amount = 10 - spread_range = 3 - -// EMP arc shot -/obj/projectile/arc/emp_blast - name = "emp blast" - icon_state = "bluespace" - -/obj/projectile/arc/emp_blast/on_impact(atom/target, impact_flags, def_zone, efficiency) - var/turf/T = target - empulse(T, 2, 4, 7, 10) // Normal EMP grenade. - return impact_flags - -/obj/projectile/arc/emp_blast/weak/on_impact(atom/target, impact_flags, def_zone, efficiency) - var/turf/T = target - empulse(T, 1, 2, 3, 4) // Sec EMP grenade. - return impact_flags - -// Radiation arc shot -/obj/projectile/arc/radioactive - name = "radiation blast" - icon_state = "green_pellet" - icon_scale_x = 2 - icon_scale_y = 2 - var/rad_power = RAD_INTENSITY_PROJ_ARC - -/obj/projectile/arc/radioactive/on_impact(atom/target, impact_flags, def_zone, efficiency) +// todo: better description; this type does have an excuse to have special behavior. +/obj/projectile/arc + name = "arcing shot" + icon_state = "fireball" // WIP + movement_type = MOVEMENT_UNSTOPPABLE + impact_ground_on_expiry = TRUE + plane = ABOVE_PLANE // Since projectiles are 'in the air', they might visually overlap mobs while in flight, so the projectile needs to be above their plane. + speed = 10 * WORLD_ICON_SIZE + var/fired_dir = null // Which direction was the projectile fired towards. Needed to invert the projectile turning based on if facing left or right. + var/distance_to_fly = null // How far, in pixels, to fly for. Will call on_range() when this is passed. + var/visual_y_offset = -16 // Adjusts how high the projectile and its shadow start, visually. This is so the projectile and shadow align with the center of the tile. + var/obj/effect/projectile_shadow/shadow = null // Visual indicator for the projectile's 'true' position. Needed due to being bound to two dimensions in reality. + + +/obj/projectile/arc/Initialize(mapload) + shadow = new(get_turf(src)) + return ..() + +/obj/projectile/arc/Destroy() + QDEL_NULL(shadow) + return ..() + +/obj/projectile/arc/proc/calculate_initial_pixel_distance(atom/user, atom/target) + var/datum/point/A = new(user) + var/datum/point/B = new(target) + + // Set the pixel offsets if they exist. + A.x += (p_x - 16) + A.y += (p_y - 16) + + return pixel_length_between_points(A, B) + +/obj/projectile/arc/proc/distance_flown() + var/datum/point/current_point = new(src) + var/datum/point/starting_point = new(starting) + return pixel_length_between_points(current_point, starting_point) + +/obj/projectile/arc/launch_projectile(atom/target, target_zone, mob/user, params, angle_override, forced_spread = 0) + fired_dir = get_dir(user, target) // Used to determine if the projectile should turn in the air. + distance_to_fly = calculate_initial_pixel_distance(user, target) // Calculates how many pixels to travel before hitting the ground. + ..() // Does the actual launching. The projectile will be out after this. + +// For legacy. +/obj/projectile/arc/old_style_target(atom/target, atom/source) + ..() + fired_dir = get_dir(source, target) + distance_to_fly = calculate_initial_pixel_distance(source, target) + +/obj/projectile/arc/physics_iteration(pixels) + // Do the other important stuff first. . = ..() - if(!isturf(target)) - return - var/turf/T = target - radiation_pulse(T, rad_power) + + // Test to see if its time to 'hit the ground'. + var/pixels_flown = distance_flown() + + if(pixels_flown >= distance_to_fly) + legacy_on_range() // This will also cause the projectile to be deleted. + + else + // Handle visual projectile turning in flight. + var/arc_progress = clamp( pixels_flown / distance_to_fly, 0, 1) + var/new_visual_degree = LERP(45, 135, arc_progress) + + if(fired_dir & EAST) + adjust_rotation(new_visual_degree) + else if(fired_dir & WEST) + adjust_rotation(-new_visual_degree) + + // Now for the fake height. + var/arc_max_pixel_height = distance_to_fly / 2 + var/sine_position = arc_progress * 180 + var/pixel_z_position = (arc_max_pixel_height * sin(sine_position)) + visual_y_offset + animate(src, pixel_z = pixel_z_position, time = 1, flags = ANIMATION_END_NOW) + + // Update our shadow. + if(shadow) + shadow.forceMove(loc) + shadow.pixel_x = pixel_x + shadow.pixel_y = pixel_y + visual_y_offset + +/obj/effect/projectile_shadow + name = "shadow" + desc = "You better avoid the thing coming down!" + icon = 'icons/obj/projectiles.dmi' + icon_state = "arc_shadow" + anchored = TRUE + animate_movement = 0 // Just like the projectile it's following. + +//* We do not hit normally. *// + +/obj/projectile/arc/scan_crossed_atom(atom/movable/target) + return + +/obj/projectile/arc/scan_moved_turf(turf/tile) + return + +/obj/projectile/arc/impact_loop(turf/was_moving_onto, atom/bumped) + return diff --git a/code/modules/projectiles/projectile/subtypes/arc/arc.dm b/code/modules/projectiles/projectile/subtypes/arc/arc.dm new file mode 100644 index 000000000000..805b9fd726cf --- /dev/null +++ b/code/modules/projectiles/projectile/subtypes/arc/arc.dm @@ -0,0 +1,82 @@ + +////////////// +// Subtypes +////////////// + +// This is a test projectile in the sense that its testing the code to make sure it works, +// as opposed to a 'can I hit this thing' projectile. +/obj/projectile/arc/test/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(!isturf(target)) + return + var/turf/T = target + new /obj/effect/explosion(T) + T.color = "#FF0000" + +// Generic, Hivebot related +/obj/projectile/arc/blue_energy + name = "energy missile" + icon_state = "force_missile" + damage_force = 15 + damage_type = DAMAGE_TYPE_BURN + +/obj/projectile/arc/blue_energy/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(!isturf(target)) + return + var/turf/T = target + for(var/mob/living/L in T) + impact(L) + +// Fragmentation arc shot +/obj/projectile/arc/fragmentation + name = "fragmentation shot" + icon_state = "shell" + var/list/fragment_types = list( + /obj/projectile/bullet/pellet/fragment, /obj/projectile/bullet/pellet/fragment, \ + /obj/projectile/bullet/pellet/fragment, /obj/projectile/bullet/pellet/fragment/strong + ) + var/fragment_amount = 63 // Same as a grenade. + var/spread_range = 7 + +/obj/projectile/arc/fragmentation/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(!isturf(target)) + return + var/turf/T = target + T.shrapnel_explosion(fragment_amount, spread_range, fragment_types, src, name, firer) + +/obj/projectile/arc/fragmentation/mortar + icon_state = "mortar" + fragment_amount = 10 + spread_range = 3 + +// EMP arc shot +/obj/projectile/arc/emp_blast + name = "emp blast" + icon_state = "bluespace" + +/obj/projectile/arc/emp_blast/on_impact(atom/target, impact_flags, def_zone, efficiency) + var/turf/T = target + empulse(T, 2, 4, 7, 10) // Normal EMP grenade. + return impact_flags + +/obj/projectile/arc/emp_blast/weak/on_impact(atom/target, impact_flags, def_zone, efficiency) + var/turf/T = target + empulse(T, 1, 2, 3, 4) // Sec EMP grenade. + return impact_flags + +// Radiation arc shot +/obj/projectile/arc/radioactive + name = "radiation blast" + icon_state = "green_pellet" + icon_scale_x = 2 + icon_scale_y = 2 + var/rad_power = RAD_INTENSITY_PROJ_ARC + +/obj/projectile/arc/radioactive/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(!isturf(target)) + return + var/turf/T = target + radiation_pulse(T, rad_power) diff --git a/code/modules/projectiles/projectile/subtypes/beam.dm b/code/modules/projectiles/projectile/subtypes/beam.dm new file mode 100644 index 000000000000..eeb52bfd1a56 --- /dev/null +++ b/code/modules/projectiles/projectile/subtypes/beam.dm @@ -0,0 +1,25 @@ +/** + * Supertype of many different types of beams. + * + * * This is a type that should have no special behavior! + */ +/obj/projectile/beam + name = "laser" + icon_state = "laser" + fire_sound = 'sound/weapons/weaponsounds_laserstrong.ogg' + pass_flags = ATOM_PASS_TABLE | ATOM_PASS_GLASS | ATOM_PASS_GRILLE + damage_force = 40 + damage_type = DAMAGE_TYPE_BURN + damage_flag = ARMOR_LASER + projectile_type = PROJECTILE_TYPE_BEAM | PROJECTILE_TYPE_PHOTONIC + eyeblur = 4 + hitscan = TRUE + embed_chance = 0 + light_range = 2 + light_power = 0.5 + light_color = "#FF0D00" + impact_sounds = list(BULLET_IMPACT_MEAT = SOUNDS_LASER_MEAT, BULLET_IMPACT_METAL = SOUNDS_LASER_METAL) + + muzzle_type = /obj/effect/projectile/muzzle/laser + tracer_type = /obj/effect/projectile/tracer/laser + impact_type = /obj/effect/projectile/impact/laser diff --git a/code/modules/projectiles/projectile/subtypes/beam/beams.dm b/code/modules/projectiles/projectile/subtypes/beam/beams.dm index e005a675ee5a..d83d27afc40f 100644 --- a/code/modules/projectiles/projectile/subtypes/beam/beams.dm +++ b/code/modules/projectiles/projectile/subtypes/beam/beams.dm @@ -1,24 +1,3 @@ -/obj/projectile/beam - name = "laser" - icon_state = "laser" - fire_sound = 'sound/weapons/weaponsounds_laserstrong.ogg' - pass_flags = ATOM_PASS_TABLE | ATOM_PASS_GLASS | ATOM_PASS_GRILLE - damage_force = 40 - damage_type = DAMAGE_TYPE_BURN - damage_flag = ARMOR_LASER - projectile_type = PROJECTILE_TYPE_BEAM | PROJECTILE_TYPE_PHOTONIC - eyeblur = 4 - var/frequency = 1 - hitscan = TRUE - embed_chance = 0 - light_range = 2 - light_power = 0.5 - light_color = "#FF0D00" - impact_sounds = list(BULLET_IMPACT_MEAT = SOUNDS_LASER_MEAT, BULLET_IMPACT_METAL = SOUNDS_LASER_METAL) - - muzzle_type = /obj/effect/projectile/muzzle/laser - tracer_type = /obj/effect/projectile/tracer/laser - impact_type = /obj/effect/projectile/impact/laser /obj/projectile/beam/practice name = "laser" @@ -119,7 +98,7 @@ /obj/projectile/beam/weak name = "weak cyan beam" icon_state = "cyan" - fire_sound = 'sound/weapons/Taser.ogg' + fire_sound = 'sound/weapons/Dissolverray.ogg' damage_force = 20 light_color = "#74b1c2" @@ -127,6 +106,19 @@ tracer_type = /obj/effect/projectile/tracer/laser_omni impact_type = /obj/effect/projectile/impact/laser_omni +/obj/projectile/beam/antigravbeamwraith + name = "dark energy beam" + icon_state = "darkb" + fire_sound = 'sound/weapons/SuperHeavyLaser.ogg' //Knowers will recognize it + damage_force = 30 //Targets energy armor which is kinda rare + damage_type = DAMAGE_TYPE_BRUTE //Dark energy displaces instead of burning + damage_flag = ARMOR_ENERGY + irradiate= 5 //Scifi Antigrav bullshit side effect + light_color = "#8902f0" //Purple + + muzzle_type = /obj/effect/projectile/muzzle/darkmatter + tracer_type = /obj/effect/projectile/tracer/darkmatter + impact_type = /obj/effect/projectile/impact/darkmatter /obj/projectile/beam/emitter name = "emitter beam" @@ -317,7 +309,6 @@ icon_state = "laser" damage_force = 15 damage_type = DAMAGE_TYPE_ELECTROCUTE //You should be safe inside a voidsuit - sharp = FALSE //"Wide" spectrum beam light_color = "#A9980A" excavation_amount = 200 // Good at shooting rocks diff --git a/code/modules/projectiles/projectile/subtypes/bullet/bullets.dm b/code/modules/projectiles/projectile/subtypes/bullet/bullets.dm new file mode 100644 index 000000000000..b9d593ca1c79 --- /dev/null +++ b/code/modules/projectiles/projectile/subtypes/bullet/bullets.dm @@ -0,0 +1,498 @@ + +/* short-casing projectiles, like the kind used in pistols or SMGs */ + +/obj/projectile/bullet/pistol // 9mm pistols and most SMGs. Sacrifice power for capacity. + fire_sound = 'sound/weapons/weaponsounds_smallpistolshot.ogg' + damage_force = 20 + +/obj/projectile/bullet/pistol/lap //Light Armor Piercing + damage_force = 20 + armor_penetration = 10 + +/obj/projectile/bullet/pistol/ap + damage_force = 15 + armor_penetration = 30 + +/obj/projectile/bullet/pistol/hp + damage_force = 25 + armor_penetration = -50 + +/obj/projectile/bullet/pistol/hunter + damage_force = 15 + SA_bonus_damage = 25 // 40 total against animals + SA_vulnerability = MOB_CLASS_ANIMAL + embed_chance = -1 + +/obj/projectile/bullet/pistol/silver + damage_force = 15 + SA_bonus_damage = 25 // 40 total against demons + SA_vulnerability = MOB_CLASS_DEMONIC + embed_chance = -1 + holy = TRUE + +/obj/projectile/bullet/pistol/medium // .45 (and maybe .40 if it ever gets added) caliber security pistols. Balance between capacity and power. + fire_sound = 'sound/weapons/weaponsounds_pistolshot.ogg' // Snappier sound. + damage_force = 25 + +/obj/projectile/bullet/pistol/medium/ap + damage_force = 20 + armor_penetration = 15 + +/obj/projectile/bullet/pistol/medium/hp + damage_force = 30 + armor_penetration = -50 + +/obj/projectile/bullet/pistol/medium/hunter + damage_force = 15 + SA_bonus_damage = 45 // 60 total against animals + SA_vulnerability = MOB_CLASS_ANIMAL + embed_chance = -1 + +/obj/projectile/bullet/pistol/medium/silver + damage_force = 15 + SA_bonus_damage = 45 // 60 total against demons + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + embed_chance = -1 + holy = TRUE + +/obj/projectile/bullet/pistol/medium/ap/suppressor // adminspawn only + name = "suppressor bullet" // this guy is Important and also Hates You + fire_sound = 'sound/weapons/doompistol.ogg' // converted from .wavs extracted from doom 2 + damage_force = 10 // high rof kinda fucked up lets be real + agony = 10 // brute easily heals, agony not so much + armor_penetration = 30 // reduces shield blockchance + accuracy_overall_modify = 0.8 // heehoo + speed = 25 * WORLD_ICON_SIZE + +/obj/projectile/bullet/pistol/medium/ap/suppressor/turbo // spicy boys + speed = 50 * WORLD_ICON_SIZE + +/obj/projectile/bullet/pistol/strong // .357 and .44 caliber stuff. High power pistols like the Mateba or Desert Eagle. Sacrifice capacity for power. + fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' + damage_force = 60 + +/obj/projectile/bullet/pistol/strong/silver //Because all Demons need to die + fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' + damage_force = 40 + SA_bonus_damage = 80 // 120 total against demons + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + embed_chance = -1 + holy = TRUE + +/obj/projectile/bullet/pistol/rubber // "Rubber" bullets for all other pistols. + name = "rubber bullet" + damage_force = 5 + agony = 40 + embed_chance = 0 + damage_mode = NONE + damage_flag = ARMOR_MELEE + fire_sound ='sound/weapons/weaponsounds_smallpistolshot.ogg' // It may be rubber shots but it's still a gun homie it shouldn't be as pathetic as it was + +/obj/projectile/bullet/pistol/rubber/strong // "Rubber" bullets for high power pistols. + fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' // Rubber shots have less powder, but these still have more punch than normal rubber shot. + damage_force = 10 + agony = 60 + embed_chance = 0 + damage_flag = ARMOR_MELEE + +/obj/projectile/bullet/pistol/spin // Special weak ammo for Service Spin mode. + fire_sound = 'sound/weapons/weaponsounds_smallpistolshot.ogg' + damage_force = 5 + SA_bonus_damage = 10 // 15 total against demons + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + holy = TRUE + +/* shotgun projectiles */ + +/obj/projectile/bullet/shotgun + name = "slug" + fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' + damage_force = 50 + armor_penetration = 15 + +/obj/projectile/bullet/shotgun/beanbag //because beanbags are not bullets + name = "beanbag" + damage_force = 20 + agony = 60 + embed_chance = 0 + damage_mode = NONE + damage_flag = ARMOR_MELEE + +//Should do about 80 damage at 1 tile distance (adjacent), and 50 damage at 3 tiles distance. +//Overall less damage than slugs in exchange for more damage at very close range and more embedding +/obj/projectile/bullet/pellet/shotgun + name = "shrapnel" + fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' + damage_force = 13 + pellets = 6 + pellet_loss = 0.66 / WORLD_ICON_SIZE + +/obj/projectile/bullet/pellet/shotgun_improvised + name = "shrapnel" + damage_force = 4 + pellets = 10 + +/obj/projectile/bullet/pellet/shotgun/flak + damage_force = 2 //The main weapon using these fires four at a time, usually with different destinations. Usually. + armor_penetration = 10 + +// This is my boomstick, +/obj/projectile/bullet/pellet/shotgun/silver + name = "shrapnel" + fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' + damage_force = 10 + SA_bonus_damage = 16 // Potential 156 Damage against demons at point blank. + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + embed_chance = -1 + pellets = 6 + holy = TRUE + +/obj/projectile/bullet/shotgun/stake + name = "stake" + fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' + damage_force = 50 + armor_penetration = 15 + SA_bonus_damage = 16 // Potential 156 Damage against demons at point blank. + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + holy = TRUE + +//EMP shotgun 'slug', it's basically a beanbag that pops a tiny emp when it hits. +/obj/projectile/bullet/shotgun/ion + name = "ion slug" + fire_sound = 'sound/weapons/gunshot/gunshot_tech_huge.ogg' + damage_force = 15 + embed_chance = 0 + damage_mode = NONE + damage_flag = ARMOR_MELEE + combustion = FALSE + + base_projectile_effects = list( + /datum/projectile_effect/detonation/legacy_emp{ + sev_3 = 2; + } + ) + +//Frag shot +/obj/projectile/bullet/shotgun/frag12 + name ="frag12 slug" + damage_force = 25 + +/obj/projectile/bullet/shotgun/frag12/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) + return + explosion(target, -1, 0, 1) + . |= PROJECTILE_IMPACT_DELETE + +/* "Rifle" rounds */ + +/obj/projectile/bullet/rifle + fire_sound = 'sound/weapons/Gunshot_generic_rifle.ogg' + armor_penetration = 15 + legacy_penetrating = 1 + +/obj/projectile/bullet/rifle/a762 + fire_sound = 'sound/weapons/weaponsounds_heavyrifleshot.ogg' + damage_force = 35 + +/obj/projectile/bullet/rifle/a762/sniper // Hitscan specifically for sniper ammo; to be implimented at a later date, probably for the SVD. -Ace + fire_sound = 'sound/weapons/weaponsounds_heavyrifleshot.ogg' + hitscan = 1 //so the ammo isn't useless as a sniper weapon + +/obj/projectile/bullet/rifle/a762/ap + damage_force = 30 + armor_penetration = 50 // At 30 or more armor, this will do more damage than standard rounds. + +/obj/projectile/bullet/rifle/a762/ap/silver + damage_force = 30 + armor_penetration = 50 // At 30 or more armor, this will do more damage than standard rounds. + SA_bonus_damage = 30 // 60 total against demons + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + holy = TRUE + +/obj/projectile/bullet/rifle/a762/hp + damage_force = 40 + armor_penetration = -50 + legacy_penetrating = 0 + +/obj/projectile/bullet/rifle/a762/hunter // Optimized for killing simple animals and not people, because Balance(tm) + damage_force = 25 + SA_bonus_damage = 45 // 70 total on animals. + SA_vulnerability = MOB_CLASS_ANIMAL + embed_chance = -1 + +/obj/projectile/bullet/rifle/a762/sniperhunter + damage_force = 25 + SA_bonus_damage = 45 // 70 total on animals. + SA_vulnerability = MOB_CLASS_ANIMAL + embed_chance = -1 + speed = 25 * WORLD_ICON_SIZE + +/obj/projectile/bullet/rifle/a762/silver // Hunting Demons with bolt action rifles. + damage_force = 20 + SA_bonus_damage = 50 // 70 total on animals. + SA_vulnerability = MOB_CLASS_DEMONIC + holy = TRUE + +/obj/projectile/bullet/rifle/a556 + fire_sound = 'sound/weapons/weaponsounds_rifleshot.ogg' + damage_force = 25 + +/obj/projectile/bullet/rifle/a556/ap + damage_force = 20 + armor_penetration = 50 // At 40 or more armor, this will do more damage than standard rounds. + +/obj/projectile/bullet/rifle/a556/hp + damage_force = 35 + armor_penetration = -50 + legacy_penetrating = 0 + +/obj/projectile/bullet/rifle/a556/hunter + damage_force = 15 + SA_bonus_damage = 35 // 50 total on animals. + SA_vulnerability = MOB_CLASS_ANIMAL + +/obj/projectile/bullet/rifle/a12_7mm + fire_sound = 'sound/weapons/Gunshot_cannon.ogg' // This is literally an anti-tank rifle caliber. It better sound like a fucking cannon. + damage_force = 80 + stun = 3 + weaken = 3 + legacy_penetrating = 5 + armor_penetration = 80 + hitscan = 1 //so the PTR isn't useless as a sniper weapon + +/obj/projectile/bullet/mecha/a12mm_gauss //Mecha gauss rifle round. + fire_sound = 'sound/weapons/Gunshot_cannon.ogg' // This is literally an anti-tank rifle caliber. It better sound like a fucking cannon. + damage_force = 60 + legacy_penetrating = 1 + armor_penetration = 60 + +/* Miscellaneous */ + +/obj/projectile/bullet/suffocationbullet//How does this even work? + name = "co bullet" + damage_force = 20 + damage_type = DAMAGE_TYPE_OXY + +/obj/projectile/bullet/cyanideround + name = "poison bullet" + damage_force = 40 + damage_type = DAMAGE_TYPE_TOX + +/obj/projectile/bullet/cyanideround/jezzail + name = "toxic penetrator shard" + damage_force = 25 + armor_penetration = 20 + agony = 5 + embed_chance = 1 + damage_type = DAMAGE_TYPE_TOX + +/obj/projectile/bullet/burstbullet + name = "exploding bullet" + fire_sound = 'sound/soundbytes/effects/explosion/explosion1.ogg' + damage_force = 20 + embed_chance = 0 + damage_mode = DAMAGE_MODE_EDGE + +/obj/projectile/bullet/burstbullet/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) + return + explosion(target, -1, 0, 2) + . |= PROJECTILE_IMPACT_DELETE + +/obj/projectile/bullet/burstbullet/service + name = "charge bullet" + fire_sound = 'sound/soundbytes/effects/explosion/explosion1.ogg' + damage_force = 20 + embed_chance = 0 + SA_bonus_damage = 40 // 60 total damage against demons. + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + holy = TRUE + +/obj/projectile/bullet/burstbullet/service/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) + return + if(isturf(target)) + explosion(target, 0, 1, 2) + return . | PROJECTILE_IMPACT_DELETE + +/* Black Powder */ + +/obj/projectile/bullet/musket // Big Slow and bad against armor. + fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' + damage_force = 60 + speed = 8.3 * WORLD_ICON_SIZE + armor_penetration = -50 + +/obj/projectile/bullet/musket/silver // What its a classic + damage_force = 25 + SA_bonus_damage = 75 + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + embed_chance = -1 + holy = TRUE + +/obj/projectile/bullet/pellet/blunderbuss //More Damage at close range greater falloff + damage_force = 10 + pellets = 8 + pellet_loss = 1.5 / WORLD_ICON_SIZE + +/obj/projectile/bullet/pellet/blunderbuss/silver + damage_force = 5 + SA_bonus_damage = 15 + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + embed_chance = -1 + holy = TRUE + +//10 Gauge Shot +/obj/projectile/bullet/heavy_shotgun + name = "heavy slug" + fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' + damage_force = 60 + armor_penetration = 25 + +/obj/projectile/bullet/pellet/heavy_shotgun //I want this to use similar calcuations to blunderbuss shot for falloff. + damage_force = 3 //Fires five pellets at a time. + armor_penetration = 10 + +/obj/projectile/bullet/pellet/heavy_shotgun/silver + damage_force = 3 + SA_bonus_damage = 3 + SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION + holy = TRUE + +//Special 10g rounds for Grit, since I don't want ALL 10g to do this: +/obj/projectile/bullet/heavy_shotgun/grit + name = "custom heavy slug" + +/obj/projectile/bullet/heavy_shotgun/grit/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) + return + if(isliving(target)) + var/mob/living/L = target + var/throwdir = get_dir(firer,L) + if(prob(10) && (efficiency < 0.95)) + L.afflict_stun(20 * 1) + L.Confuse(1) + L.throw_at_old(get_edge_target_turf(L, throwdir), rand(3,6), 10) + +/obj/projectile/bullet/pellet/heavy_shotgun/grit + name = "heavy buckshot" + +/obj/projectile/bullet/pellet/heavy_shotgun/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) + return + if(isliving(target)) + var/mob/living/L = target + var/throwdir = get_dir(firer,L) + if(prob(10) && (efficiency >= 0.9)) + L.afflict_stun(2 SECONDS) + L.Confuse(1) + L.throw_at_old(get_edge_target_turf(L, throwdir), rand(3,6), 10) + +/* Incendiary */ + +/obj/projectile/bullet/incendiary + name = "incendiary bullet" + icon_state = "bullet_alt" + damage_force = 15 + damage_type = DAMAGE_TYPE_BURN + incendiary = 1 + flammability = 2 + +/obj/projectile/bullet/incendiary/shotgun + name = "dragonsbreath pellet" + icon_state = "bullet_alt" + damage_force = 10 + damage_type = DAMAGE_TYPE_BURN + incendiary = 1 + flammability = 2 + +/obj/projectile/bullet/incendiary/flamethrower + name = "ball of fire" + desc = "Don't stand in the fire." + icon_state = "fireball" + damage_force = 10 + embed_chance = 0 + //incendiary = 2 //The Trail of Fire doesn't work. + flammability = 4 + agony = 30 + range = WORLD_ICON_SIZE * 4 + vacuum_traversal = 0 + +/obj/projectile/bullet/incendiary/flamethrower/weak + flammability = 2 + +/obj/projectile/bullet/incendiary/flamethrower/large + damage_force = 15 + range = WORLD_ICON_SIZE * 6 + +/obj/projectile/bullet/incendiary/caseless + name = "12.7mm phoron slug" + icon_state = "bullet_alt" + damage_force = 60 + damage_type = DAMAGE_TYPE_BRUTE + incendiary = 1 + flammability = 4 + armor_penetration = 40 + legacy_penetrating = 5 + combustion = TRUE + +/obj/projectile/bullet/incendiary/caseless/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) + return + // todo: burn this to the ground + if(isliving(target)) + var/mob/living/L = target + L.adjustFireLoss(10) + +/obj/projectile/bullet/incendiary/phoronshrap + name = "phoron shrapnel slug" + icon_state = "bullet_alt" + damage_force = 40 + armor_penetration = 30 + damage_type = DAMAGE_TYPE_BRUTE + incendiary = 1 + flammability = 4 + legacy_penetrating = 1 + combustion = TRUE + + +/* Practice rounds and blanks */ + +/obj/projectile/bullet/practice + damage_force = 5 + +/obj/projectile/bullet/pistol/cap // Just the primer, such as a cap gun. + name = "cap" + damage_type = DAMAGE_TYPE_HALLOSS + fire_sound = 'sound/effects/snap.ogg' + damage_force = 0 + nodamage = 1 + embed_chance = 0 + damage_mode = NONE + incendiary = 1 + flammability = 4 + + combustion = FALSE + +/obj/projectile/bullet/pistol/cap/process(delta_time) + loc = null + qdel(src) + +/obj/projectile/bullet/blank + name = "blank" + damage_type = DAMAGE_TYPE_HALLOSS + fire_sound = 'sound/weapons/weaponsounds_rifleshot.ogg' // Blanks still make loud noises. + damage_force = 0 + nodamage = 1 + embed_chance = 0 + damage_mode = NONE + +/obj/projectile/bullet/blank/cap/process(delta_time) + loc = null + qdel(src) diff --git a/code/modules/projectiles/projectile/subtypes/bullets_vr.dm b/code/modules/projectiles/projectile/subtypes/bullet/bullets_vr.dm similarity index 98% rename from code/modules/projectiles/projectile/subtypes/bullets_vr.dm rename to code/modules/projectiles/projectile/subtypes/bullet/bullets_vr.dm index d0fbfd4ed022..72a7e83da266 100644 --- a/code/modules/projectiles/projectile/subtypes/bullets_vr.dm +++ b/code/modules/projectiles/projectile/subtypes/bullet/bullets_vr.dm @@ -2,7 +2,6 @@ damage_force = 10 agony = 60 embed_chance = 0 - sharp = 0 damage_flag = ARMOR_MELEE /obj/projectile/energy/flash/strong diff --git a/code/modules/projectiles/projectile/subtypes/magnetic.dm b/code/modules/projectiles/projectile/subtypes/bullet/magnetic.dm similarity index 100% rename from code/modules/projectiles/projectile/subtypes/magnetic.dm rename to code/modules/projectiles/projectile/subtypes/bullet/magnetic.dm diff --git a/code/modules/projectiles/projectile/subtypes/reusable.dm b/code/modules/projectiles/projectile/subtypes/bullet/reusable.dm similarity index 100% rename from code/modules/projectiles/projectile/subtypes/reusable.dm rename to code/modules/projectiles/projectile/subtypes/bullet/reusable.dm diff --git a/code/modules/projectiles/projectile/subtypes/explosive.dm b/code/modules/projectiles/projectile/subtypes/bullet/srmrocket.dm similarity index 100% rename from code/modules/projectiles/projectile/subtypes/explosive.dm rename to code/modules/projectiles/projectile/subtypes/bullet/srmrocket.dm diff --git a/code/modules/projectiles/projectile/subtypes/bullets.dm b/code/modules/projectiles/projectile/subtypes/bullets.dm index 69ca1e19592b..926b90a74ae8 100644 --- a/code/modules/projectiles/projectile/subtypes/bullets.dm +++ b/code/modules/projectiles/projectile/subtypes/bullets.dm @@ -1,3 +1,10 @@ +/** + * Supertype of many different types of beams. + * + * * This is a type that should have no special behavior! + * + * todo: get rid of said special behavior, or just decide it's okay and keep it. + */ /obj/projectile/bullet name = "bullet" icon_state = "bullet" @@ -7,7 +14,7 @@ nodamage = 0 damage_flag = ARMOR_BULLET embed_chance = 20 //Modified in the actual embed process, but this should keep embed chance about the same - sharp = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_PIERCE projectile_type = PROJECTILE_TYPE_KINETIC muzzle_type = /obj/effect/projectile/muzzle/bullet @@ -42,505 +49,3 @@ . = prob(chance) if(.) damage_force *= 0.7 - -/* short-casing projectiles, like the kind used in pistols or SMGs */ - -/obj/projectile/bullet/pistol // 9mm pistols and most SMGs. Sacrifice power for capacity. - fire_sound = 'sound/weapons/weaponsounds_smallpistolshot.ogg' - damage_force = 20 - -/obj/projectile/bullet/pistol/lap //Light Armor Piercing - damage_force = 20 - armor_penetration = 10 - -/obj/projectile/bullet/pistol/ap - damage_force = 15 - armor_penetration = 30 - -/obj/projectile/bullet/pistol/hp - damage_force = 25 - armor_penetration = -50 - -/obj/projectile/bullet/pistol/hunter - damage_force = 15 - SA_bonus_damage = 25 // 40 total against animals - SA_vulnerability = MOB_CLASS_ANIMAL - embed_chance = -1 - -/obj/projectile/bullet/pistol/silver - damage_force = 15 - SA_bonus_damage = 25 // 40 total against demons - SA_vulnerability = MOB_CLASS_DEMONIC - embed_chance = -1 - holy = TRUE - -/obj/projectile/bullet/pistol/medium // .45 (and maybe .40 if it ever gets added) caliber security pistols. Balance between capacity and power. - fire_sound = 'sound/weapons/weaponsounds_pistolshot.ogg' // Snappier sound. - damage_force = 25 - -/obj/projectile/bullet/pistol/medium/ap - damage_force = 20 - armor_penetration = 15 - -/obj/projectile/bullet/pistol/medium/hp - damage_force = 30 - armor_penetration = -50 - -/obj/projectile/bullet/pistol/medium/hunter - damage_force = 15 - SA_bonus_damage = 45 // 60 total against animals - SA_vulnerability = MOB_CLASS_ANIMAL - embed_chance = -1 - -/obj/projectile/bullet/pistol/medium/silver - damage_force = 15 - SA_bonus_damage = 45 // 60 total against demons - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - embed_chance = -1 - holy = TRUE - -/obj/projectile/bullet/pistol/medium/ap/suppressor // adminspawn only - name = "suppressor bullet" // this guy is Important and also Hates You - fire_sound = 'sound/weapons/doompistol.ogg' // converted from .wavs extracted from doom 2 - damage_force = 10 // high rof kinda fucked up lets be real - agony = 10 // brute easily heals, agony not so much - armor_penetration = 30 // reduces shield blockchance - accuracy_overall_modify = 0.8 // heehoo - speed = 25 * WORLD_ICON_SIZE - -/obj/projectile/bullet/pistol/medium/ap/suppressor/turbo // spicy boys - speed = 50 * WORLD_ICON_SIZE - -/obj/projectile/bullet/pistol/strong // .357 and .44 caliber stuff. High power pistols like the Mateba or Desert Eagle. Sacrifice capacity for power. - fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' - damage_force = 60 - -/obj/projectile/bullet/pistol/strong/silver //Because all Demons need to die - fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' - damage_force = 40 - SA_bonus_damage = 80 // 120 total against demons - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - embed_chance = -1 - holy = TRUE - -/obj/projectile/bullet/pistol/rubber/strong // "Rubber" bullets for high power pistols. - fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' // Rubber shots have less powder, but these still have more punch than normal rubber shot. - damage_force = 10 - agony = 60 - embed_chance = 0 - sharp = 0 - damage_flag = ARMOR_MELEE - -/obj/projectile/bullet/pistol/rubber // "Rubber" bullets for all other pistols. - name = "rubber bullet" - damage_force = 5 - agony = 40 - embed_chance = 0 - sharp = 0 - damage_flag = ARMOR_MELEE - fire_sound ='sound/weapons/weaponsounds_smallpistolshot.ogg' // It may be rubber shots but it's still a gun homie it shouldn't be as pathetic as it was - -/obj/projectile/bullet/pistol/spin // Special weak ammo for Service Spin mode. - fire_sound = 'sound/weapons/weaponsounds_smallpistolshot.ogg' - damage_force = 5 - SA_bonus_damage = 10 // 15 total against demons - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - holy = TRUE - -/* shotgun projectiles */ - -/obj/projectile/bullet/shotgun - name = "slug" - fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' - damage_force = 50 - armor_penetration = 15 - -/obj/projectile/bullet/shotgun/beanbag //because beanbags are not bullets - name = "beanbag" - damage_force = 20 - agony = 60 - embed_chance = 0 - sharp = 0 - damage_flag = ARMOR_MELEE - -//Should do about 80 damage at 1 tile distance (adjacent), and 50 damage at 3 tiles distance. -//Overall less damage than slugs in exchange for more damage at very close range and more embedding -/obj/projectile/bullet/pellet/shotgun - name = "shrapnel" - fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' - damage_force = 13 - pellets = 6 - pellet_loss = 0.66 / WORLD_ICON_SIZE - -/obj/projectile/bullet/pellet/shotgun_improvised - name = "shrapnel" - damage_force = 4 - pellets = 10 - -/obj/projectile/bullet/pellet/shotgun/flak - damage_force = 2 //The main weapon using these fires four at a time, usually with different destinations. Usually. - armor_penetration = 10 - -// This is my boomstick, -/obj/projectile/bullet/pellet/shotgun/silver - name = "shrapnel" - fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' - damage_force = 10 - SA_bonus_damage = 16 // Potential 156 Damage against demons at point blank. - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - embed_chance = -1 - pellets = 6 - holy = TRUE - -/obj/projectile/bullet/shotgun/stake - name = "stake" - fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' - damage_force = 50 - armor_penetration = 15 - SA_bonus_damage = 16 // Potential 156 Damage against demons at point blank. - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - holy = TRUE - -//EMP shotgun 'slug', it's basically a beanbag that pops a tiny emp when it hits. //Not currently used -/obj/projectile/bullet/shotgun/ion - name = "ion slug" - fire_sound = 'sound/weapons/gunshot/gunshot_tech_huge.ogg' - damage_force = 15 - embed_chance = 0 - sharp = 0 - damage_flag = ARMOR_MELEE - - combustion = FALSE - -/obj/projectile/bullet/shotgun/ion/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - empulse(target, 0, 0, 2, 0) //Only affects what it hits - . |= PROJECTILE_IMPACT_DELETE - -//Frag shot -/obj/projectile/bullet/shotgun/frag12 - name ="frag12 slug" - damage_force = 25 - -/obj/projectile/bullet/shotgun/frag12/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - explosion(target, -1, 0, 1) - . |= PROJECTILE_IMPACT_DELETE - -/* "Rifle" rounds */ - -/obj/projectile/bullet/rifle - fire_sound = 'sound/weapons/Gunshot_generic_rifle.ogg' - armor_penetration = 15 - legacy_penetrating = 1 - -/obj/projectile/bullet/rifle/a762 - fire_sound = 'sound/weapons/weaponsounds_heavyrifleshot.ogg' - damage_force = 35 - -/obj/projectile/bullet/rifle/a762/sniper // Hitscan specifically for sniper ammo; to be implimented at a later date, probably for the SVD. -Ace - fire_sound = 'sound/weapons/weaponsounds_heavyrifleshot.ogg' - hitscan = 1 //so the ammo isn't useless as a sniper weapon - -/obj/projectile/bullet/rifle/a762/ap - damage_force = 30 - armor_penetration = 50 // At 30 or more armor, this will do more damage than standard rounds. - -/obj/projectile/bullet/rifle/a762/ap/silver - damage_force = 30 - armor_penetration = 50 // At 30 or more armor, this will do more damage than standard rounds. - SA_bonus_damage = 30 // 60 total against demons - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - holy = TRUE - -/obj/projectile/bullet/rifle/a762/hp - damage_force = 40 - armor_penetration = -50 - legacy_penetrating = 0 - -/obj/projectile/bullet/rifle/a762/hunter // Optimized for killing simple animals and not people, because Balance(tm) - damage_force = 25 - SA_bonus_damage = 45 // 70 total on animals. - SA_vulnerability = MOB_CLASS_ANIMAL - embed_chance = -1 - -/obj/projectile/bullet/rifle/a762/sniperhunter - damage_force = 25 - SA_bonus_damage = 45 // 70 total on animals. - SA_vulnerability = MOB_CLASS_ANIMAL - embed_chance = -1 - speed = 25 * WORLD_ICON_SIZE - -/obj/projectile/bullet/rifle/a762/silver // Hunting Demons with bolt action rifles. - damage_force = 20 - SA_bonus_damage = 50 // 70 total on animals. - SA_vulnerability = MOB_CLASS_DEMONIC - holy = TRUE - -/obj/projectile/bullet/rifle/a556 - fire_sound = 'sound/weapons/weaponsounds_rifleshot.ogg' - damage_force = 25 - -/obj/projectile/bullet/rifle/a556/ap - damage_force = 20 - armor_penetration = 50 // At 40 or more armor, this will do more damage than standard rounds. - -/obj/projectile/bullet/rifle/a556/hp - damage_force = 35 - armor_penetration = -50 - legacy_penetrating = 0 - -/obj/projectile/bullet/rifle/a556/hunter - damage_force = 15 - SA_bonus_damage = 35 // 50 total on animals. - SA_vulnerability = MOB_CLASS_ANIMAL - -/obj/projectile/bullet/rifle/a12_7mm - fire_sound = 'sound/weapons/Gunshot_cannon.ogg' // This is literally an anti-tank rifle caliber. It better sound like a fucking cannon. - damage_force = 80 - stun = 3 - weaken = 3 - legacy_penetrating = 5 - armor_penetration = 80 - hitscan = 1 //so the PTR isn't useless as a sniper weapon - -/obj/projectile/bullet/mecha/a12mm_gauss //Mecha gauss rifle round. - fire_sound = 'sound/weapons/Gunshot_cannon.ogg' // This is literally an anti-tank rifle caliber. It better sound like a fucking cannon. - damage_force = 60 - legacy_penetrating = 1 - armor_penetration = 60 - -/* Miscellaneous */ - -/obj/projectile/bullet/suffocationbullet//How does this even work? - name = "co bullet" - damage_force = 20 - damage_type = DAMAGE_TYPE_OXY - -/obj/projectile/bullet/cyanideround - name = "poison bullet" - damage_force = 40 - damage_type = DAMAGE_TYPE_TOX - -/obj/projectile/bullet/cyanideround/jezzail - name = "toxic penetrator shard" - damage_force = 25 - armor_penetration = 20 - agony = 5 - embed_chance = 1 - damage_type = DAMAGE_TYPE_TOX - -/obj/projectile/bullet/burstbullet - name = "exploding bullet" - fire_sound = 'sound/soundbytes/effects/explosion/explosion1.ogg' - damage_force = 20 - embed_chance = 0 - edge = 1 - -/obj/projectile/bullet/burstbullet/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - explosion(target, -1, 0, 2) - . |= PROJECTILE_IMPACT_DELETE - -/obj/projectile/bullet/burstbullet/service - name = "charge bullet" - fire_sound = 'sound/soundbytes/effects/explosion/explosion1.ogg' - damage_force = 20 - embed_chance = 0 - edge = 1 - SA_bonus_damage = 40 // 60 total damage against demons. - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - holy = TRUE - -/obj/projectile/bullet/burstbullet/service/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - if(isturf(target)) - explosion(target, 0, 1, 2) - return . | PROJECTILE_IMPACT_DELETE - -/* Black Powder */ - -/obj/projectile/bullet/musket // Big Slow and bad against armor. - fire_sound = 'sound/weapons/weaponsounds_heavypistolshot.ogg' - damage_force = 60 - speed = 8.3 * WORLD_ICON_SIZE - armor_penetration = -50 - -/obj/projectile/bullet/musket/silver // What its a classic - damage_force = 25 - SA_bonus_damage = 75 - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - embed_chance = -1 - holy = TRUE - -/obj/projectile/bullet/pellet/blunderbuss //More Damage at close range greater falloff - damage_force = 10 - pellets = 8 - pellet_loss = 1.5 / WORLD_ICON_SIZE - -/obj/projectile/bullet/pellet/blunderbuss/silver - damage_force = 5 - SA_bonus_damage = 15 - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - embed_chance = -1 - holy = TRUE - -//10 Gauge Shot -/obj/projectile/bullet/heavy_shotgun - name = "heavy slug" - fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg' - damage_force = 60 - armor_penetration = 25 - -/obj/projectile/bullet/pellet/heavy_shotgun //I want this to use similar calcuations to blunderbuss shot for falloff. - damage_force = 3 //Fires five pellets at a time. - armor_penetration = 10 - -/obj/projectile/bullet/pellet/heavy_shotgun/silver - damage_force = 3 - SA_bonus_damage = 3 - SA_vulnerability = MOB_CLASS_DEMONIC | MOB_CLASS_ABERRATION - holy = TRUE - -//Special 10g rounds for Grit, since I don't want ALL 10g to do this: -/obj/projectile/bullet/heavy_shotgun/grit - name = "custom heavy slug" - -/obj/projectile/bullet/heavy_shotgun/grit/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - if(isliving(target)) - var/mob/living/L = target - var/throwdir = get_dir(firer,L) - if(prob(10) && (efficiency < 0.95)) - L.afflict_stun(20 * 1) - L.Confuse(1) - L.throw_at_old(get_edge_target_turf(L, throwdir), rand(3,6), 10) - -/obj/projectile/bullet/pellet/heavy_shotgun/grit - name = "heavy buckshot" - -/obj/projectile/bullet/pellet/heavy_shotgun/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - if(isliving(target)) - var/mob/living/L = target - var/throwdir = get_dir(firer,L) - if(prob(10) && (efficiency >= 0.9)) - L.afflict_stun(2 SECONDS) - L.Confuse(1) - L.throw_at_old(get_edge_target_turf(L, throwdir), rand(3,6), 10) - -/* Incendiary */ - -/obj/projectile/bullet/incendiary - name = "incendiary bullet" - icon_state = "bullet_alt" - damage_force = 15 - damage_type = DAMAGE_TYPE_BURN - incendiary = 1 - flammability = 2 - -/obj/projectile/bullet/incendiary/shotgun - name = "dragonsbreath pellet" - icon_state = "bullet_alt" - damage_force = 10 - damage_type = DAMAGE_TYPE_BURN - incendiary = 1 - flammability = 2 - -/obj/projectile/bullet/incendiary/flamethrower - name = "ball of fire" - desc = "Don't stand in the fire." - icon_state = "fireball" - damage_force = 10 - embed_chance = 0 - //incendiary = 2 //The Trail of Fire doesn't work. - flammability = 4 - agony = 30 - range = WORLD_ICON_SIZE * 4 - vacuum_traversal = 0 - -/obj/projectile/bullet/incendiary/flamethrower/weak - flammability = 2 - -/obj/projectile/bullet/incendiary/flamethrower/large - damage_force = 15 - range = WORLD_ICON_SIZE * 6 - -/obj/projectile/bullet/incendiary/caseless - name = "12.7mm phoron slug" - icon_state = "bullet_alt" - damage_force = 60 - damage_type = DAMAGE_TYPE_BRUTE - incendiary = 1 - flammability = 4 - armor_penetration = 40 - legacy_penetrating = 5 - combustion = TRUE - -/obj/projectile/bullet/incendiary/caseless/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - // todo: burn this to the ground - if(isliving(target)) - var/mob/living/L = target - L.adjustFireLoss(10) - -/obj/projectile/bullet/incendiary/phoronshrap - name = "phoron shrapnel slug" - icon_state = "bullet_alt" - damage_force = 40 - armor_penetration = 30 - damage_type = DAMAGE_TYPE_BRUTE - incendiary = 1 - flammability = 4 - legacy_penetrating = 1 - combustion = TRUE - - -/* Practice rounds and blanks */ - -/obj/projectile/bullet/practice - damage_force = 5 - -/obj/projectile/bullet/pistol/cap // Just the primer, such as a cap gun. - name = "cap" - damage_type = DAMAGE_TYPE_HALLOSS - fire_sound = 'sound/effects/snap.ogg' - damage_force = 0 - nodamage = 1 - embed_chance = 0 - sharp = 0 - incendiary = 1 - flammability = 4 - - combustion = FALSE - -/obj/projectile/bullet/pistol/cap/process(delta_time) - loc = null - qdel(src) - -/obj/projectile/bullet/blank - name = "blank" - damage_type = DAMAGE_TYPE_HALLOSS - fire_sound = 'sound/weapons/weaponsounds_rifleshot.ogg' // Blanks still make loud noises. - damage_force = 0 - nodamage = 1 - embed_chance = 0 - sharp = 0 - -/obj/projectile/bullet/blank/cap/process(delta_time) - loc = null - qdel(src) diff --git a/code/modules/projectiles/projectile/subtypes/energy.dm b/code/modules/projectiles/projectile/subtypes/energy.dm index 77a194b55623..a02386f2feaf 100644 --- a/code/modules/projectiles/projectile/subtypes/energy.dm +++ b/code/modules/projectiles/projectile/subtypes/energy.dm @@ -1,3 +1,10 @@ +/** + * Supertype of many different types of beams. + * + * * This is a type that should have no special behavior! + * + * todo: get rid of said special behavior, or just decide it's okay and keep it. + */ /obj/projectile/energy name = "energy" icon_state = "spark" @@ -5,243 +12,3 @@ damage_type = DAMAGE_TYPE_BURN damage_flag = ARMOR_ENERGY projectile_type = PROJECTILE_TYPE_ENERGY - var/flash_strength = 10 - -//releases a burst of light on impact or after travelling a distance -/obj/projectile/energy/flash - name = "chemical shell" - icon_state = "bullet" - fire_sound = 'sound/weapons/gunshot_pathetic.ogg' - damage_force = 5 - range = WORLD_ICON_SIZE * 15 //if the shell hasn't hit anything after travelling this far it just explodes. - var/flash_range = 0 - var/brightness = 7 - var/light_colour = "#ffffff" - -/obj/projectile/energy/flash/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(!isturf(target)) - return - var/turf/T = get_turf(target) - //blind adjacent people - for (var/mob/living/carbon/M in viewers(T, flash_range)) - if(M.eyecheck() < 1) - M.flash_eyes() - if(ishuman(M)) - var/mob/living/carbon/human/H = M - flash_strength *= H.species.flash_mod - - if(flash_strength > 0) - H.Confuse(flash_strength + 5) - H.apply_status_effect(/datum/status_effect/sight/blindness, flash_strength SECONDS) - H.eye_blurry = max(H.eye_blurry, flash_strength + 5) - H.adjustHalLoss(22 * (flash_strength / 5)) // Five flashes to stun. Bit weaker than melee flashes due to being ranged. - - //snap pop - playsound(src, 'sound/effects/snap.ogg', 50, 1) - src.visible_message("\The [src] explodes in a bright flash!") - - var/datum/effect_system/spark_spread/sparks = new /datum/effect_system/spark_spread() - sparks.set_up(2, 1, T) - sparks.start() - - new /obj/effect/debris/cleanable/ash(src.loc) //always use src.loc so that ash doesn't end up inside windows - new /obj/effect/particle_effect/smoke/illumination(T, 5, brightness, brightness, light_colour) - -//No longer blinds, and flash strength has been greatly lowered but now set's on fire. -/obj/projectile/energy/flash/flare - fire_sound = 'sound/weapons/grenade_launcher.ogg' - damage_force = 20 - flash_range = 1 - brightness = 15 - flash_strength = 10 - incendiary = 1 - flammability = 2 - -/obj/projectile/energy/flash/flare/on_impact(atom/target, impact_flags, def_zone, efficiency) - light_colour = pick("#e58775", "#ffffff", "#90ff90", "#a09030") - . = ..() - //residual illumination - new /obj/effect/particle_effect/smoke/illumination(src.loc, rand(190,240) SECONDS, 8, 3, light_colour) //same lighting power as flare - -/obj/projectile/energy/electrode - name = "electrode" - icon_state = "spark" - fire_sound = 'sound/weapons/Gunshot2.ogg' - taser_effect = 1 - agony = 40 - light_range = 2 - light_power = 0.5 - light_color = "#FFFFFF" - //Damage will be handled on the MOB side, to prevent window shattering. - -/obj/projectile/energy/electrode/strong - agony = 55 - -/obj/projectile/energy/electrode/stunshot - name = "stunshot" - damage_force = 5 - agony = 80 - -/obj/projectile/energy/electrode/goldenbolt // MIGHTY GOLDEN BOLT - name = "taser bolt" - agony = 80 - -/obj/projectile/energy/declone - name = "declone" - icon_state = "declone" - fire_sound = 'sound/weapons/pulse3.ogg' - nodamage = 1 - damage_type = DAMAGE_TYPE_CLONE - irradiate = 40 - light_range = 2 - light_power = 0.5 - light_color = "#33CC00" - - combustion = FALSE - -/obj/projectile/energy/dart - name = "dart" - icon_state = "toxin" - damage_force = 5 - damage_type = DAMAGE_TYPE_TOX - agony = 120 - damage_flag = ARMOR_ENERGY - - combustion = FALSE - -/obj/projectile/energy/bolt - name = "bolt" - icon_state = "cbbolt" - damage_force = 10 - damage_type = DAMAGE_TYPE_TOX - agony = 40 - stutter = 10 - -/obj/projectile/energy/bolt/large - name = "largebolt" - damage_force = 20 - -/obj/projectile/energy/acid //Slightly up-gunned (Read: The thing does agony and checks bio resist) variant of the simple alien mob's projectile, for queens and sentinels. - name = "acidic spit" - icon_state = "neurotoxin" - fire_sound = 'sound/effects/splat.ogg' - damage_force = 40 - damage_type = DAMAGE_TYPE_BURN - agony = 10 - damage_flag = ARMOR_BIO - armor_penetration = 25 // It's acid - - combustion = FALSE - -/obj/projectile/energy/neurotoxin - name = "neurotoxic spit" - icon_state = "neurotoxin" - fire_sound = 'sound/effects/splat.ogg' - damage_force = 5 - damage_type = DAMAGE_TYPE_BIOACID - agony = 23 - damage_flag = ARMOR_BIO - armor_penetration = 25 // It's acid-based - - combustion = FALSE - -/obj/projectile/energy/neurotoxin/toxic //New alien mob projectile to match the player-variant's projectiles. - name = "neurotoxic spit" - icon_state = "neurotoxin" - fire_sound = 'sound/effects/splat.ogg' - damage_force = 20 - damage_type = DAMAGE_TYPE_BIOACID - agony = 30 - damage_flag = ARMOR_BIO - armor_penetration = 25 // It's acid-based - - -/obj/projectile/energy/phoron - name = "phoron bolt" - icon_state = "energy" - fire_sound = 'sound/effects/stealthoff.ogg' - damage_force = 20 - damage_type = DAMAGE_TYPE_TOX - irradiate = 20 - light_range = 2 - light_power = 0.5 - light_color = "#33CC00" - - combustion = FALSE - -/obj/projectile/energy/plasmastun - name = "plasma pulse" - icon_state = "plasma_stun" - fire_sound = 'sound/weapons/blaster.ogg' - armor_penetration = 10 - range = WORLD_ICON_SIZE * 4 - damage_force = 5 - agony = 55 - damage_type = DAMAGE_TYPE_BURN - vacuum_traversal = 0 //Projectile disappears in empty space - -/obj/projectile/energy/plasmastun/proc/bang(var/mob/living/carbon/M) - - to_chat(M, "You hear a loud roar.") - playsound(M.loc, 'sound/effects/bang.ogg', 50, 1) - var/ear_safety = 0 - ear_safety = M.get_ear_protection() - if(ear_safety == 1) - M.Confuse(150) - else if (ear_safety > 1) - M.Confuse(30) - else if (!ear_safety) - M.afflict_stun(20 * 10) - M.afflict_paralyze(20 * 2) - M.ear_damage += rand(1, 10) - M.ear_deaf = max(M.ear_deaf,15) - if (M.ear_damage >= 15) - to_chat(M, "Your ears start to ring badly!") - if (prob(M.ear_damage - 5)) - to_chat(M, "You can't hear anything!") - M.sdisabilities |= SDISABILITY_DEAF - else - if (M.ear_damage >= 5) - to_chat(M, "Your ears start to ring!") - M.update_icons() //Just to apply matrix transform for laying asap - -/obj/projectile/energy/plasmastun/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - bang(target) - return . | PROJECTILE_IMPACT_DELETE - -/obj/projectile/energy/blue_pellet - name = "suppressive pellet" - icon_state = "blue_pellet" - fire_sound = 'sound/weapons/Laser.ogg' - damage_force = 5 - armor_penetration = 75 - pass_flags = ATOM_PASS_TABLE | ATOM_PASS_GLASS | ATOM_PASS_GRILLE - damage_type = DAMAGE_TYPE_BURN - damage_flag = ARMOR_ENERGY - light_color = "#0000FF" - - embed_chance = 0 - muzzle_type = /obj/effect/projectile/muzzle/pulse - -/obj/projectile/energy/phase - name = "phase wave" - icon_state = "phase" - range = WORLD_ICON_SIZE * 25 - damage_force = 5 - SA_bonus_damage = 45 // 50 total on animals - SA_vulnerability = MOB_CLASS_ANIMAL - -/obj/projectile/energy/phase/light - range = WORLD_ICON_SIZE * 15 - SA_bonus_damage = 35 // 40 total on animals - -/obj/projectile/energy/phase/heavy - range = WORLD_ICON_SIZE * 20 - SA_bonus_damage = 55 // 60 total on animals - -/obj/projectile/energy/phase/heavy/cannon - range = WORLD_ICON_SIZE * 30 - damage_force = 15 - SA_bonus_damage = 60 // 75 total on animals diff --git a/code/modules/projectiles/projectile/subtypes/blob.dm b/code/modules/projectiles/projectile/subtypes/energy/blob.dm similarity index 100% rename from code/modules/projectiles/projectile/subtypes/blob.dm rename to code/modules/projectiles/projectile/subtypes/energy/blob.dm diff --git a/code/modules/projectiles/projectile/subtypes/energy/energy.dm b/code/modules/projectiles/projectile/subtypes/energy/energy.dm new file mode 100644 index 000000000000..4d9acec111be --- /dev/null +++ b/code/modules/projectiles/projectile/subtypes/energy/energy.dm @@ -0,0 +1,240 @@ + +//releases a burst of light on impact or after travelling a distance +/obj/projectile/energy/flash + name = "chemical shell" + icon_state = "bullet" + fire_sound = 'sound/weapons/gunshot_pathetic.ogg' + damage_force = 5 + range = WORLD_ICON_SIZE * 15 //if the shell hasn't hit anything after travelling this far it just explodes. + var/flash_range = 0 + var/brightness = 7 + var/light_colour = "#ffffff" + var/flash_strength = 10 + +/obj/projectile/energy/flash/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + if(!isturf(target)) + return + var/turf/T = get_turf(target) + //blind adjacent people + for (var/mob/living/carbon/M in viewers(T, flash_range)) + if(M.eyecheck() < 1) + M.flash_eyes() + if(ishuman(M)) + var/mob/living/carbon/human/H = M + flash_strength *= H.species.flash_mod + + if(flash_strength > 0) + H.Confuse(flash_strength + 5) + H.apply_status_effect(/datum/status_effect/sight/blindness, flash_strength SECONDS) + H.eye_blurry = max(H.eye_blurry, flash_strength + 5) + H.adjustHalLoss(22 * (flash_strength / 5)) // Five flashes to stun. Bit weaker than melee flashes due to being ranged. + + //snap pop + playsound(src, 'sound/effects/snap.ogg', 50, 1) + src.visible_message("\The [src] explodes in a bright flash!") + + var/datum/effect_system/spark_spread/sparks = new /datum/effect_system/spark_spread() + sparks.set_up(2, 1, T) + sparks.start() + + new /obj/effect/debris/cleanable/ash(src.loc) //always use src.loc so that ash doesn't end up inside windows + new /obj/effect/particle_effect/smoke/illumination(T, 5, brightness, brightness, light_colour) + +//No longer blinds, and flash strength has been greatly lowered but now set's on fire. +/obj/projectile/energy/flash/flare + fire_sound = 'sound/weapons/grenade_launcher.ogg' + damage_force = 20 + flash_range = 1 + brightness = 15 + flash_strength = 10 + incendiary = 1 + flammability = 2 + +/obj/projectile/energy/flash/flare/on_impact(atom/target, impact_flags, def_zone, efficiency) + light_colour = pick("#e58775", "#ffffff", "#90ff90", "#a09030") + . = ..() + //residual illumination + new /obj/effect/particle_effect/smoke/illumination(src.loc, rand(190,240) SECONDS, 8, 3, light_colour) //same lighting power as flare + +/obj/projectile/energy/electrode + name = "electrode" + icon_state = "spark" + fire_sound = 'sound/weapons/Gunshot2.ogg' + taser_effect = 1 + agony = 40 + light_range = 2 + light_power = 0.5 + light_color = "#FFFFFF" + //Damage will be handled on the MOB side, to prevent window shattering. + +/obj/projectile/energy/electrode/strong + agony = 55 + +/obj/projectile/energy/electrode/stunshot + name = "stunshot" + damage_force = 5 + agony = 80 + +/obj/projectile/energy/electrode/goldenbolt // MIGHTY GOLDEN BOLT + name = "taser bolt" + agony = 80 + +/obj/projectile/energy/declone + name = "declone" + icon_state = "declone" + fire_sound = 'sound/weapons/pulse3.ogg' + nodamage = 1 + damage_type = DAMAGE_TYPE_CLONE + irradiate = 40 + light_range = 2 + light_power = 0.5 + light_color = "#33CC00" + + combustion = FALSE + +/obj/projectile/energy/dart + name = "dart" + icon_state = "toxin" + damage_force = 5 + damage_type = DAMAGE_TYPE_TOX + agony = 120 + damage_flag = ARMOR_ENERGY + + combustion = FALSE + +/obj/projectile/energy/bolt + name = "bolt" + icon_state = "cbbolt" + damage_force = 10 + damage_type = DAMAGE_TYPE_TOX + agony = 40 + stutter = 10 + +/obj/projectile/energy/bolt/large + name = "largebolt" + damage_force = 20 + +/obj/projectile/energy/acid //Slightly up-gunned (Read: The thing does agony and checks bio resist) variant of the simple alien mob's projectile, for queens and sentinels. + name = "acidic spit" + icon_state = "neurotoxin" + fire_sound = 'sound/effects/splat.ogg' + damage_force = 40 + damage_type = DAMAGE_TYPE_BURN + agony = 10 + damage_flag = ARMOR_BIO + armor_penetration = 25 // It's acid + + combustion = FALSE + +/obj/projectile/energy/neurotoxin + name = "neurotoxic spit" + icon_state = "neurotoxin" + fire_sound = 'sound/effects/splat.ogg' + damage_force = 5 + damage_type = DAMAGE_TYPE_BIOACID + agony = 23 + damage_flag = ARMOR_BIO + armor_penetration = 25 // It's acid-based + + combustion = FALSE + +/obj/projectile/energy/neurotoxin/toxic //New alien mob projectile to match the player-variant's projectiles. + name = "neurotoxic spit" + icon_state = "neurotoxin" + fire_sound = 'sound/effects/splat.ogg' + damage_force = 20 + damage_type = DAMAGE_TYPE_BIOACID + agony = 30 + damage_flag = ARMOR_BIO + armor_penetration = 25 // It's acid-based + + +/obj/projectile/energy/phoron + name = "phoron bolt" + icon_state = "energy" + fire_sound = 'sound/effects/stealthoff.ogg' + damage_force = 20 + damage_type = DAMAGE_TYPE_TOX + irradiate = 20 + light_range = 2 + light_power = 0.5 + light_color = "#33CC00" + + combustion = FALSE + +/obj/projectile/energy/plasmastun + name = "plasma pulse" + icon_state = "plasma_stun" + fire_sound = 'sound/weapons/blaster.ogg' + armor_penetration = 10 + range = WORLD_ICON_SIZE * 4 + damage_force = 5 + agony = 55 + damage_type = DAMAGE_TYPE_BURN + vacuum_traversal = 0 //Projectile disappears in empty space + +/obj/projectile/energy/plasmastun/proc/bang(var/mob/living/carbon/M) + + to_chat(M, "You hear a loud roar.") + playsound(M.loc, 'sound/effects/bang.ogg', 50, 1) + var/ear_safety = 0 + ear_safety = M.get_ear_protection() + if(ear_safety == 1) + M.Confuse(150) + else if (ear_safety > 1) + M.Confuse(30) + else if (!ear_safety) + M.afflict_stun(20 * 10) + M.afflict_paralyze(20 * 2) + M.ear_damage += rand(1, 10) + M.ear_deaf = max(M.ear_deaf,15) + if (M.ear_damage >= 15) + to_chat(M, "Your ears start to ring badly!") + if (prob(M.ear_damage - 5)) + to_chat(M, "You can't hear anything!") + M.sdisabilities |= SDISABILITY_DEAF + else + if (M.ear_damage >= 5) + to_chat(M, "Your ears start to ring!") + M.update_icons() //Just to apply matrix transform for laying asap + +/obj/projectile/energy/plasmastun/on_impact(atom/target, impact_flags, def_zone, efficiency) + . = ..() + bang(target) + return . | PROJECTILE_IMPACT_DELETE + +/obj/projectile/energy/blue_pellet + name = "suppressive pellet" + icon_state = "blue_pellet" + fire_sound = 'sound/weapons/Laser.ogg' + damage_force = 5 + armor_penetration = 75 + pass_flags = ATOM_PASS_TABLE | ATOM_PASS_GLASS | ATOM_PASS_GRILLE + damage_type = DAMAGE_TYPE_BURN + damage_flag = ARMOR_ENERGY + light_color = "#0000FF" + + embed_chance = 0 + muzzle_type = /obj/effect/projectile/muzzle/pulse + +/obj/projectile/energy/phase + name = "phase wave" + icon_state = "phase" + range = WORLD_ICON_SIZE * 25 + damage_force = 5 + SA_bonus_damage = 45 // 50 total on animals + SA_vulnerability = MOB_CLASS_ANIMAL + +/obj/projectile/energy/phase/light + range = WORLD_ICON_SIZE * 15 + SA_bonus_damage = 35 // 40 total on animals + +/obj/projectile/energy/phase/heavy + range = WORLD_ICON_SIZE * 20 + SA_bonus_damage = 55 // 60 total on animals + +/obj/projectile/energy/phase/heavy/cannon + range = WORLD_ICON_SIZE * 30 + damage_force = 15 + SA_bonus_damage = 60 // 75 total on animals diff --git a/code/modules/projectiles/projectile/subtypes/energy_vr.dm b/code/modules/projectiles/projectile/subtypes/energy/energy_vr.dm similarity index 100% rename from code/modules/projectiles/projectile/subtypes/energy_vr.dm rename to code/modules/projectiles/projectile/subtypes/energy/energy_vr.dm diff --git a/code/modules/projectiles/projectile/subtypes/hook.dm b/code/modules/projectiles/projectile/subtypes/energy/hook.dm similarity index 99% rename from code/modules/projectiles/projectile/subtypes/hook.dm rename to code/modules/projectiles/projectile/subtypes/energy/hook.dm index 0929b49a84da..65eeec07a86e 100644 --- a/code/modules/projectiles/projectile/subtypes/hook.dm +++ b/code/modules/projectiles/projectile/subtypes/energy/hook.dm @@ -40,7 +40,7 @@ if(INTENT_HARM) damage_flag = ARMOR_BULLET damage_force *= 3 - sharp = 1 + damage_mode |= DAMAGE_MODE_SHARP agony = 20 if(INTENT_GRAB) damage_flag = ARMOR_MELEE diff --git a/code/modules/projectiles/projectile/subtypes/force.dm b/code/modules/projectiles/projectile/subtypes/forcebolt.dm similarity index 100% rename from code/modules/projectiles/projectile/subtypes/force.dm rename to code/modules/projectiles/projectile/subtypes/forcebolt.dm diff --git a/code/modules/projectiles/projectile/subtypes/ion.dm b/code/modules/projectiles/projectile/subtypes/ion.dm new file mode 100644 index 000000000000..899b272020bf --- /dev/null +++ b/code/modules/projectiles/projectile/subtypes/ion.dm @@ -0,0 +1,31 @@ +// todo: rework to /obj/projectile/emp + +/obj/projectile/ion + name = "ion bolt" + icon_state = "ion" + fire_sound = 'sound/weapons/Laser.ogg' + damage_force = 0 + damage_type = DAMAGE_TYPE_BURN + nodamage = 1 + damage_flag = ARMOR_ENERGY + light_range = 2 + light_power = 0.5 + light_color = "#55AAFF" + + combustion = FALSE + + base_projectile_effects = list( + /datum/projectile_effect/detonation/legacy_emp{ + sev_2 = 1; + sev_3 = 2; + } + ) + +/obj/projectile/ion/small + base_projectile_effects = list( + /datum/projectile_effect/detonation/legacy_emp{ + sev_3 = 2; + } + ) + +/obj/projectile/ion/pistol diff --git a/code/modules/projectiles/projectile/subtypes/magic.dm b/code/modules/projectiles/projectile/subtypes/magic.dm deleted file mode 100644 index 7a1ae4faa0dd..000000000000 --- a/code/modules/projectiles/projectile/subtypes/magic.dm +++ /dev/null @@ -1,53 +0,0 @@ -/obj/item/ammo_casing/magic - name = "magic casing" - desc = "I didn't even know magic needed ammo..." - projectile_type = /obj/projectile/magic -/* -/obj/item/ammo_casing/magic/change - projectile_type = /obj/projectile/magic/change - -/obj/item/ammo_casing/magic/animate - projectile_type = /obj/projectile/magic/animate -*/ -/obj/item/ammo_casing/magic/heal - projectile_type = /obj/projectile/magic/resurrection - -/obj/item/ammo_casing/magic/death - projectile_type = /obj/projectile/magic/death - -/obj/item/ammo_casing/magic/teleport - projectile_type = /obj/projectile/magic/teleport - -/obj/item/ammo_casing/magic/door - projectile_type = /obj/projectile/magic/door - -/obj/item/ammo_casing/magic/fireball - projectile_type = /obj/projectile/magic/aoe/fireball - -/obj/item/ammo_casing/magic/chaos - projectile_type = /obj/projectile/magic - -/obj/item/ammo_casing/magic/spellblade - projectile_type = /obj/projectile/magic/spellblade - -/obj/item/ammo_casing/magic/arcane_barrage - projectile_type = /obj/projectile/magic/arcane_barrage - -/obj/item/ammo_casing/magic/honk - projectile_type = /obj/projectile/bullet/honker - -// /obj/item/ammo_casing/magic/locker - // projectile_type = /obj/projectile/magic/locker - -//Spell book ammo casing -/obj/item/ammo_casing/magic/book - projectile_type = /obj/projectile/magic/spellcard/book - -/obj/item/ammo_casing/magic/book/spark - projectile_type = /obj/projectile/magic/spellcard/book/spark -/* -/obj/item/ammo_casing/magic/book/heal - projectile_type = /obj/projectile/magic/spellcard/book/heal -*/ -/obj/item/ammo_casing/magic/book/shock - projectile_type = /obj/projectile/magic/spellcard/book/shock diff --git a/code/modules/projectiles/projectile/subtypes/pellet.dm b/code/modules/projectiles/projectile/subtypes/pellet.dm index 5be41a1006ae..50e18691e6e0 100644 --- a/code/modules/projectiles/projectile/subtypes/pellet.dm +++ b/code/modules/projectiles/projectile/subtypes/pellet.dm @@ -2,6 +2,7 @@ // todo: message handling for this type is all over the place // todo: target still makes message of being hit even if they weren't // todo: just handle message in this file lmao +// todo: better description; this type does have an excuse to have special behavior. /obj/projectile/bullet/pellet name = "shrapnel" //'shrapnel' sounds more dangerous (i.e. cooler) than 'pellet' @@ -120,8 +121,7 @@ name = "stingball shrapnel" damage_force = 3 agony = 8 - sharp = FALSE - edge = FALSE + damage_mode = NONE damage_flag = ARMOR_MELEE /obj/projectile/bullet/pellet/fragment/rubber/strong diff --git a/code/modules/projectiles/projectile/subtypes/scatter.dm b/code/modules/projectiles/projectile/subtypes/scatter.dm index 6c3c839c958e..d1eccc7dd578 100644 --- a/code/modules/projectiles/projectile/subtypes/scatter.dm +++ b/code/modules/projectiles/projectile/subtypes/scatter.dm @@ -2,7 +2,6 @@ /* * Home of the purely submunition projectiles. */ - /obj/projectile/scatter name = "scatter projectile" icon = 'icons/obj/projectiles.dmi' diff --git a/code/modules/projectiles/projectile/subtypes/trace.dm b/code/modules/projectiles/projectile/subtypes/trace.dm deleted file mode 100644 index 6d368a865595..000000000000 --- a/code/modules/projectiles/projectile/subtypes/trace.dm +++ /dev/null @@ -1,33 +0,0 @@ -// Helper proc to check if you can hit them or not. -// Will return a list of hit mobs/objects. -/proc/check_trajectory(atom/target, atom/firer, pass_flags=ATOM_PASS_TABLE|ATOM_PASS_GLASS|ATOM_PASS_GRILLE, atom_flags) - if(!istype(target) || !istype(firer)) - return 0 - - var/obj/projectile/test/trace = new /obj/projectile/test(get_turf(firer)) //Making the test.... - - //Set the flags and pass flags to that of the real projectile... - if(!isnull(atom_flags)) - trace.atom_flags = atom_flags - trace.pass_flags = pass_flags - - return trace.launch_projectile(target) //Test it! - -//"Tracing" projectile -/obj/projectile/test //Used to see if you can hit them. - invisibility = 101 //Nope! Can't see me! - hitscan = TRUE - nodamage = TRUE - damage_force = 0 - has_tracer = FALSE - projectile_type = PROJECTILE_TYPE_TRACE - var/list/hit = list() - -/obj/projectile/test/fire(angle, atom/direct_target) - ..() - return hit - -/obj/projectile/test/Bump(atom/A) - if(A != src) - hit |= A - return ..() diff --git a/code/modules/projectiles/projectile/subtypes/special.dm b/code/modules/projectiles/projectile/subtypes/unsorted.dm similarity index 93% rename from code/modules/projectiles/projectile/subtypes/special.dm rename to code/modules/projectiles/projectile/subtypes/unsorted.dm index 7eef692d2f94..d9b5882ed3e2 100644 --- a/code/modules/projectiles/projectile/subtypes/special.dm +++ b/code/modules/projectiles/projectile/subtypes/unsorted.dm @@ -1,49 +1,8 @@ -/obj/projectile/ion - name = "ion bolt" - icon_state = "ion" - fire_sound = 'sound/weapons/Laser.ogg' - damage_force = 0 - damage_type = DAMAGE_TYPE_BURN - nodamage = 1 - damage_flag = ARMOR_ENERGY - light_range = 2 - light_power = 0.5 - light_color = "#55AAFF" - - combustion = FALSE - - var/sev1_range = 0 - var/sev2_range = 1 - var/sev3_range = 1 - var/sev4_range = 1 - -/obj/projectile/ion/on_impact(atom/target, impact_flags, def_zone, efficiency) - . = ..() - if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) - return - empulse(target, sev1_range, sev2_range, sev3_range, sev4_range) - return . | PROJECTILE_IMPACT_DELETE - -/obj/projectile/ion/small - sev1_range = -1 - sev2_range = 0 - sev3_range = 0 - sev4_range = 1 - -/obj/projectile/ion/pistol - sev1_range = 0 - sev2_range = 0 - sev3_range = 0 - sev4_range = 0 - /obj/projectile/bullet/gyro name ="explosive bolt" icon_state= "bolter" damage_force = 50 damage_flag = ARMOR_BULLET - sharp = 1 - edge = 1 - /obj/projectile/bullet/gyro/on_impact(atom/target, impact_flags, def_zone, efficiency) . = ..() if(. & PROJECTILE_IMPACT_FLAGS_UNCONDITIONAL_ABORT) diff --git a/code/modules/projectiles/unsorted/magic.dm b/code/modules/projectiles/unsorted/magic.dm index 2783e38b19d5..591456b22987 100644 --- a/code/modules/projectiles/unsorted/magic.dm +++ b/code/modules/projectiles/unsorted/magic.dm @@ -309,7 +309,7 @@ icon_state = "lavastaff" damage_force = 15 damage_type = DAMAGE_TYPE_BURN - sharp = TRUE + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE magic = TRUE /obj/projectile/magic/spellblade/on_impact(atom/target, impact_flags, def_zone, efficiency) diff --git a/code/modules/reagents/items/hypospray.dm b/code/modules/reagents/items/hypospray.dm index c3b990c67d25..66f3038ab18f 100644 --- a/code/modules/reagents/items/hypospray.dm +++ b/code/modules/reagents/items/hypospray.dm @@ -118,7 +118,7 @@ inject_amount = amount usr.action_feedback(SPAN_NOTICE("[src] is now set to inject [amount] per use."), src) -/obj/item/hypospray/attack_self(mob/user) +/obj/item/hypospray/attack_self(mob/user, datum/event_args/actor/actor) switch(inject_mode) if(HYPOSPRAY_MODE_INJECT) inject_mode = HYPOSPRAY_MODE_SPRAY diff --git a/code/modules/reagents/machinery/dispenser/cartridge.dm b/code/modules/reagents/machinery/dispenser/cartridge.dm index deedfbffa40a..676e634909aa 100644 --- a/code/modules/reagents/machinery/dispenser/cartridge.dm +++ b/code/modules/reagents/machinery/dispenser/cartridge.dm @@ -41,7 +41,7 @@ if(!is_open_container()) . += "The cap is sealed." -/obj/item/reagent_containers/cartridge/dispenser/attack_self(mob/user) +/obj/item/reagent_containers/cartridge/dispenser/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm index f290dc6c805e..8ff48d2f0834 100644 --- a/code/modules/reagents/reagent_containers.dm +++ b/code/modules/reagents/reagent_containers.dm @@ -42,7 +42,7 @@ if(N) amount_per_transfer_from_this = N -/obj/item/reagent_containers/attack_self(mob/user) +/obj/item/reagent_containers/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/reagents/reagent_containers/blood_pack_vr.dm b/code/modules/reagents/reagent_containers/blood_pack_vr.dm index 28ed0374d716..7a7c947e2186 100644 --- a/code/modules/reagents/reagent_containers/blood_pack_vr.dm +++ b/code/modules/reagents/reagent_containers/blood_pack_vr.dm @@ -1,4 +1,4 @@ -/obj/item/reagent_containers/blood/attack_self(mob/user) +/obj/item/reagent_containers/blood/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index 97203248666b..b3e376449830 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -94,7 +94,7 @@ add_attack_logs(user, L, "Borg injected with [reagent_ids[mode]]") to_chat(user, "[t] units injected. [reagent_volumes[reagent_ids[mode]]] units remaining.") -/obj/item/reagent_containers/borghypo/attack_self(mob/user) +/obj/item/reagent_containers/borghypo/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return //Change the mode diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index 93760ce61848..9aa67ed0cd03 100644 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -61,7 +61,7 @@ base_desc = desc -/obj/item/reagent_containers/glass/attack_self(mob/user) +/obj/item/reagent_containers/glass/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/reagents/reagent_containers/hard_candy.dm b/code/modules/reagents/reagent_containers/hard_candy.dm index bafbb1f5de76..3e1dec877707 100644 --- a/code/modules/reagents/reagent_containers/hard_candy.dm +++ b/code/modules/reagents/reagent_containers/hard_candy.dm @@ -34,7 +34,7 @@ user.put_in_hands(trash) qdel(src) -/obj/item/reagent_containers/hard_candy/attack_self(mob/user) +/obj/item/reagent_containers/hard_candy/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 79621a907c05..70066556c1fc 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -398,7 +398,7 @@ icon_state = "[initial(icon_state)]_used" -/obj/item/reagent_containers/hypospray/glukoz/attack_self(mob/user) +/obj/item/reagent_containers/hypospray/glukoz/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/reagents/reagent_containers/organic.dm b/code/modules/reagents/reagent_containers/organic.dm index 5e6f99728893..c6e8ade3ade2 100644 --- a/code/modules/reagents/reagent_containers/organic.dm +++ b/code/modules/reagents/reagent_containers/organic.dm @@ -56,7 +56,7 @@ update_icon() -/obj/item/reagent_containers/organic/attack_self(mob/user) +/obj/item/reagent_containers/organic/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/reagents/reagent_containers/spray.dm b/code/modules/reagents/reagent_containers/spray.dm index 34a7123f39fd..914e7182d4a0 100644 --- a/code/modules/reagents/reagent_containers/spray.dm +++ b/code/modules/reagents/reagent_containers/spray.dm @@ -69,7 +69,7 @@ D.set_up(my_target, spray_size, 10) return -/obj/item/reagent_containers/spray/attack_self(mob/user) +/obj/item/reagent_containers/spray/attack_self(mob/user, datum/event_args/actor/actor) if(!possible_transfer_amounts) return amount_per_transfer_from_this = next_list_item(amount_per_transfer_from_this, possible_transfer_amounts) @@ -135,7 +135,7 @@ . = ..() . += "The safety is [safety ? "on" : "off"]." -/obj/item/reagent_containers/spray/pepper/attack_self(mob/user) +/obj/item/reagent_containers/spray/pepper/attack_self(mob/user, datum/event_args/actor/actor) safety = !safety to_chat(usr, "You switch the safety [safety ? "on" : "off"].") @@ -241,7 +241,7 @@ . = ..() . += "The tank is [pumped ? "depressurized" : "pressurized"]." -/obj/item/reagent_containers/spray/squirt/attack_self(mob/user) +/obj/item/reagent_containers/spray/squirt/attack_self(mob/user, datum/event_args/actor/actor) pumped = !pumped to_chat(usr, "You pump the handle [pumped ? "to depressurize" : "to pressurize"] the tank.") diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm index 0d68bfa56c6f..890677a149ba 100644 --- a/code/modules/reagents/reagent_containers/syringes.dm +++ b/code/modules/reagents/reagent_containers/syringes.dm @@ -14,7 +14,7 @@ volume = 15 w_class = WEIGHT_CLASS_TINY slot_flags = SLOT_EARS - sharp = 1 + damage_mode = DAMAGE_MODE_SHARP integrity_flags = INTEGRITY_ACIDPROOF rad_flags = RAD_NO_CONTAMINATE item_flags = ITEM_NOBLUDGEON | ITEM_ENCUMBERS_WHILE_HELD | ITEM_EASY_LATHE_DECONSTRUCT @@ -37,7 +37,7 @@ . = ..() update_icon() -/obj/item/reagent_containers/syringe/attack_self(mob/user) +/obj/item/reagent_containers/syringe/attack_self(mob/user, datum/event_args/actor/actor) switch(mode) if(SYRINGE_DRAW) mode = SYRINGE_INJECT diff --git a/code/modules/reagents/reagent_containers/syringes_vr.dm b/code/modules/reagents/reagent_containers/syringes_vr.dm index fd14a704f23b..afbfcda4e360 100644 --- a/code/modules/reagents/reagent_containers/syringes_vr.dm +++ b/code/modules/reagents/reagent_containers/syringes_vr.dm @@ -66,7 +66,7 @@ eo.queue_syringe_infection() //Allow for capped syringe mode -/obj/item/reagent_containers/syringe/attack_self(mob/user) +/obj/item/reagent_containers/syringe/attack_self(mob/user, datum/event_args/actor/actor) switch(mode) if(SYRINGE_CAPPED) mode = SYRINGE_DRAW diff --git a/code/modules/research/designs/circuits/machines/misc.dm b/code/modules/research/designs/circuits/machines/misc.dm index 6c4483ba4b3d..c2306bd17a40 100644 --- a/code/modules/research/designs/circuits/machines/misc.dm +++ b/code/modules/research/designs/circuits/machines/misc.dm @@ -3,3 +3,9 @@ build_path = /obj/item/circuitboard/machine/bioscan id = "machine_bioscan" req_tech = list(TECH_DATA = 1) + +/datum/design/circuit/machine/bioprinter + design_name = "Bioprinter" + build_path = /obj/item/circuitboard/bioprinter + id = "machine_bioprinter" + req_tech = list(TECH_BIO = 5, TECH_DATA = 2) diff --git a/code/modules/research/designs/mechfab_designs.dm b/code/modules/research/designs/mechfab_designs.dm index 7ae1195b9106..d38be97cb29c 100644 --- a/code/modules/research/designs/mechfab_designs.dm +++ b/code/modules/research/designs/mechfab_designs.dm @@ -518,11 +518,13 @@ design_name = "AC 10" id = "mech_lmg_heavy" build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg_heavy + materials_base = list(MAT_STEEL = 12000, MAT_GLASS = 4000, MAT_PLASTIC = 3000, MAT_SILVER = 1500, MAT_COPPER = 4000) /datum/design/science/mecha/gauss_rifle design_name = "Gauss Rifle" id = "mech_gauss_rifle" build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/gauss_rifle + materials_base = list(MAT_STEEL = 16000, MAT_GLASS = 8000, MAT_PLASTIC = 4000, MAT_SILVER = 3500, MAT_COPPER = 8000) /datum/design/science/mecha/rigged_lmg design_name = "Jury-Rigged Machinegun" diff --git a/code/modules/research/designs/misc.dm b/code/modules/research/designs/misc.dm index ce337c04d6cd..a1dfe223dabb 100644 --- a/code/modules/research/designs/misc.dm +++ b/code/modules/research/designs/misc.dm @@ -136,3 +136,11 @@ req_tech = list(TECH_BLUESPACE = 5, TECH_MATERIAL = 6, TECH_BIO = 5) materials_base = list(MAT_STEEL = 4000, MAT_GLASS = 2000, MAT_URANIUM = 500, MAT_GOLD = 500, MAT_SILVER = 500) build_path = /obj/item/reagent_synth/chemistry + +/datum/design/science/size_standardization + design_name = "Size Standardization Bracelet" + desc = "A bracelet that changes the size of the wearer to the galactic standard." + id = "sizestandardbracelet" + req_tech = list(TECH_BLUESPACE = 5, TECH_MATERIAL = 3, TECH_BIO = 4) + materials_base = list(MAT_STEEL = 1000) + build_path = /obj/item/clothing/gloves/size diff --git a/code/modules/resleeving/computers.dm b/code/modules/resleeving/computers.dm index 3101f93ae255..c97d808082c1 100644 --- a/code/modules/resleeving/computers.dm +++ b/code/modules/resleeving/computers.dm @@ -431,7 +431,7 @@ icon_state = "cmoemergency" item_state = "card-id" -/obj/item/cmo_disk_holder/attack_self(mob/user) +/obj/item/cmo_disk_holder/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/resleeving/implant.dm b/code/modules/resleeving/implant.dm index c67e7754ba34..a2f898ee7816 100644 --- a/code/modules/resleeving/implant.dm +++ b/code/modules/resleeving/implant.dm @@ -62,7 +62,7 @@ icon_state = "[initial(icon_state)][imps.len]" germ_level = 0 -/obj/item/backup_implanter/attack_self(mob/user) +/obj/item/backup_implanter/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/resleeving/mirror.dm b/code/modules/resleeving/mirror.dm index c084fa6aa17b..1ae42e1f719f 100644 --- a/code/modules/resleeving/mirror.dm +++ b/code/modules/resleeving/mirror.dm @@ -175,7 +175,7 @@ to_chat(usr, "You must target the torso.") return CLICKCHAIN_DO_NOT_PROPAGATE -/obj/item/mirrortool/attack_self(mob/user) +/obj/item/mirrortool/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/resleeving/sleevecard.dm b/code/modules/resleeving/sleevecard.dm index 9661033f504a..a69e10152754 100644 --- a/code/modules/resleeving/sleevecard.dm +++ b/code/modules/resleeving/sleevecard.dm @@ -41,7 +41,7 @@ QDEL_NULL(radio) return ..() -/obj/item/sleevecard/attack_self(mob/user) +/obj/item/sleevecard/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/shieldgen/energy_shield.dm b/code/modules/shieldgen/energy_shield.dm index 4416de28d33b..1b6748953484 100644 --- a/code/modules/shieldgen/energy_shield.dm +++ b/code/modules/shieldgen/energy_shield.dm @@ -254,9 +254,9 @@ if(gen.check_flag(MODEFLAG_HYPERKINETIC)) user.visible_message("\The [user] hits \the [src] with \the [I]!") - if(I.damtype == DAMAGE_TYPE_BURN) + if(I.damage_type == DAMAGE_TYPE_BURN) take_damage_legacy(I.damage_force, SHIELD_DAMTYPE_HEAT) - else if (I.damtype == DAMAGE_TYPE_BRUTE) + else if (I.damage_type == DAMAGE_TYPE_BRUTE) take_damage_legacy(I.damage_force, SHIELD_DAMTYPE_PHYSICAL) else take_damage_legacy(I.damage_force, SHIELD_DAMTYPE_EM) diff --git a/code/modules/shieldgen/handheld_defuser.dm b/code/modules/shieldgen/handheld_defuser.dm index ae075de65698..3235d95a9ed1 100644 --- a/code/modules/shieldgen/handheld_defuser.dm +++ b/code/modules/shieldgen/handheld_defuser.dm @@ -44,7 +44,7 @@ else icon_state = "hdiffuser_off" -/obj/item/shield_diffuser/attack_self(mob/user) +/obj/item/shield_diffuser/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/shuttles/effects/shuttle_landing.dm b/code/modules/shuttles/effects/shuttle_landing.dm new file mode 100644 index 000000000000..94469c5609d8 --- /dev/null +++ b/code/modules/shuttles/effects/shuttle_landing.dm @@ -0,0 +1,30 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +// todo: maybe orchestrate this with lists and timers on shuttle_transit_cycle? +/obj/effect/temporary_effect/shuttle_landing + name = "shuttle landing" + desc = "A massive entity is about to land here. You should not be here." + icon = 'icons/modules/shuttles/effects/shuttle_landing.dmi' + icon_state = "still" + time_to_die = 4.9 SECONDS + +/obj/effect/temporary_effect/shuttle_landing/Initialize(mapload, time_to_dock) + if(!isnull(time_to_dock)) + time_to_die = time_to_dock + run_animation() + return ..() + +/obj/effect/temporary_effect/shuttle_landing/proc/run_animation() + var/half_time = time_to_die / 2 + + var/matrix/using_matrix = matrix() + using_matrix.Scale(0.1, 0.1) + + transform = using_matrix + alpha = 75 + + using_matrix.Scale(10, 10) + animate(src, time = half_time, transform = using_matrix, alpha = 150) + + animate(src, time = half_time, alpha = 255) diff --git a/code/modules/shuttles/landmarks.dm b/code/modules/shuttles/landmarks.dm index 23a6320587e9..687609659d69 100644 --- a/code/modules/shuttles/landmarks.dm +++ b/code/modules/shuttles/landmarks.dm @@ -168,7 +168,7 @@ light_color = "#3728ff" var/active -/obj/item/spaceflare/attack_self(mob/user) +/obj/item/spaceflare/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/shuttles/shuttle.dm b/code/modules/shuttles/shuttle.dm index c1add76a05a9..604792f7ba2a 100644 --- a/code/modules/shuttles/shuttle.dm +++ b/code/modules/shuttles/shuttle.dm @@ -1,7 +1,6 @@ //shuttle moving state defines are in setup.dm /datum/shuttle - var/name = "" var/warmup_time = 0 var/moving_status = SHUTTLE_IDLE @@ -14,8 +13,6 @@ var/category = /datum/shuttle var/multiz = 0 // How many multiz levels, starts at 0 TODO Leshana - Are we porting this? - var/ceiling_type = /turf/simulated/shuttle_ceiling // Type path of turf to roof over the shuttle when at multi-z landmarks. Ignored if null. - var/sound_takeoff = 'sound/effects/shuttles/shuttle_takeoff.ogg' var/sound_landing = 'sound/effects/shuttles/shuttle_landing.ogg' diff --git a/code/modules/shuttles/shuttle/shuttle.dm b/code/modules/shuttles/shuttle/shuttle.dm new file mode 100644 index 000000000000..e4dab761d4c1 --- /dev/null +++ b/code/modules/shuttles/shuttle/shuttle.dm @@ -0,0 +1,37 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * # Shuttles + * + * Core datum for shuttles. + * + * ## Controllers + * + * All shuttle behaviors are now in controllers whenever possible. The base datum just handles the actual shuttle itself. + * Moving to transit and staying in transit? That's a controller thing. Temporary dynamic transit? That's a controller thing, too. + * + * todo: nestable-shuttle support ? e.g. transport ship on a shuttle ; this is not optimal for performance but sure is cool + * todo: multi-z shuttles; is this even possible? very long term. + * todo: areas is a shit system. this is probably not fixable, because how else would we do bounding boxes? + * todo: it would sure be nice to be able to dynamically expand shuttles in-game though; probably a bad idea too. + * todo: serialize/deserialize, but should it be on this side or the map tempalte side? we want save/loadable. + */ +/datum/shuttle + //* Intrinsics *// + /// our unique template id; this is *not* our ID and is *not* unique! + var/template_id + /// our descriptor instance; this is what determines how we act + /// to our controller, as well as things like overmaps. + var/datum/shuttle_descriptor/descriptor + + //* Identity *// + /// real / code name + var/name = "Unnamed Shuttle" + /// description for things like admin interfaces + var/desc = "Some kind of shuttle. The coder forgot to set this." + + //* Structure *// + /// if set, we generate a ceiling above the shuttle of this type, on the bottom of the turf stack. + // todo: vv hook this + var/ceiling_type = /turf/simulated/shuttle_ceiling diff --git a/code/modules/shuttles/shuttle/shuttle_anchor.dm b/code/modules/shuttles/shuttle/shuttle_anchor.dm new file mode 100644 index 000000000000..4f3051e4cd08 --- /dev/null +++ b/code/modules/shuttles/shuttle/shuttle_anchor.dm @@ -0,0 +1,135 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * the physical shuttle object + * + * for aligned docks, we align the direction and the tile to the shuttle dock. + * + * ## Bounds + * + * size_x, size_y describes our total bounding box size when facing NORTH. + * offset_x, offset_y describes where the anchor is when facing NORTH. + * + * The anchor is always aligned to the top left, with no offsets, in this way. + * When rotated it is where it would be when rotated counterclockwise to the new position. + * + * For a size_x, size_y of 6, 4: + * + * offset_x, offset_y = 0, dir NORTH + * + * ^00000 + * 000000 + * 000000 + * 000000 + * + * offset_x, offset_y = 0, dir SOUTH + * + * 000000 + * 000000 + * 000000 + * 00000V + * + * offset_x, offset_y = 0, dir WEST + * + * 0000 + * 0000 + * 0000 + * 0000 + * 0000 + * <000 + * + * offset_x, offset_y = 3, -1, dir NORTH + * + * 000000 + * 000^00 + * 000000 + * 000000 + * + * offset_x, offset_y = 3, -1, dir SOUTH + * + * 000000 + * 000000 + * 00V000 + * 000000 + * + * offset_x, offset_y = 3, -1, dir WEST + * + * 0000 + * 0000 + * 0<00 + * 0000 + * 0000 + * 0000 + * + * Offsets can position the anchor outside. This works, albeit is a bad idea. + * + * ## Mappers + * + * * You don't need to put down anchors at all, they auto-generate. + * * If you place one anyways, it'll be respected. That said, the size will be auto-generated too. + * + * Do not mess with the variables; the init system will set them. + */ +/obj/shuttle_anchor + name = "Shuttle (uninitialized)" + desc = "Why do you see this?" + // by default this should be north. + dir = NORTH + icon = 'icons/modules/shuttles/shuttle_anchor.dmi' + icon_state = "main" + plane = DEBUG_PLANE + layer = DEBUG_LAYER_SHUTTLE_MARKERS + atom_flags = ATOM_ABSTRACT | ATOM_NONWORLD + +#ifndef CF_SHUTTLE_VISUALIZE_BOUNDING_BOXES + invisibility = INVISIBILITY_ABSTRACT +#else + invisibility = INVISIBILITY_NONE +#endif + + /// shuttle datum + var/tmp/datum/shuttle/shuttle + + /// see main documentation + var/tmp/size_x + /// see main documentation + var/tmp/size_y + /// see main documentation + var/tmp/offset_x + /// see main documentation + var/tmp/offset_y + + /// are we moving right now? + var/tmp/anchor_moving = FALSE + +// This file is WIP, and is just here so mappers can start using them. + +//* Movement Hooks ; We don't allow normal movement. *// + +/obj/shuttle_anchor/forceMove() + CRASH("attempted to forcemove a shuttle anchor") + +/obj/shuttle_anchor/setDir(ndir) + if(!anchor_moving) + CRASH("attempted to setDir an anchor") + return ..() + +/obj/shuttle_anchor/abstract_move(atom/new_loc) + if(!anchor_moving) + CRASH("attempted to abstract_move a shuttle anchor") + return ..() + +//* Grid Hooks ; Shuttle manually moves us. *// + +/obj/shuttle_anchor/grid_move(grid_flags, turf/new_turf) + return + +/obj/shuttle_anchor/grid_after(grid_flags, rotation_angle, list/late_call_hooks) + return + +/obj/shuttle_anchor/grid_collect(grid_flags, turf/new_turf, loc_opinion) + return + +/obj/shuttle_anchor/grid_finished(grid_flags, rotation_angle) + return diff --git a/code/modules/shuttles/shuttle/shuttle_area.dm b/code/modules/shuttles/shuttle/shuttle_area.dm new file mode 100644 index 000000000000..1aabc5e4c34e --- /dev/null +++ b/code/modules/shuttles/shuttle/shuttle_area.dm @@ -0,0 +1,42 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * shuttle areas + */ +/area/shuttle + unique = FALSE + /// will be assigned the shuttle's ref post-init + var/datum/shuttle/shuttle + +/area/shuttle/proc/before_bounds_initializing(datum/shuttle/from_shuttle, datum/turf_reservation/from_reservation, datum/shuttle_template/from_template) + shuttle = from_shuttle + +/** + * autodetecting area + */ +/area/shuttle/auto + /// [name] [count?] [descriptor?] + var/count + /// [name] [count?] [descriptor?] + var/descriptor = "Compartment" + +/area/shuttle/auto/before_bounds_initializing(datum/shuttle/from_shuttle, datum/turf_reservation/from_reservation, datum/shuttle_template/from_template) + // todo: shuttle + +/area/shuttle/auto/proc/auto_name_instance(real_name, display_name) + src.name = "[real_name][count && " [count]"][descriptor && " [descriptor]"]" + src.display_name = display_name + +/area/shuttle/auto/primary + count = "Primary" + +/area/shuttle/auto/secondary + count = "Secondary" + +/area/shuttle/auto/tertiary + count = "Tertiary" + +/area/shuttle/auto/one_single_area + count = "" + descriptor = "" diff --git a/code/modules/shuttles/shuttle/shuttle_descriptor.dm b/code/modules/shuttles/shuttle/shuttle_descriptor.dm new file mode 100644 index 000000000000..7ebfbdfc003c --- /dev/null +++ b/code/modules/shuttles/shuttle/shuttle_descriptor.dm @@ -0,0 +1,35 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * while /datum/shuttle_template describes the physical shuttle, this describes features + * like mass. + */ +/datum/shuttle_descriptor + //* Flight (overmaps / web) *// + /// mass in kilotons + // todo: in-game mass calculations? only really relevant for drone tbh + var/mass = 5 + /// if set to false, this is absolute-ly unable to land on a planet + var/allow_atmospheric_landing = TRUE + /// preferred flight orientation + /// + /// * null = use orientation at takeoff + var/preferred_orientation + + //* Jumps (ferry & moving to/from overmaps) *// + /// engine charging time when starting a move + // todo: should have support for being based on in game machinery (?) + var/jump_charging_time = 10 SECONDS + /// time spent in transit when performing a move + var/jump_move_time = 10 SECONDS + +/datum/shuttle_descriptor/clone(include_contents) + var/datum/shuttle_descriptor/clone = ..() + + clone.mass = mass + clone.allow_atmospheric_landing = allow_atmospheric_landing + clone.preferred_orientation = preferred_orientation + + clone.jump_charging_time = jump_charging_time + clone.jump_move_time = jump_move_time diff --git a/code/modules/shuttles/shuttle/shuttle_port.dm b/code/modules/shuttles/shuttle/shuttle_port.dm new file mode 100644 index 000000000000..159df194b80d --- /dev/null +++ b/code/modules/shuttles/shuttle/shuttle_port.dm @@ -0,0 +1,188 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * shuttle-side docking port; put this on airlocks + */ +/obj/shuttle_port + /// port name - used in interfaces + name = "docking port" + /// port desc - used in interfaces + desc = "A port that allows the shuttle to align to a dock." + icon = 'icons/modules/shuttles/shuttle_anchor.dmi' + icon_state = "dock" + plane = DEBUG_PLANE + layer = DEBUG_LAYER_SHUTTLE_MARKERS + atom_flags = ATOM_ABSTRACT | ATOM_NONWORLD + +#ifndef CF_SHUTTLE_VISUALIZE_BOUNDING_BOXES + invisibility = INVISIBILITY_ABSTRACT +#else + invisibility = INVISIBILITY_NONE +#endif + + /// shuttle datum + var/tmp/datum/shuttle/shuttle + + /// dock width - this is how wide the airlock/otherwise opening is. + /// + /// the port is left-aligned to the width when looking north + /// so if it's width 3, + /// we have this: + /// ^XX + /// + /// if the port is rotated, we are left-aligned to the *direction of the port*, e.g. + /// east, = + /// > + /// x + /// x + var/port_width = 1 + /// offset the port right in the width + /// + /// width 3, offset 2: + /// XX^ + /// + /// this is needed because port alignment must always be + /// exact, so things like power lines and atmos lines can be connected. + var/port_offset = 0 + /// how many tiles of 'safety' extends to both sides of the width + /// this means that an airtight seal can be formed as long as the dock accomodates the safety region, + /// even if it's too big for the width + var/port_margin = 1 + /// port id - must be unique per shuttle instance + /// the maploader will handle ID scrambling + /// + /// * if this doesn't exist, stuff that need to hook it won't work. + /// * if this isn't set, we'll assign it a random one on init + var/port_id + + /// registered shuttle hooks + var/tmp/list/datum/shuttle_hook/hooks + + /// is this the primary port? + /// if it is, this is what we align with for roundstart loading. + var/primary_port = FALSE + + /// are we moving right now? + var/tmp/port_moving = FALSE + +/obj/shuttle_port/preloading_instance(with_id) + . = ..() + port_id = SSmapping.mangled_persistent_id(port_id, with_id) + +// This file is WIP, and is just here so mappers can start using them. + +//* Movement Hooks ; We don't allow normal movement. *// + +/obj/shuttle_port/forceMove() + CRASH("attempted to forceMove a shuttle port") + +/obj/shuttle_port/setDir(ndir) + if(!port_moving) + CRASH("attempted to setDir a shuttle port") + return ..() + +/obj/shuttle_port/abstract_move(atom/new_loc) + if(!port_moving) + CRASH("attempted to abstract_move a shuttle port") + return ..() + +//* Grid Hooks ; Shuttle manually moves us. *// + +/obj/shuttle_port/grid_move(grid_flags, turf/new_turf) + return + +/obj/shuttle_port/grid_after(grid_flags, rotation_angle, list/late_call_hooks) + return + +/obj/shuttle_port/grid_collect(grid_flags, turf/new_turf, loc_opinion) + return + +/obj/shuttle_port/grid_finished(grid_flags, rotation_angle) + return + +#define SHUTTLE_PORT_PATH(PATH) \ +/obj/shuttle_port/##PATH/primary { \ + primary_port = TRUE; \ + color = "#88ff88"; \ +} \ +/obj/shuttle_port/##PATH + +/obj/shuttle_port/north + dir = NORTH + +SHUTTLE_PORT_PATH(south) + dir = SOUTH + +SHUTTLE_PORT_PATH(east) + dir = EAST + +SHUTTLE_PORT_PATH(west) + dir = WEST + +SHUTTLE_PORT_PATH(two_wide) + abstract_type = /obj/shuttle_port/two_wide + icon = 'icons/modules/shuttles/shuttle_anchor_2x2.dmi' + icon_state = "dock" + port_width = 2 + +SHUTTLE_PORT_PATH(two_wide/left_aligned) + +SHUTTLE_PORT_PATH(two_wide/left_aligned/north) + dir = NORTH + +SHUTTLE_PORT_PATH(two_wide/left_aligned/south) + dir = SOUTH + port_offset = 1 + pixel_x = -32 + +SHUTTLE_PORT_PATH(two_wide/left_aligned/east) + dir = EAST + port_offset = 1 + pixel_y = -32 + +SHUTTLE_PORT_PATH(two_wide/left_aligned/west) + dir = WEST + +SHUTTLE_PORT_PATH(two_wide/right_aligned) + +SHUTTLE_PORT_PATH(two_wide/right_aligned/north) + dir = NORTH + port_offset = 1 + pixel_x = -32 + +SHUTTLE_PORT_PATH(two_wide/right_aligned/south) + dir = SOUTH + +SHUTTLE_PORT_PATH(two_wide/right_aligned/east) + dir = EAST + +SHUTTLE_PORT_PATH(two_wide/right_aligned/west) + dir = WEST + port_offset = 1 + pixel_y = -32 + +SHUTTLE_PORT_PATH(three_wide) + icon = 'icons/modules/shuttles/shuttle_anchor_3x3.dmi' + icon_state = "dock" + port_width = 3 + +SHUTTLE_PORT_PATH(three_wide/north) + dir = NORTH + port_offset = 1 + pixel_x = -32 + +SHUTTLE_PORT_PATH(three_wide/south) + dir = SOUTH + port_offset = 1 + pixel_x = -32 + +SHUTTLE_PORT_PATH(three_wide/east) + dir = EAST + port_offset = 1 + pixel_y = -32 + +SHUTTLE_PORT_PATH(three_wide/west) + dir = WEST + port_offset = 1 + pixel_y = -32 diff --git a/code/modules/shuttles/shuttle/shuttle_template.dm b/code/modules/shuttles/shuttle/shuttle_template.dm new file mode 100644 index 000000000000..ac947798b71f --- /dev/null +++ b/code/modules/shuttles/shuttle/shuttle_template.dm @@ -0,0 +1,143 @@ +//* This file is explicitly licensed under the MIT license. *// +//* Copyright (c) 2024 Citadel Station Developers *// + +/** + * the shuttle templates in charge of holding definitions of shuttles. + * + * each can be instantiated multiple times unless otherwise stated. + */ +/datum/shuttle_template + abstract_type = /datum/shuttle_template + + //* Basics + /// unique ID - use snake_case, must be unique & stable, including across rounds. + /// this means hardcoded ones shouldn't be changed willy-nilly. + var/id + + //* Identity + /// Full name + var/name + /// Full description + var/desc + /// lore fluff + var/fluff + + //* File + /// absolute path to file + var/absolute_path + /// relative path to file from current directory + var/relative_path + + //* Functionality + /// our shuttle typepath + /// + /// * yeah uh you probably shouldn't mess with this unless you know what you're doing + var/shuttle_type = /datum/shuttle + /// our descriptor, used for cross-interaction with other systems + /// this should not be a cached typepath, as opposed to a directly made typepath + /// or an instance. + /// + /// * because we intentionally don't cache typepaths, anonymous typepaths are allowed **and encouraged**. + /// + /// typepaths will be initialized. + /// instances will be cloned. + var/datum/shuttle_descriptor/descriptor = /datum/shuttle_descriptor + + //* .dmm + /// should we keep parsed map once first loaded? + var/cache_parsed_map = FALSE + /// our parsed map + var/datum/dmm_parsed/parsed_map + /// direction the shuttle is facing, in the map + /// please try to map shuttles in facing north. + var/facing_dir = NORTH + +/datum/shuttle_template/New(map_resource, use_dir) + if(map_resource) + absolute_path = map_resource + facing_dir = use_dir || NORTH + else + if(relative_path && !absolute_path) + var/our_file = __FILE__ + var/our_directory = copytext_char(our_file, 1, findlasttext_char(our_file, "/")) + absolute_path = "[our_directory]/[relative_path]" + + if(cache_parsed_map) + parsed_map = new(get_file()) + +/datum/shuttle_template/proc/get_file() + return isfile(absolute_path)? absolute_path : file(absolute_path) + +/** + * Do not directly use. Use create_shuttle() on SSshuttles! + * This will not automatically register the shuttle with the subsystem. + */ +/datum/shuttle_template/proc/instance(list/datum/map_injection/map_injections) + RETURN_TYPE(/datum/shuttle) + + var/datum/dmm_parsed/parsed_map = src.parsed_map + if(isnull(parsed_map)) + parsed_map = new(get_file()) + if(cache_parsed_map) + src.parsed_map = parsed_map + + var/datum/shuttle/instance = new shuttle_type + var/width = parsed_map.width + var/height = parsed_map.height + + // make reservation + var/datum/turf_reservation/reservation = SSmapping.request_block_reservation( + width + 2, + height + 2, + /datum/turf_reservation, + ) + + // create context + var/datum/dmm_context/context = create_dmm_context() + context.mangling_id = generate_mangling_id() + for(var/datum/map_injection/injection as anything in map_injections) + context.register_injection(injection) + + // load into reservation + var/datum/dmm_context/loaded_context = parsed_map.load( + reservation.bottom_left_coords[1] + 1, + reservation.bottom_left_coords[2] + 1, + reservation.bottom_left_coords[3], + context = context, + ) + var/list/loaded_bounds = loaded_context.loaded_bounds + + // set descriptor + instance.descriptor = instance_descriptor() + + // let shuttle do black magic first + // instance.before_bounds_init(reservation, src) + + // init the bounds + SSatoms.init_map_bounds(loaded_bounds) + + // let shuttle do post-init things + // instance.after_bounds_init(reservation, src) + + // set vars on shuttle + instance.template_id = id + + return instance + +/datum/shuttle_template/proc/instance_descriptor() + if(istype(descriptor)) + return descriptor.clone() + else if(IS_ANONYMOUS_TYPEPATH(descriptor)) + return new descriptor + else if(ispath(descriptor, /datum/shuttle_descriptor)) + return new descriptor + CRASH("what? [descriptor] ([REF(descriptor)])") + +/datum/shuttle_template/proc/generate_mangling_id() + var/static/notch = 0 + if(notch >= SHORT_REAL_LIMIT) + stack_trace("how the hell are we at this number?") + return "shuttle-[++notch]-[SSmapping.round_global_descriptor]" + +/datum/map_template/shuttle + abstract_type = /datum/map_template/shuttle diff --git a/code/modules/spells/artifacts.dm b/code/modules/spells/artifacts.dm index d906ee6de3cf..4267467db1cf 100644 --- a/code/modules/spells/artifacts.dm +++ b/code/modules/spells/artifacts.dm @@ -8,11 +8,11 @@ throw_speed = 3 throw_range = 7 throw_force = 10 - damtype = DAMAGE_TYPE_BURN + damage_type = DAMAGE_TYPE_BURN damage_force = 10 attack_sound = 'sound/items/welder2.ogg' -/obj/item/scrying/attack_self(mob/user) +/obj/item/scrying/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -48,7 +48,7 @@ var/rend_desc = "You should run now." var/spawn_fast = 0 //if 1, ignores checking for mobs on loc before spawning -/obj/item/veilrender/attack_self(mob/user) +/obj/item/veilrender/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -282,7 +282,7 @@ user.reset_perspective(null) user.unset_machine() -/obj/item/voodoo/attack_self(mob/user) +/obj/item/voodoo/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -385,7 +385,7 @@ REMOVE_TRAIT(user, TRAIT_MOBILITY_NOPICKUP, src) user.update_mobility_blocked() -/obj/item/warpwhistle/attack_self(mob/user) +/obj/item/warpwhistle/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/spells/spellbook.dm b/code/modules/spells/spellbook.dm index 565b310647a1..490807b4d17b 100644 --- a/code/modules/spells/spellbook.dm +++ b/code/modules/spells/spellbook.dm @@ -11,7 +11,7 @@ var/max_uses = 5 var/op = 1 -/obj/item/spellbook/attack_self(mob/user) +/obj/item/spellbook/attack_self(mob/user, datum/event_args/actor/actor) if(!user) return if((user.mind && !wizards.is_antagonist(user.mind))) @@ -252,7 +252,7 @@ . = ..() name += spellname -/obj/item/spellbook/oneuse/attack_self(mob/user) +/obj/item/spellbook/oneuse/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/telesci/bscyrstal.dm b/code/modules/telesci/bscyrstal.dm index 7dd5c187a762..4618260ad9bb 100644 --- a/code/modules/telesci/bscyrstal.dm +++ b/code/modules/telesci/bscyrstal.dm @@ -14,7 +14,7 @@ pixel_x = rand(-5, 5) pixel_y = rand(-5, 5) -/obj/item/bluespace_crystal/attack_self(mob/user) +/obj/item/bluespace_crystal/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/vehicles/ridden/wheelchair.dm b/code/modules/vehicles/ridden/wheelchair.dm index 30f577ba813f..35dbbfb09d75 100644 --- a/code/modules/vehicles/ridden/wheelchair.dm +++ b/code/modules/vehicles/ridden/wheelchair.dm @@ -52,7 +52,7 @@ /// What we unfold to var/unfolded_type = /obj/vehicle/ridden/wheelchair -/obj/item/wheelchair/attack_self(mob/user) +/obj/item/wheelchair/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/vehicles/sealed/mecha/equipment/tools/armor_ranged.dm b/code/modules/vehicles/sealed/mecha/equipment/tools/armor_ranged.dm index 2b2ec4b1a75f..4903213edf8f 100644 --- a/code/modules/vehicles/sealed/mecha/equipment/tools/armor_ranged.dm +++ b/code/modules/vehicles/sealed/mecha/equipment/tools/armor_ranged.dm @@ -14,8 +14,6 @@ equip_type = EQUIP_HULL /obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster/handle_projectile_contact(var/obj/projectile/Proj, var/inc_damage) - if(istype(Proj, /obj/projectile/test)) - return inc_damage// Don't care about test projectiles, just what comes after them if(!action_checks(src)) return inc_damage if(prob(chassis.deflect_chance*deflect_coeff)) diff --git a/code/modules/vehicles/sealed/mecha/equipment/tools/drill.dm b/code/modules/vehicles/sealed/mecha/equipment/tools/drill.dm index b71d64411122..f0b3e4b7cb38 100644 --- a/code/modules/vehicles/sealed/mecha/equipment/tools/drill.dm +++ b/code/modules/vehicles/sealed/mecha/equipment/tools/drill.dm @@ -56,7 +56,7 @@ return 1 /obj/item/mecha_parts/mecha_equipment/tool/drill/proc/drill_mob(mob/living/target, mob/user) - add_attack_logs(user, target, "attacked", "[name]", "(INTENT: [uppertext(user.a_intent)]) (DAMTYPE: [uppertext(damtype)])") + add_attack_logs(user, target, "attacked", "[name]", "(INTENT: [uppertext(user.a_intent)]) (DAMTYPE: [uppertext(DAMAGE_TYPE_BRUTE)])") var/drill_force = damage_force //Couldn't manage it otherwise. if(ishuman(target)) target.apply_damage(drill_force, DAMAGE_TYPE_BRUTE) diff --git a/code/modules/vehicles/sealed/mecha/mecha.dm b/code/modules/vehicles/sealed/mecha/mecha.dm index 07953a03cb30..310906d19b8a 100644 --- a/code/modules/vehicles/sealed/mecha/mecha.dm +++ b/code/modules/vehicles/sealed/mecha/mecha.dm @@ -144,6 +144,9 @@ var/max_equip = 2 var/datum/events/events + /// outgoing melee damage (legacy var) + var/damtype + //mechaequipt2 stuffs var/list/hull_equipment = new var/list/weapon_equipment = new @@ -946,10 +949,10 @@ if(!pr_internal_damage) return internal_damage |= int_dam_flag - pr_internal_damage.start() + spawn(-1) + pr_internal_damage.start() log_append_to_last("Internal damage of type [int_dam_flag].",1) occupant_legacy << sound('sound/mecha/internaldmgalarm.ogg',volume=50) //Better sounding. - return /obj/vehicle/sealed/mecha/proc/clearInternalDamage(int_dam_flag) internal_damage &= ~int_dam_flag @@ -1146,15 +1149,8 @@ src.take_damage_legacy(pass_damage) //The take_damage_legacy() proc handles armor values if(pass_damage > internal_damage_minimum) //Only decently painful attacks trigger a chance of mech damage. src.check_for_internal_damage(list(MECHA_INT_TEMP_CONTROL,MECHA_INT_TANK_BREACH,MECHA_INT_CONTROL_LOST)) - return - /obj/vehicle/sealed/mecha/on_bullet_act(obj/projectile/proj, impact_flags, list/bullet_act_args) - if(istype(proj, /obj/projectile/test)) - var/obj/projectile/test/Test = proj - Test.hit |= occupant_legacy // Register a hit on the occupant, for things like turrets, or in simple-mob cases stopping friendly fire in firing line mode. - return ..() - src.log_message("Hit by projectile. Type: [proj.name]([proj.damage_flag]).",1) impact_flags |= call((proc_res["dynbulletdamage"]||src), "dynbulletdamage")(proj) //calls equipment impact_flags |= PROJECTILE_IMPACT_SKIP_STANDARD_DAMAGE @@ -1351,7 +1347,7 @@ pass_damage = (pass_damage*pass_damage_reduc_mod) //Apply the reduction of damage from not having enough armor penetration. This is not regular armor values at play. for(var/obj/item/mecha_parts/mecha_equipment/ME in equipment) pass_damage = ME.handle_projectile_contact(W, user, pass_damage) - src.take_damage_legacy(pass_damage,W.damtype) //The take_damage_legacy() proc handles armor values + src.take_damage_legacy(pass_damage, W.damage_type) //The take_damage_legacy() proc handles armor values if(pass_damage > internal_damage_minimum) //Only decently painful attacks trigger a chance of mech damage. src.check_for_internal_damage(list(MECHA_INT_TEMP_CONTROL,MECHA_INT_TANK_BREACH,MECHA_INT_CONTROL_LOST)) return diff --git a/code/modules/vehicles_legacy/vehicle.dm b/code/modules/vehicles_legacy/vehicle.dm index 80de4b285178..d6878ded82be 100644 --- a/code/modules/vehicles_legacy/vehicle.dm +++ b/code/modules/vehicles_legacy/vehicle.dm @@ -111,9 +111,9 @@ else to_chat(user, "Unable to repair while [src] is off.") - else if(hasvar(W,"damage_force") && hasvar(W,"damtype")) + else if(hasvar(W,"damage_force") && hasvar(W,"damage_type")) user.setClickCooldown(user.get_attack_speed(W)) - switch(W.damtype) + switch(W.damage_type) if("fire") health -= W.damage_force * fire_dam_coeff if("brute") diff --git a/code/modules/vore/eating/leave_remains_vr.dm b/code/modules/vore/eating/leave_remains_vr.dm index 03fa7c145007..1ca2a1cc743b 100644 --- a/code/modules/vore/eating/leave_remains_vr.dm +++ b/code/modules/vore/eating/leave_remains_vr.dm @@ -90,7 +90,7 @@ pred_ckey = pred.ckey pred_name = pred.name -/obj/item/digestion_remains/attack_self(mob/user) +/obj/item/digestion_remains/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/vore/fluffstuff/custom_items.dm b/code/modules/vore/fluffstuff/custom_items.dm index 44bf48d4b155..00f1836ba675 100644 --- a/code/modules/vore/fluffstuff/custom_items.dm +++ b/code/modules/vore/fluffstuff/custom_items.dm @@ -86,7 +86,7 @@ icon_override = 'icons/vore/custom_items_vr.dmi' item_state = "Flag_Nanotrasen_mob" -/obj/item/flag/attack_self(mob/user) +/obj/item/flag/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -169,7 +169,7 @@ damage_force = 10 throw_force = 3 w_class = WEIGHT_CLASS_NORMAL - damtype = DAMAGE_TYPE_HALLOSS + damage_type = DAMAGE_TYPE_HALLOSS attack_verb = list("flogged", "whipped", "lashed", "disciplined", "chastised", "flayed") //General use @@ -207,7 +207,7 @@ assignment = "CC Medical" var/configured = 0 -/obj/item/card/id/centcom/station/fluff/aronai/attack_self(mob/user) +/obj/item/card/id/centcom/station/fluff/aronai/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -321,7 +321,7 @@ var/last_use = 0 var/cooldown = 30 -/obj/item/cane/wand/attack_self(mob/user) +/obj/item/cane/wand/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -445,7 +445,7 @@ icon_state = "dragor_dot" w_class = WEIGHT_CLASS_SMALL -/obj/item/fluff/dragor_dot/attack_self(mob/user) +/obj/item/fluff/dragor_dot/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -476,7 +476,7 @@ desc = "A primarily blue ID with a holographic 'WAH' etched onto its back. The letters do not obscure anything important on the card. It is shiny and it feels very bumpy." var/title_strings = list("Amaya Rahl's Wah-identification card", "Amaya Rahl's Wah-ID card") -/obj/item/card/id/fluff/amaya/attack_self(mob/user) +/obj/item/card/id/fluff/amaya/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -606,7 +606,7 @@ else return ..() -/obj/item/perfect_tele/attack_self(mob/user) +/obj/item/perfect_tele/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -871,7 +871,7 @@ ..() -/obj/item/perfect_tele_beacon/attack_self(mob/user) +/obj/item/perfect_tele_beacon/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -965,7 +965,7 @@ user.do_attack_animation(target) user.setClickCooldown(DEFAULT_QUICK_COOLDOWN) //to prevent spam -/obj/item/clothing/accessory/badge/holo/detective/ruda/attack_self(mob/user) +/obj/item/clothing/accessory/badge/holo/detective/ruda/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1138,8 +1138,6 @@ icon_state = "stunstaff00" var/base_icon = "stunstaff" damage_force = 5 - sharp = 0 - edge = 0 throw_force = 7 w_class = WEIGHT_CLASS_HUGE origin_tech = list(TECH_COMBAT = 2) @@ -1189,7 +1187,7 @@ spawn(0) update_held_icon() -/obj/item/melee/baton/fluff/stunstaff/attack_self(mob/user) +/obj/item/melee/baton/fluff/stunstaff/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1234,8 +1232,6 @@ var/active_throwforce var/active_w_class var/active_embed_chance = 0 - sharp = 0 - edge = 0 /obj/item/melee/fluffstuff/proc/activate(mob/living/user) if(active) @@ -1244,8 +1240,6 @@ embed_chance = active_embed_chance damage_force = active_force throw_force = active_throwforce - sharp = 1 - edge = 1 set_weight_class(active_w_class) playsound(user, 'sound/weapons/sparkle.ogg', 50, 1) @@ -1257,11 +1251,9 @@ embed_chance = initial(embed_chance) damage_force = initial(damage_force) throw_force = initial(throw_force) - sharp = initial(sharp) - edge = initial(edge) set_weight_class(initial(w_class)) -/obj/item/melee/fluffstuff/attack_self(mob/user) +/obj/item/melee/fluffstuff/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -1308,7 +1300,7 @@ item_icons = list(SLOT_ID_LEFT_HAND = 'icons/mob/items/lefthand_melee.dmi', SLOT_ID_RIGHT_HAND = 'icons/mob/items/righthand_melee.dmi', SLOT_ID_BACK = 'icons/vore/custom_items_vr.dmi', SLOT_ID_SUIT = 'icons/vore/custom_items_vr.dmi') var/active_state = "wolfgirlsword" allowed = list(/obj/item/shield/fluff/wolfgirlshield) - damtype = DAMAGE_TYPE_HALLOSS + damage_type = DAMAGE_TYPE_HALLOSS /obj/item/melee/fluffstuff/wolfgirlsword/dropped(mob/user, flags, atom/newLoc) ..() @@ -1321,10 +1313,9 @@ ..() attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") - sharp = 1 - edge = 1 + damage_mode = DAMAGE_MODE_SHARP | DAMAGE_MODE_EDGE icon_state = "[active_state]_sharp" - damtype = DAMAGE_TYPE_BRUTE + damage_type = DAMAGE_TYPE_BRUTE /obj/item/melee/fluffstuff/wolfgirlsword/deactivate(mob/living/user) diff --git a/code/modules/vore/fluffstuff/custom_items_cit.dm b/code/modules/vore/fluffstuff/custom_items_cit.dm index 698a982b9a23..111f2cec05a7 100644 --- a/code/modules/vore/fluffstuff/custom_items_cit.dm +++ b/code/modules/vore/fluffstuff/custom_items_cit.dm @@ -27,7 +27,7 @@ if((state > 1) || !owner) STOP_PROCESSING(SSobj, src) -/obj/item/clothing/accessory/collar/lifecrystal/attack_self(mob/user) +/obj/item/clothing/accessory/collar/lifecrystal/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/vore/fluffstuff/life_crystals.dm b/code/modules/vore/fluffstuff/life_crystals.dm index 3e2c78e853e7..b2a1f9810b78 100644 --- a/code/modules/vore/fluffstuff/life_crystals.dm +++ b/code/modules/vore/fluffstuff/life_crystals.dm @@ -33,7 +33,7 @@ if(!owner) STOP_PROCESSING(SSobj, src) -/obj/item/clothing/accessory/collar/vmcrystal/attack_self(mob/user) +/obj/item/clothing/accessory/collar/vmcrystal/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/vore/resizing/holder_micro_vr.dm b/code/modules/vore/resizing/holder_micro_vr.dm index 04ca9e64f332..31f0f182d764 100644 --- a/code/modules/vore/resizing/holder_micro_vr.dm +++ b/code/modules/vore/resizing/holder_micro_vr.dm @@ -22,7 +22,7 @@ for(var/mob/living/carbon/human/O in contents) O.request_strip_menu(usr) -/obj/item/holder/micro/attack_self(mob/user) +/obj/item/holder/micro/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/xenoarcheaology/sampling.dm b/code/modules/xenoarcheaology/sampling.dm index be7e5bce0a54..3443b48d9f0e 100644 --- a/code/modules/xenoarcheaology/sampling.dm +++ b/code/modules/xenoarcheaology/sampling.dm @@ -4,7 +4,7 @@ icon = 'icons/obj/xenoarchaeology.dmi' icon_state = "sliver1" w_class = WEIGHT_CLASS_TINY - sharp = 1 + damage_mode = DAMAGE_MODE_SHARP var/datum/geosample/geological_data /obj/item/rocksliver/Initialize(mapload) @@ -82,7 +82,7 @@ else to_chat(user, "You are unable to take a sample of [item_to_sample].") -/obj/item/core_sampler/attack_self(mob/user) +/obj/item/core_sampler/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/xenoarcheaology/tools/ano_device_battery.dm b/code/modules/xenoarcheaology/tools/ano_device_battery.dm index 1458663748aa..23b89e5b27c8 100644 --- a/code/modules/xenoarcheaology/tools/ano_device_battery.dm +++ b/code/modules/xenoarcheaology/tools/ano_device_battery.dm @@ -48,7 +48,7 @@ else return ..() -/obj/item/anodevice/attack_self(mob/user) +/obj/item/anodevice/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/xenoarcheaology/tools/tools.dm b/code/modules/xenoarcheaology/tools/tools.dm index d8743d7905a2..d1fe9347484d 100644 --- a/code/modules/xenoarcheaology/tools/tools.dm +++ b/code/modules/xenoarcheaology/tools/tools.dm @@ -44,7 +44,7 @@ var/last_scan_time = 0 var/scan_delay = 25 -/obj/item/ano_scanner/attack_self(mob/user) +/obj/item/ano_scanner/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -156,7 +156,7 @@ to_chat(user, "[icon2html(thing = src, target = world)] [src] pings [pick("madly","wildly","excitedly","crazily")]!") -/obj/item/depth_scanner/attack_self(mob/user) +/obj/item/depth_scanner/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -283,7 +283,7 @@ else icon_state = "pinoff" -/obj/item/beacon_locator/attack_self(mob/user) +/obj/item/beacon_locator/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -347,7 +347,7 @@ anomaly_scanner = new/obj/item/ano_scanner/integrated(src) depth_scanner = new/obj/item/depth_scanner(src) -/obj/item/xenoarch_multi_tool/attack_self(mob/user) +/obj/item/xenoarch_multi_tool/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/xenoarcheaology/tools/tools_pickaxe.dm b/code/modules/xenoarcheaology/tools/tools_pickaxe.dm index 54bebf67dffc..063f1ccdcc73 100644 --- a/code/modules/xenoarcheaology/tools/tools_pickaxe.dm +++ b/code/modules/xenoarcheaology/tools/tools_pickaxe.dm @@ -152,7 +152,7 @@ attack_verb = list("drilled") worth_intrinsic = 250 // this is gonna be very useful/powerful later -/obj/item/pickaxe/excavationdrill/attack_self(mob/user) +/obj/item/pickaxe/excavationdrill/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/xenobio/items/slime_objects.dm b/code/modules/xenobio/items/slime_objects.dm index 2404b4cfdeb1..d1bc245b9de0 100644 --- a/code/modules/xenobio/items/slime_objects.dm +++ b/code/modules/xenobio/items/slime_objects.dm @@ -7,7 +7,7 @@ description_info = "Use in your hand to attempt to create a Promethean. It functions similarly to a positronic brain, in that a ghost is needed to become the Promethean." var/searching = 0 -/obj/item/slime_cube/attack_self(mob/user) +/obj/item/slime_cube/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -93,7 +93,7 @@ qdel(src) return . | CLICKCHAIN_DO_NOT_PROPAGATE -/obj/item/slime_crystal/attack_self(mob/user) +/obj/item/slime_crystal/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return @@ -160,7 +160,7 @@ /obj/item/flashlight/slime/update_appearance(updates = ~UPDATE_ICON_STATE) return ..() -/obj/item/flashlight/slime/attack_self(mob/user) +/obj/item/flashlight/slime/attack_self(mob/user, datum/event_args/actor/actor) return //Bio-luminescence does not toggle. diff --git a/code/modules/xenobio2/machinery/gene_manipulators.dm b/code/modules/xenobio2/machinery/gene_manipulators.dm index 548fdfae7b89..44364e86abd1 100644 --- a/code/modules/xenobio2/machinery/gene_manipulators.dm +++ b/code/modules/xenobio2/machinery/gene_manipulators.dm @@ -20,7 +20,7 @@ var/list/genes = list() var/genesource = "unknown" -/obj/item/disk/xenobio/attack_self(mob/user) +/obj/item/disk/xenobio/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/code/modules/xenobio2/mob/slime/slime_monkey.dm b/code/modules/xenobio2/mob/slime/slime_monkey.dm index ddf6313df394..056c7dfc4233 100644 --- a/code/modules/xenobio2/mob/slime/slime_monkey.dm +++ b/code/modules/xenobio2/mob/slime/slime_monkey.dm @@ -8,7 +8,7 @@ Slime cube lives here. icon_state = "slime cube" var/searching = 0 -/obj/item/slime_cube/attack_self(mob/user) +/obj/item/slime_cube/attack_self(mob/user, datum/event_args/actor/actor) . = ..() if(.) return diff --git a/html/images/loading.gif b/html/images/loading.gif new file mode 100644 index 000000000000..6ec34d41709c Binary files /dev/null and b/html/images/loading.gif differ diff --git a/html/images/paper_bg.png b/html/images/paper_bg.png new file mode 100644 index 000000000000..b5e68f35abd9 Binary files /dev/null and b/html/images/paper_bg.png differ diff --git a/html/images/talisman.png b/html/images/talisman.png new file mode 100644 index 000000000000..0ece637314a0 Binary files /dev/null and b/html/images/talisman.png differ diff --git a/icons/effects/effects.dmi b/icons/effects/effects.dmi index 0dca1a9633c3..6a7bac7c7333 100644 Binary files a/icons/effects/effects.dmi and b/icons/effects/effects.dmi differ diff --git a/icons/interface/logos/nanotrasen-blue.png b/icons/interface/logos/nanotrasen-blue.png new file mode 100644 index 000000000000..d5614a964eef Binary files /dev/null and b/icons/interface/logos/nanotrasen-blue.png differ diff --git a/html/images/redntlogo.png b/icons/interface/logos/nanotrasen-red.png similarity index 100% rename from html/images/redntlogo.png rename to icons/interface/logos/nanotrasen-red.png diff --git a/icons/interface/logos/solgov.png b/icons/interface/logos/solgov.png new file mode 100644 index 000000000000..930a0c4a5e0a Binary files /dev/null and b/icons/interface/logos/solgov.png differ diff --git a/icons/mob/enigma.dmi b/icons/mob/enigma.dmi index 689b6257c634..97045dd7f6a3 100644 Binary files a/icons/mob/enigma.dmi and b/icons/mob/enigma.dmi differ diff --git a/icons/modules/shuttles/bounding_3x3.dmi b/icons/modules/shuttles/bounding_3x3.dmi new file mode 100644 index 000000000000..296d644357b6 Binary files /dev/null and b/icons/modules/shuttles/bounding_3x3.dmi differ diff --git a/icons/modules/shuttles/effects/shuttle_landing.dmi b/icons/modules/shuttles/effects/shuttle_landing.dmi new file mode 100644 index 000000000000..550a3bb1e94f Binary files /dev/null and b/icons/modules/shuttles/effects/shuttle_landing.dmi differ diff --git a/icons/modules/shuttles/shuttle_anchor.dmi b/icons/modules/shuttles/shuttle_anchor.dmi new file mode 100644 index 000000000000..c226c9f8ac7b Binary files /dev/null and b/icons/modules/shuttles/shuttle_anchor.dmi differ diff --git a/icons/modules/shuttles/shuttle_anchor_2x2.dmi b/icons/modules/shuttles/shuttle_anchor_2x2.dmi new file mode 100644 index 000000000000..a35b6a96c84a Binary files /dev/null and b/icons/modules/shuttles/shuttle_anchor_2x2.dmi differ diff --git a/icons/modules/shuttles/shuttle_anchor_3x3.dmi b/icons/modules/shuttles/shuttle_anchor_3x3.dmi new file mode 100644 index 000000000000..827282d03f30 Binary files /dev/null and b/icons/modules/shuttles/shuttle_anchor_3x3.dmi differ diff --git a/maps/generic/turbolifts.dm b/maps/generic/turbolifts.dm index 73fd8510eb06..476ad6e2350d 100644 --- a/maps/generic/turbolifts.dm +++ b/maps/generic/turbolifts.dm @@ -61,22 +61,6 @@ /area/turbolift/rwest_mining/surface ) -/obj/turbolift_map_holder/triumph - name = "Triumph Climber" - depth = 4 - lift_size_x = 3 - lift_size_y = 1 - icon = 'icons/obj/turbolift_preview_3x3.dmi' - wall_type = null // Don't make walls - - areas_to_use = list( - /area/turbolift/t_ship/level1, - /area/turbolift/t_ship/level2, - /area/turbolift/t_ship/level3, - /area/turbolift/t_ship/level4 - ) - - /obj/turbolift_map_holder/tether name = "Tether Climber" depth = 6 diff --git a/maps/rift/levels/rift-04-surface1.dmm b/maps/rift/levels/rift-04-surface1.dmm index 398b8f248a79..04604690f760 100644 --- a/maps/rift/levels/rift-04-surface1.dmm +++ b/maps/rift/levels/rift-04-surface1.dmm @@ -13554,6 +13554,7 @@ name = "Cell 1"; req_one_access = null }, +/obj/map_helper/access_helper/airlock/station/security/department, /turf/simulated/floor/tiled/monodark, /area/security/prison/upper) "iFN" = ( @@ -16472,6 +16473,7 @@ name = "Cell 2"; req_one_access = null }, +/obj/map_helper/access_helper/airlock/station/security/department, /turf/simulated/floor/tiled/monodark, /area/security/prison/upper) "kwz" = ( @@ -36659,6 +36661,7 @@ name = "Cell 1"; req_one_access = null }, +/obj/map_helper/access_helper/airlock/station/security/department, /turf/simulated/floor/tiled/monodark, /area/security/prison/upper) "vYf" = ( diff --git a/maps/rift/levels/rift-05-surface2.dmm b/maps/rift/levels/rift-05-surface2.dmm index d93ab4ae539f..79817ca2fd08 100644 --- a/maps/rift/levels/rift-05-surface2.dmm +++ b/maps/rift/levels/rift-05-surface2.dmm @@ -2211,6 +2211,9 @@ opacity = 0 }, /obj/effect/paint/purplegray, +/obj/map_helper/electrochromatic_linker{ + id = "robotics-inner" + }, /turf/simulated/floor/plating, /area/assembly/robotics) "biH" = ( @@ -3098,7 +3101,7 @@ pixel_y = -6 }, /obj/machinery/button/windowtint{ - id = "rd_office"; + id = "rd-office"; pixel_x = -32; pixel_y = -6 }, @@ -5897,6 +5900,9 @@ "dDP" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "warden-office" + }, /turf/simulated/floor/plating, /area/security/warden) "dEc" = ( @@ -6762,7 +6768,7 @@ }, /obj/effect/floor_decal/corner/paleblue/border, /obj/machinery/button/windowtint/multitint{ - id = "operating_theatre_1"; + id = "operating-theatre-1"; pixel_x = -24; pixel_y = 7 }, @@ -6861,6 +6867,9 @@ "eke" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "sec-locker" + }, /turf/simulated/floor/plating, /area/security/security_lockerroom) "eko" = ( @@ -7005,6 +7014,9 @@ }, /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "warden-office" + }, /turf/simulated/floor/plating, /area/security/warden) "eoA" = ( @@ -9410,6 +9422,9 @@ /obj/structure/cable/green{ icon_state = "0-2" }, +/obj/map_helper/electrochromatic_linker{ + id = "Interr" + }, /turf/simulated/floor/plating, /area/security/interrogation) "fZv" = ( @@ -12317,7 +12332,7 @@ }, /obj/effect/floor_decal/corner/paleblue/border, /obj/machinery/button/windowtint/multitint{ - id = "operating_theatre_2"; + id = "operating-theatre-2"; pixel_x = -24; pixel_y = 7 }, @@ -13278,6 +13293,11 @@ }, /turf/simulated/floor/tiled/steel, /area/security/hallway) +"inb" = ( +/obj/effect/paint/babyblue, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/medical/resleeving) "inj" = ( /obj/structure/sign/department/medbay{ pixel_x = -32 @@ -13285,6 +13305,9 @@ /obj/structure/disposalpipe/segment, /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/babyblue, +/obj/map_helper/electrochromatic_linker{ + id = "medbay-outer" + }, /turf/simulated/floor/plating, /area/medical/reception) "inX" = ( @@ -14217,6 +14240,9 @@ /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/darkred, /obj/structure/cable/green, +/obj/map_helper/electrochromatic_linker{ + id = "Interr" + }, /turf/simulated/floor/plating, /area/security/interrogation) "iXc" = ( @@ -14459,12 +14485,12 @@ pixel_y = 24 }, /obj/machinery/button/windowtint{ - id = "research_outer"; + id = "research-outer"; pixel_x = 22; pixel_y = 32 }, /obj/machinery/button/windowtint{ - id = "research_inner"; + id = "research-inner"; pixel_x = 22; pixel_y = 24 }, @@ -14733,17 +14759,34 @@ dir = 1 }, /obj/machinery/button/windowtint{ - id = "robotics_inner"; + id = "robotics-inner"; pixel_x = -22; pixel_y = 24 }, /obj/machinery/button/windowtint{ - id = "robotics_outer"; + id = "robotics-outer"; pixel_x = -22; pixel_y = 32 }, /turf/simulated/floor/tiled/steel, /area/assembly/robotics) +"jmT" = ( +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "hos"; + layer = 3.1; + name = "Head of Security's Office Shutters"; + opacity = 0 + }, +/obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "warden-office" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hos) "jnl" = ( /obj/structure/bed/chair{ dir = 4 @@ -16049,6 +16092,9 @@ "keC" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "sec-processing-l" + }, /turf/simulated/floor/plating, /area/security/security_processing) "keH" = ( @@ -17233,6 +17279,9 @@ opacity = 0 }, /obj/effect/paint/purplegray, +/obj/map_helper/electrochromatic_linker{ + id = "rd-office" + }, /turf/simulated/floor/plating, /area/crew_quarters/heads/hor) "kPS" = ( @@ -20930,6 +20979,9 @@ "mQt" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/babyblue, +/obj/map_helper/electrochromatic_linker{ + id = "medbay-outer" + }, /turf/simulated/floor/plating, /area/medical/reception) "mRj" = ( @@ -22423,7 +22475,7 @@ }, /obj/machinery/atmospherics/component/unary/vent_scrubber/on, /obj/machinery/button/windowtint{ - id = "seclocker"; + id = "sec-locker"; pixel_x = 26; pixel_y = 4; req_access = list(2) @@ -23656,6 +23708,9 @@ "oFb" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/babyblue, +/obj/map_helper/electrochromatic_linker{ + id = "resleeving-tint" + }, /turf/simulated/floor/plating, /area/medical/resleeving) "oFt" = ( @@ -24686,6 +24741,14 @@ }, /turf/simulated/floor/tiled/steel, /area/hallway/primary/surfacetwo) +"phz" = ( +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, +/obj/effect/paint/babyblue, +/obj/map_helper/electrochromatic_linker{ + id = "medbay-outer" + }, +/turf/simulated/floor/plating, +/area/medical/resleeving) "pic" = ( /obj/effect/floor_decal/rust, /obj/structure/catwalk, @@ -24699,6 +24762,23 @@ /obj/structure/catwalk, /turf/simulated/floor/plating, /area/maintenance/asmaint2) +"piB" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "warden"; + layer = 3.1; + name = "Warden's Office Shutters"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, +/obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "hos-office" + }, +/turf/simulated/floor/plating, +/area/security/warden) "pjd" = ( /obj/item/radio/intercom/department/security{ dir = 8; @@ -25925,6 +26005,9 @@ /obj/structure/cable/green{ icon_state = "2-8" }, +/obj/map_helper/electrochromatic_linker{ + id = "Interr" + }, /turf/simulated/floor/plating, /area/security/interrogation) "qgp" = ( @@ -27811,7 +27894,7 @@ req_access = list(2) }, /obj/machinery/button/windowtint{ - id = "hos_office"; + id = "hos-office"; pixel_x = -18; pixel_y = -26; req_access = list(58) @@ -28610,6 +28693,9 @@ opacity = 0 }, /obj/effect/paint/purplegray, +/obj/map_helper/electrochromatic_linker{ + id = "robotics-outer" + }, /turf/simulated/floor/plating, /area/assembly/robotics) "rJG" = ( @@ -28826,6 +28912,9 @@ spawn_grille = 0 }, /obj/effect/paint/babyblue, +/obj/map_helper/electrochromatic_linker{ + id = "operating-theatre-2" + }, /turf/simulated/floor/plating, /area/medical/surgery) "rPk" = ( @@ -29503,6 +29592,9 @@ spawn_grille = 0 }, /obj/effect/paint/babyblue, +/obj/map_helper/electrochromatic_linker{ + id = "operating-theatre-2" + }, /turf/simulated/floor/plating, /area/medical/surgery2) "soJ" = ( @@ -32687,8 +32779,19 @@ opacity = 0 }, /obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "hos-office" + }, /turf/simulated/floor/plating, /area/crew_quarters/heads/hos) +"uEt" = ( +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, +/obj/effect/paint/babyblue, +/obj/map_helper/electrochromatic_linker{ + id = "resleeving-tint" + }, +/turf/simulated/floor/plating, +/area/medical/reception) "uEv" = ( /obj/structure/bed/chair/office/dark{ dir = 4 @@ -34354,6 +34457,9 @@ /area/rift/surfacebase/outside/outside2) "vxB" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, +/obj/map_helper/electrochromatic_linker{ + id = "research-inner" + }, /turf/simulated/floor/plating, /area/rnd/research) "vyj" = ( @@ -34391,6 +34497,23 @@ /obj/item/handcuffs/fuzzy, /turf/simulated/floor/plating, /area/maintenance/dormitory) +"vzm" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "warden"; + layer = 3.1; + name = "Warden's Office Shutters"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, +/obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "sec-locker" + }, +/turf/simulated/floor/plating, +/area/security/warden) "vzn" = ( /obj/effect/floor_decal/borderfloor/corner{ dir = 1 @@ -34665,6 +34788,9 @@ }, /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "warden-office" + }, /turf/simulated/floor/plating, /area/security/warden) "vKo" = ( @@ -36156,6 +36282,14 @@ }, /turf/simulated/floor/tiled/steel, /area/crew_quarters/sleep/Dorm_6) +"wQz" = ( +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, +/obj/effect/paint/darkred, +/obj/map_helper/electrochromatic_linker{ + id = "warden-office" + }, +/turf/simulated/floor/plating, +/area/security/security_lockerroom) "wQJ" = ( /obj/effect/floor_decal/industrial/outline/red, /obj/structure/table/rack/shelf/steel, @@ -36690,7 +36824,7 @@ pixel_y = -26 }, /obj/machinery/button/windowtint/multitint{ - id = "medbay_outer"; + id = "medbay-outer"; pixel_x = 2; pixel_y = -24 }, @@ -37853,7 +37987,7 @@ dir = 4 }, /obj/machinery/button/windowtint/multitint{ - id = "sec_processing_l"; + id = "sec-processing-l"; pixel_x = -24; pixel_y = 26; req_access = list(1) @@ -38150,6 +38284,9 @@ opacity = 0 }, /obj/effect/paint/purplegray, +/obj/map_helper/electrochromatic_linker{ + id = "research-outer" + }, /turf/simulated/floor/plating, /area/rnd/research) "xYb" = ( @@ -38318,7 +38455,7 @@ /area/security/security_processing) "yem" = ( /obj/machinery/button/windowtint{ - id = "warden_office"; + id = "warden-office"; pixel_x = -18; pixel_y = 6; req_access = list(3) @@ -48972,8 +49109,8 @@ oFb kid kid kid -oFb -oFb +inb +inb kid oRV oRV @@ -49940,7 +50077,7 @@ oUw dTk bor lto -oFb +phz epz tQp xkt @@ -52854,7 +52991,7 @@ mGl aaA vwR vYO -mQt +uEt rYY jMc rRs @@ -56335,7 +56472,7 @@ ryQ ryQ ryQ mWB -eke +wQz rNb rVb rNb @@ -57500,7 +57637,7 @@ uKa bFQ oeO wsa -vKj +vzm tiu bhS kxd @@ -57888,7 +58025,7 @@ rAw rdE kAI fxc -vKj +piB tiu bhS rrl @@ -59052,7 +59189,7 @@ nzt woR bxf nyI -uDC +jmT tiu bhS nuH diff --git a/maps/rift/levels/rift-06-surface3.dmm b/maps/rift/levels/rift-06-surface3.dmm index ede520d7dc8d..88c724cb19d7 100644 --- a/maps/rift/levels/rift-06-surface3.dmm +++ b/maps/rift/levels/rift-06-surface3.dmm @@ -2018,7 +2018,7 @@ "agQ" = ( /obj/machinery/computer/card, /obj/machinery/button/windowtint{ - id = "hop_office"; + id = "hop-office"; pixel_x = 8; pixel_y = 26 }, @@ -3909,22 +3909,6 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/captain) -"amx" = ( -/obj/effect/floor_decal/spline/plain{ - dir = 4 - }, -/obj/machinery/button/windowtint/multitint{ - id = "meeting_tint"; - pixel_x = -24; - pixel_y = -6 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = -26; - pixel_y = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/bridge/meeting_room) "amz" = ( /obj/effect/floor_decal/borderfloor, /obj/effect/floor_decal/corner/lightgrey/border, @@ -5483,7 +5467,7 @@ dir = 4 }, /obj/machinery/button/windowtint/multitint{ - id = "meeting_tint"; + id = "meeting-tint"; pixel_x = -24; pixel_y = 6 }, @@ -8380,6 +8364,11 @@ "azz" = ( /obj/structure/bed/chair/office/dark, /obj/landmark/spawnpoint/job/pathfinder, +/obj/machinery/button/windowtint/multitint{ + id = "pathfinder-office"; + pixel_x = 38; + pixel_y = 28 + }, /turf/simulated/floor/tiled/monotile, /area/exploration/pathfinder_office) "azB" = ( @@ -9637,6 +9626,11 @@ /obj/machinery/light{ dir = 8 }, +/obj/machinery/button/windowtint/multitint{ + id = "bunker-tint"; + pixel_x = -24; + pixel_y = 6 + }, /turf/simulated/floor/tiled/steel_grid, /area/bridge/bunker) "aEd" = ( @@ -15583,7 +15577,7 @@ dir = 1 }, /obj/machinery/button/windowtint/multitint{ - id = "bridge_tint"; + id = "bridge-tint"; pixel_x = 38; pixel_y = 28 }, @@ -17826,6 +17820,9 @@ opacity = 0 }, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "hop-office" + }, /turf/simulated/floor/plating, /area/crew_quarters/heads/hop) "dha" = ( @@ -18143,6 +18140,9 @@ "dRg" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "blueshield-office" + }, /turf/simulated/floor/plating, /area/crew_quarters/heads/blueshield) "dRq" = ( @@ -19200,6 +19200,9 @@ opacity = 0 }, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "bridge-tint" + }, /turf/simulated/floor/plating, /area/bridge) "fAb" = ( @@ -20035,6 +20038,9 @@ "gQu" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "meeting-tint" + }, /turf/simulated/floor/plating, /area/bridge/bridge_hallway) "gTy" = ( @@ -20745,6 +20751,9 @@ opacity = 0 }, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "bridge-tint" + }, /turf/simulated/floor/plating, /area/bridge) "iio" = ( @@ -23066,6 +23075,9 @@ id = "hop_office" }, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "hop-office" + }, /turf/simulated/floor/plating, /area/crew_quarters/heads/hop) "mpP" = ( @@ -24734,6 +24746,9 @@ /obj/structure/cable/green{ icon_state = "1-2" }, +/obj/map_helper/electrochromatic_linker{ + id = "bunker-tint" + }, /turf/simulated/floor/plating, /area/bridge/bunker) "pxd" = ( @@ -25774,6 +25789,11 @@ dir = 8 }, /obj/landmark/spawnpoint/job/blueshield, +/obj/machinery/button/windowtint/multitint{ + id = "blueshield-office"; + pixel_y = 32; + pixel_x = -8 + }, /turf/simulated/floor/carpet/blue, /area/crew_quarters/heads/blueshield) "rKd" = ( @@ -26021,6 +26041,9 @@ "siB" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/violet, +/obj/map_helper/electrochromatic_linker{ + id = "pathfinder-office" + }, /turf/simulated/floor/plating, /area/exploration/pathfinder_office) "sja" = ( @@ -27537,6 +27560,9 @@ }, /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "bridge-tint" + }, /turf/simulated/floor/plating, /area/bridge) "vlu" = ( @@ -27693,6 +27719,9 @@ "vwG" = ( /obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "meeting-tint" + }, /turf/simulated/floor/plating, /area/bridge/meeting_room) "vwM" = ( @@ -28316,6 +28345,9 @@ opacity = 0 }, /obj/effect/paint/commandblue, +/obj/map_helper/electrochromatic_linker{ + id = "bunker-tint" + }, /turf/simulated/floor/plating, /area/bridge/bunker) "wmp" = ( @@ -50492,7 +50524,7 @@ adh aTY sHK asz -amx +aUt aUt aUt aUt diff --git a/maps/sectors/tradeport_140/levels/tradeport_140.dmm b/maps/sectors/tradeport_140/levels/tradeport_140.dmm index 04dd84918912..d05c55a656e3 100644 --- a/maps/sectors/tradeport_140/levels/tradeport_140.dmm +++ b/maps/sectors/tradeport_140/levels/tradeport_140.dmm @@ -2070,7 +2070,7 @@ id_tag = "tradeport_hangar_docker"; pixel_x = -25 }, -/obj/effect/shuttle_landmark/triumph/trade/hangar, +/obj/effect/shuttle_landmark/trade/hangar, /obj/overmap/entity/visitable/ship/landable/trade, /turf/simulated/floor/tiled/dark, /area/shuttle/trade_ship/general) diff --git a/maps/sectors/tradeport_192/levels/tradeport_192.dmm b/maps/sectors/tradeport_192/levels/tradeport_192.dmm index 14ff915c4c12..4df6d23e86e4 100644 --- a/maps/sectors/tradeport_192/levels/tradeport_192.dmm +++ b/maps/sectors/tradeport_192/levels/tradeport_192.dmm @@ -10419,7 +10419,7 @@ id_tag = "tradeport_hangar_docker"; pixel_x = -25 }, -/obj/effect/shuttle_landmark/triumph/trade/hangar, +/obj/effect/shuttle_landmark/trade/hangar, /obj/overmap/entity/visitable/ship/landable/trade, /turf/simulated/floor/tiled/dark, /area/shuttle/trade_ship/general) diff --git a/maps/shuttles/README.md b/maps/shuttles/README.md new file mode 100644 index 000000000000..07c580774f8f --- /dev/null +++ b/maps/shuttles/README.md @@ -0,0 +1,33 @@ +# Shuttles + +Shuttle maps & datum defs go in here, as well as their corrosponding code, but not their docks. + +Shuttles may be re-instanced multiple times unless specified otherwise. + +## Bounding Boxes + +Shuttles have: + +- A basic square bounding box used for bounds checks +- Their actual /area bounding box + +The /area's in them that aren't `world.area` are used for the square bounding box allocation, but only the turfs in those said areas will move with the shuttle. + +There is currently, as of December 2023, no way to expand the areas in game without admin intervention. + +## Factions + +Organize as an exmaple like this; + +`maps/shuttles/factions/corporations/nanotrasen/*` +`maps/shuttles/factions/orion/tristar/*` +`maps/shuttles/generic/civillian/*` +`maps/shuttles/generic/outlaw/*` + +So on, so forth. + +Basically, just like the `code/game/content/*` and `icons/content/*` folders. + +# todo + +i'm kind of silly, we should finish the readme later ~silicons diff --git a/maps/shuttles/factions/corporations/nanotrasen/drone_prototype.dm b/maps/shuttles/factions/corporations/nanotrasen/drone_prototype.dm new file mode 100644 index 000000000000..13bc8f1f3c79 --- /dev/null +++ b/maps/shuttles/factions/corporations/nanotrasen/drone_prototype.dm @@ -0,0 +1,17 @@ +/datum/shuttle_template/nanotrasen/drone/prototype + name = "NT-S V1 Sensor Drone" + desc = "Nanotrasen's V1 Prototype Sensor Drone intended for unmanned sector scans in the depths of space. Not habitable." + fluff = "The rather blandly named V1 sensor drone. A prototype design, it is an unmanned craft used \ + for frontier exploration. Definitely not safe for life. As an upside, it runs on ion propulsion that \ + doesn't need to be refuelled for weeks on end." // v1 from ultrakill + id = "nt-drone-v1" + relative_path = "drone_prototype.dmm" + + descriptor = /datum/shuttle_descriptor{ + mass = 5; + } + +// todo: finish map + +/area/shuttle/nanotrasen/drone_prototype + name = "V1 Sensor Drone" diff --git a/maps/shuttles/factions/corporations/nanotrasen/drone_prototype.dmm b/maps/shuttles/factions/corporations/nanotrasen/drone_prototype.dmm new file mode 100644 index 000000000000..eb8a58ae1c4c --- /dev/null +++ b/maps/shuttles/factions/corporations/nanotrasen/drone_prototype.dmm @@ -0,0 +1,412 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/space/basic, +/area/space) +"c" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"d" = ( +/obj/structure/handrail{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"e" = ( +/obj/structure/handrail{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"g" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"h" = ( +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"i" = ( +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/nanotrasen/drone_prototype) +"j" = ( +/obj/machinery/shipsensors, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating/outdoors, +/area/shuttle/nanotrasen/drone_prototype) +"k" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"l" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"q" = ( +/turf/simulated/wall/rshull, +/area/shuttle/nanotrasen/drone_prototype) +"s" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"t" = ( +/obj/structure/railing, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"w" = ( +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"B" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"E" = ( +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"I" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"L" = ( +/obj/structure/table/rack/shelf, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"M" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"N" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"P" = ( +/obj/machinery/door/airlock/external/glass, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/drone_prototype) +"Q" = ( +/obj/effect/floor_decal/industrial/warning/full, +/turf/space/basic, +/area/shuttle/nanotrasen/drone_prototype) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(3,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(4,1,1) = {" +a +a +a +a +a +a +a +a +Q +Q +Q +a +a +a +a +a +"} +(5,1,1) = {" +a +a +a +a +a +a +j +q +B +B +q +a +a +a +a +a +"} +(6,1,1) = {" +a +a +a +a +a +q +B +q +w +w +w +q +w +a +a +a +"} +(7,1,1) = {" +a +a +a +a +q +L +t +k +h +E +E +q +w +a +a +a +"} +(8,1,1) = {" +a +a +a +a +B +w +E +l +i +s +M +P +a +a +a +a +"} +(9,1,1) = {" +a +a +a +a +B +w +E +c +i +I +E +P +a +a +a +a +"} +(10,1,1) = {" +a +a +a +a +q +L +t +e +d +c +E +q +w +a +a +a +"} +(11,1,1) = {" +a +a +a +a +a +q +B +q +g +N +E +q +w +a +a +a +"} +(12,1,1) = {" +a +a +a +a +a +a +Q +q +B +B +q +a +a +a +a +a +"} +(13,1,1) = {" +a +a +a +a +a +a +a +a +Q +Q +Q +a +a +a +a +a +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(16,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/maps/shuttles/factions/corporations/nanotrasen/sci_vector.dm b/maps/shuttles/factions/corporations/nanotrasen/sci_vector.dm new file mode 100644 index 000000000000..e710836faffa --- /dev/null +++ b/maps/shuttles/factions/corporations/nanotrasen/sci_vector.dm @@ -0,0 +1,34 @@ +/datum/shuttle_template/nanotrasen/science/vector + name = "NT-S Vector" + desc = "A research vessel built for medium-range archeology and analysis missions." + desc = "A newer design in Nanotrasen's lineup of deep-space shuttles, the Vector was built in-house by \ + the Research Division. While lacking most of the luxuries and heavy tooling of other shuttles, it does \ + contain a suite of astronavigational utilities." + id = "nt-vector" + relative_path = "sci_vector.dmm" + + descriptor = /datum/shuttle_descriptor{ + mass = 25; + } + +// todo: finish map + +/area/shuttle/nanotrasen/sci_vector + +/area/shuttle/nanotrasen/sci_vector/engineering + name = "NT-S Vector - Engineering Compartment" + +/area/shuttle/nanotrasen/sci_vector/service + name = "NT-S Vector - Service Compartment" + +/area/shuttle/nanotrasen/sci_vector/cockpit + name = "NT-S Vector - Cockpit" + +/area/shuttle/nanotrasen/sci_vector/crew + name = "NT-S Vector - Crew Compartment" + +/area/shuttle/nanotrasen/sci_vector/excursion + name = "NT-S Vector - Excursion Compartment" + +/area/shuttle/nanotrasen/sci_vector/airlock + name = "NT-S Vector - Airlock" diff --git a/maps/shuttles/factions/corporations/nanotrasen/sci_vector.dmm b/maps/shuttles/factions/corporations/nanotrasen/sci_vector.dmm new file mode 100644 index 000000000000..00050e127214 --- /dev/null +++ b/maps/shuttles/factions/corporations/nanotrasen/sci_vector.dmm @@ -0,0 +1,1233 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aA" = ( +/obj/machinery/door/blast/regular, +/obj/structure/atmospheric_retention_field, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"aU" = ( +/obj/structure/handrail, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"aZ" = ( +/obj/structure/handrail, +/turf/space/basic, +/area/shuttle/nanotrasen/sci_vector/excursion) +"bF" = ( +/obj/machinery/power/smes, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"ch" = ( +/obj/machinery/atmospherics/pipe/tank{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"cv" = ( +/obj/effect/decal/warning_stripes, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"cW" = ( +/obj/structure/bed/chair/bay/comfy{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"dl" = ( +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"du" = ( +/obj/machinery/door/airlock/glass/research, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"dw" = ( +/obj/machinery/power/apc/east_mount, +/obj/machinery/recharge_station, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"eh" = ( +/obj/machinery/telecomms/server, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"eu" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"fc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/shuttle_control{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"fX" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/shuttle/nanotrasen/sci_vector/excursion) +"fY" = ( +/obj/structure/bed/chair/bay/comfy, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"hA" = ( +/obj/effect/decal/warning_stripes, +/obj/effect/decal/warning_stripes, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"jw" = ( +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"kn" = ( +/obj/spawner/window/reinforced/full, +/obj/spawner/window/reinforced/full, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"kR" = ( +/obj/effect/decal/warning_stripes, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"lE" = ( +/obj/machinery/atmospherics/component/unary/engine/bigger, +/turf/space/basic, +/area/shuttle/nanotrasen/sci_vector/service) +"mY" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"oj" = ( +/obj/structure/closet/secure_closet/xenoarchaeologist, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"oy" = ( +/obj/spawner/window/reinforced/full, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"oG" = ( +/turf/space/basic, +/area/shuttle/nanotrasen/sci_vector/service) +"pj" = ( +/obj/structure/closet/secure_closet/xenoarchaeologist, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"ps" = ( +/obj/machinery/door/airlock/external/glass, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"pu" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"qA" = ( +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"rb" = ( +/obj/structure/bed/chair/bay/comfy{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"rw" = ( +/obj/structure/window/reinforced, +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"rQ" = ( +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"sl" = ( +/obj/structure/table/rack/shelf, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"tF" = ( +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"uA" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"vU" = ( +/obj/structure/bed/chair/bay/comfy{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"wr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/rack/shelf, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"xj" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"xr" = ( +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"xv" = ( +/obj/machinery/computer/rdconsole{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"xK" = ( +/obj/machinery/r_n_d/server, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"xO" = ( +/obj/effect/decal/warning_stripes, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"yR" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/shuttle/nanotrasen/sci_vector/crew) +"zu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"zV" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"Ce" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"CI" = ( +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"CP" = ( +/obj/machinery/computer/nanite_chamber{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"DK" = ( +/obj/structure/bed/chair/bay/comfy{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"DR" = ( +/obj/structure/dispenser/oxygen{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"DS" = ( +/obj/structure/handrail, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"EC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/shuttle/nanotrasen/sci_vector/service) +"EG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"EQ" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"EX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"Fx" = ( +/obj/spawner/window/reinforced/full, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"Gt" = ( +/obj/effect/decal/warning_stripes, +/turf/space/basic, +/area/shuttle/nanotrasen/sci_vector/engineering) +"GQ" = ( +/obj/machinery/artifact_harvester, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"Hs" = ( +/obj/machinery/nanite_chamber, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"HY" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"Ib" = ( +/obj/machinery/door/airlock/glass/research, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"Jr" = ( +/obj/machinery/exonet_node, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"KS" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"Lv" = ( +/obj/effect/decal/warning_stripes, +/turf/space/basic, +/area/shuttle/nanotrasen/sci_vector/service) +"LZ" = ( +/obj/spawner/window/reinforced/full, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"Mz" = ( +/turf/space/basic, +/area/space) +"Ps" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/shuttle/nanotrasen/sci_vector/service) +"Pt" = ( +/obj/structure/handrail, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/airlock) +"PP" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/space/basic, +/area/shuttle/nanotrasen/sci_vector/service) +"Qc" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"QF" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"Rk" = ( +/obj/machinery/atmospherics/component/binary/pump/fuel{ + dir = 4 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"RH" = ( +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"RR" = ( +/obj/machinery/artifact_analyser, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"RX" = ( +/obj/machinery/r_n_d/protolathe, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"Su" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/shuttle/nanotrasen/sci_vector/cockpit) +"Ti" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/shuttle/nanotrasen/sci_vector/engineering) +"Vu" = ( +/obj/effect/decal/warning_stripes, +/turf/space/basic, +/area/shuttle/nanotrasen/sci_vector/excursion) +"Wl" = ( +/obj/machinery/door/airlock/external/glass, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"WQ" = ( +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/crew) +"Xm" = ( +/obj/machinery/door/airlock/glass/research, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"Yh" = ( +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/excursion) +"Yj" = ( +/obj/machinery/door/airlock/glass/research, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"Yl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/shuttle/nanotrasen/sci_vector/service) +"YQ" = ( +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/engineering) +"Zt" = ( +/obj/spawner/window/reinforced/full, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) +"ZP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes, +/obj/machinery/atmospherics/component/binary/pump/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating/indoors, +/area/shuttle/nanotrasen/sci_vector/service) + +(1,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(2,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(3,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(4,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(5,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(6,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Vu +Vu +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Lv +Lv +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(7,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +yR +oy +fX +fX +LZ +LZ +kn +fX +fX +aZ +Mz +Mz +PP +Ps +Ps +Ps +lE +Mz +Mz +Mz +Mz +Mz +Mz +"} +(8,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +oy +Qc +sl +fX +mY +RX +xv +QF +DR +pj +fX +ps +ps +Ps +Hs +CP +Ps +oG +Mz +Mz +Mz +Mz +Mz +Mz +"} +(9,1,1) = {" +Mz +Mz +Mz +Mz +Mz +yR +Qc +WQ +WQ +du +Yh +Yh +cW +Yh +Yh +pj +LZ +Pt +zV +Ps +jw +hA +kR +Ps +lE +Mz +Mz +Mz +Mz +Mz +"} +(10,1,1) = {" +Mz +Mz +Mz +Mz +Mz +oy +fY +WQ +DK +LZ +Yh +Yh +Yh +dl +Yh +oj +LZ +Pt +zV +Ps +jw +zu +zu +Ps +oG +Mz +Mz +Mz +Mz +Mz +"} +(11,1,1) = {" +Mz +Mz +Mz +Mz +Mz +oy +fY +WQ +rb +Su +Fx +Fx +Fx +Su +du +fX +fX +ps +ps +Ps +aU +EQ +EQ +aA +Mz +Mz +Mz +Mz +Mz +Mz +"} +(12,1,1) = {" +Mz +Mz +Mz +Mz +Mz +yR +RR +WQ +RH +Su +HY +fc +wr +Su +tF +Ce +Ce +rQ +rQ +Xm +jw +EQ +EQ +aA +Mz +Mz +Mz +Mz +Mz +Mz +"} +(13,1,1) = {" +Mz +Mz +Mz +Mz +Mz +oy +xj +WQ +WQ +Fx +xr +vU +xr +Ib +rQ +rQ +rQ +rQ +xO +Zt +jw +EC +Yl +Ps +Mz +Mz +Mz +Mz +Mz +Mz +"} +(14,1,1) = {" +Mz +Mz +Mz +Mz +Mz +yR +GQ +WQ +eu +Su +qA +xr +dw +Su +CI +CI +rw +rQ +rQ +Xm +jw +EQ +EQ +aA +Mz +Mz +Mz +Mz +Mz +Mz +"} +(15,1,1) = {" +Mz +Mz +Mz +Mz +Mz +oy +fY +WQ +DK +Su +Su +Ib +Su +Su +Ti +Ti +Ti +Yj +Ti +Ps +DS +EQ +EQ +aA +Mz +Mz +Mz +Mz +Mz +Mz +"} +(16,1,1) = {" +Mz +Mz +Mz +Mz +Mz +oy +fY +WQ +rb +Ti +ch +YQ +YQ +Ti +Jr +eh +bF +YQ +xK +Ps +Rk +ZP +EX +Ps +lE +Mz +Mz +Mz +Mz +Mz +"} +(17,1,1) = {" +Mz +Mz +Mz +Mz +Mz +yR +Qc +WQ +WQ +Yj +YQ +YQ +YQ +Yj +YQ +YQ +YQ +YQ +YQ +Xm +jw +kR +kR +Ps +oG +Mz +Mz +Mz +Mz +Mz +"} +(18,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +oy +Qc +sl +Ti +uA +Ti +Wl +Ti +bF +EG +cv +cv +cv +Ps +KS +KS +Ps +lE +Mz +Mz +Mz +Mz +Mz +Mz +"} +(19,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +yR +oy +Ti +Ti +Ti +pu +Ti +Ti +Ti +Ti +Ti +Ti +Ps +Ps +Ps +Ps +oG +Mz +Mz +Mz +Mz +Mz +Mz +"} +(20,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Gt +Gt +Ti +Wl +Ti +Mz +Mz +Mz +Mz +Mz +Mz +Lv +Lv +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(21,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(22,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(23,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(24,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} +(25,1,1) = {" +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +"} diff --git a/maps/triumph/engines/burn.dmm b/maps/triumph/engines/burn.dmm index 47af7f41b62e..0f5c6cc2cabb 100644 --- a/maps/triumph/engines/burn.dmm +++ b/maps/triumph/engines/burn.dmm @@ -167,7 +167,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/purple{ dir = 4 }, -/turf/simulated/wall/r_wall, +/turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/engine_room) "gT" = ( /obj/structure/grille, @@ -183,11 +183,11 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "gU" = ( /obj/structure/sign/fire, -/turf/simulated/wall/r_wall, +/turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/engine_room) "gV" = ( /turf/template_noop, @@ -563,7 +563,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "xl" = ( /obj/machinery/computer/general_air_control/large_tank_control{ @@ -710,7 +710,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "Ce" = ( /obj/structure/window/phoronreinforced{ @@ -858,7 +858,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "HF" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ @@ -1041,7 +1041,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 4 }, -/turf/simulated/wall/r_wall, +/turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/engine_room) "Py" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ @@ -1060,7 +1060,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "PH" = ( /obj/machinery/atmospherics/component/binary/circulator{ @@ -1146,7 +1146,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "Rn" = ( /obj/machinery/atmospherics/component/binary/pump{ @@ -1311,7 +1311,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "VA" = ( /obj/machinery/atmospherics/pipe/manifold/visible/black{ @@ -1351,7 +1351,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "Wr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -1370,6 +1370,9 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/engine_room) +"WC" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_room) "WF" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -1392,7 +1395,7 @@ name = "Engine Radiator Viewport Shutter"; opacity = 0 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "Xs" = ( /obj/machinery/atmospherics/pipe/manifold/visible/green{ @@ -1462,15 +1465,15 @@ Dq Dq Dq Dq -KZ +WC JN JN JN JN JN -KZ -KZ -KZ +WC +WC +WC Dq Dq Dq @@ -1491,7 +1494,7 @@ cc gW QA OY -KZ +WC Dq Dq Dq @@ -1512,7 +1515,7 @@ LX cc PA qt -KZ +WC Dq oP Dq @@ -1520,11 +1523,11 @@ Dq Dq "} (4,1,1) = {" -KZ +WC Yi Yi Yi -KZ +WC HD PW LX @@ -1533,15 +1536,15 @@ LX OG PA Ku -KZ +WC Yi hD Yi -KZ -KZ +WC +WC "} (5,1,1) = {" -KZ +WC es Qx Ww @@ -1601,10 +1604,10 @@ zz Gw xU nN -KZ +WC "} (8,1,1) = {" -KZ +WC DU Qx pL @@ -1617,15 +1620,15 @@ tV PL Py GT -KZ -KZ +WC +WC gU Tl Uu -KZ +WC "} (9,1,1) = {" -KZ +WC ey Gn mF @@ -1638,7 +1641,7 @@ AX RE Py jD -KZ +WC gV gV gV @@ -1646,7 +1649,7 @@ gV gV "} (10,1,1) = {" -KZ +WC UK jc Mo @@ -1659,7 +1662,7 @@ ay RU Aq eu -KZ +WC gV gV gV @@ -1667,7 +1670,7 @@ gV gV "} (11,1,1) = {" -KZ +WC as Qy tJ @@ -1680,7 +1683,7 @@ bc RF Um fS -KZ +WC gV gV gV @@ -1688,7 +1691,7 @@ gV gV "} (12,1,1) = {" -KZ +WC oY PH On @@ -1701,7 +1704,7 @@ ay Py Qx je -KZ +WC gV gV gV @@ -1709,7 +1712,7 @@ gV gV "} (13,1,1) = {" -KZ +WC bf WF py @@ -1722,7 +1725,7 @@ uj Py Qx uF -KZ +WC gV gV gV @@ -1730,7 +1733,7 @@ gV gV "} (14,1,1) = {" -KZ +WC ip iB nt @@ -1743,7 +1746,7 @@ nt nF iF IP -KZ +WC gV gV gV @@ -1751,7 +1754,7 @@ gV gV "} (15,1,1) = {" -KZ +WC TK zy nU @@ -1764,7 +1767,7 @@ KZ Bc xl rT -KZ +WC gV gV gV @@ -1772,7 +1775,7 @@ gV gV "} (16,1,1) = {" -KZ +WC mz qH nU @@ -1785,7 +1788,7 @@ KZ ox rX jr -KZ +WC gV gV gV @@ -1793,7 +1796,7 @@ gV gV "} (17,1,1) = {" -KZ +WC VN VN KZ @@ -1814,7 +1817,7 @@ gV gV "} (18,1,1) = {" -KZ +WC Vm Vm pO @@ -1835,7 +1838,7 @@ gV gV "} (19,1,1) = {" -KZ +WC Vm Vm sE diff --git a/maps/triumph/engines/rust.dmm b/maps/triumph/engines/rust.dmm index 0038d472160c..64f13312da64 100644 --- a/maps/triumph/engines/rust.dmm +++ b/maps/triumph/engines/rust.dmm @@ -275,7 +275,7 @@ /area/engineering/engine_room) "aP" = ( /obj/structure/sign/warning/radioactive, -/turf/simulated/wall/r_wall, +/turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/engine_room) "aY" = ( /obj/machinery/atmospherics/pipe/manifold/visible/green{ @@ -299,7 +299,7 @@ /obj/structure/cable/cyan{ icon_state = "0-8" }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "ck" = ( /obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ @@ -308,7 +308,7 @@ pump_direction = 0; on = 1 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "cx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -348,7 +348,7 @@ /obj/machinery/camera/network/engine{ dir = 4 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "eD" = ( /obj/machinery/air_alarm{ @@ -425,7 +425,7 @@ id_tag = "engine_sensor"; output = 63 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "iw" = ( /obj/structure/closet/radiation, @@ -487,7 +487,7 @@ id = "EngineVent"; name = "Reactor Vent" }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "kJ" = ( /obj/machinery/computer/fusion_fuel_control{ @@ -603,10 +603,10 @@ icon_state = "phoronwindow0" }, /obj/structure/grille, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "os" = ( -/turf/simulated/wall/r_wall, +/turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/engine_room) "oE" = ( /obj/structure/cable/cyan{ @@ -683,13 +683,13 @@ /obj/structure/cable/cyan{ icon_state = "4-8" }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "ss" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 4 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "sH" = ( /obj/structure/cable/cyan{ @@ -756,7 +756,7 @@ /obj/structure/cable/cyan{ icon_state = "1-2" }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "wb" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ @@ -819,7 +819,7 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/engine_room) "Ab" = ( -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "At" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -856,7 +856,7 @@ id = "cooling_in"; use_power = 1 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "EG" = ( /obj/machinery/atmospherics/pipe/manifold/visible/cyan{ @@ -997,7 +997,7 @@ /obj/structure/cable/cyan{ icon_state = "1-2" }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "Kt" = ( /obj/machinery/door/firedoor, @@ -1024,7 +1024,7 @@ /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "Lz" = ( /obj/machinery/atmospherics/pipe/manifold/visible/cyan{ @@ -1051,7 +1051,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 4 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "MW" = ( /obj/machinery/atmospherics/component/binary/pump, @@ -1209,7 +1209,7 @@ pump_direction = 0; on = 1 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "RC" = ( /obj/structure/cable/cyan{ @@ -1249,7 +1249,7 @@ id = "cooling_in"; use_power = 1 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "Th" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -1277,7 +1277,7 @@ /obj/structure/cable/cyan{ icon_state = "4-8" }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "UA" = ( /obj/machinery/atmospherics/component/binary/pump{ @@ -1337,7 +1337,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, -/turf/simulated/floor, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "YK" = ( /obj/machinery/atmospherics/component/binary/pump, diff --git a/maps/triumph/engines/sme.dmm b/maps/triumph/engines/sme.dmm index adce34d916ae..9cf90960a212 100644 --- a/maps/triumph/engines/sme.dmm +++ b/maps/triumph/engines/sme.dmm @@ -43,10 +43,6 @@ /area/engineering/engine_room) "bb" = ( /obj/structure/grille, -/obj/structure/window/phoronreinforced, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, /obj/structure/window/phoronreinforced{ dir = 8 }, @@ -58,6 +54,9 @@ id = "SupermatterPort"; name = "Reactor Blast Door" }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, /turf/simulated/floor, /area/engineering/engine_room) "bK" = ( @@ -109,9 +108,7 @@ id = "EngineVent"; name = "Reactor Vent" }, -/turf/simulated/floor/reinforced/nitrogen{ - initial_gas_mix = "n2=82.1472;TEMP=293.15" - }, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "fp" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ @@ -167,10 +164,6 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/engine_room) -"hJ" = ( -/obj/structure/sign/vacuum, -/turf/simulated/wall/r_wall, -/area/engineering/engine_room) "hR" = ( /obj/machinery/atmospherics/pipe/manifold/visible/green{ dir = 1 @@ -331,8 +324,8 @@ /obj/machinery/camera/network/engine{ dir = 1 }, -/obj/machinery/atmospherics/component/binary/pump{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /turf/simulated/floor, /area/engineering/engine_room) @@ -367,20 +360,21 @@ pixel_y = -5; req_access = list(10) }, -/obj/machinery/button/remote/blast_door{ - desc = "A remote control-switch for the engine control room blast doors."; - id = "EngineBlast"; - name = "Engine Monitoring Room Blast Doors"; - pixel_x = -25; - pixel_y = 5; - req_access = list(10) - }, /obj/structure/cable/yellow{ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 5 }, +/obj/machinery/button/remote/airlock{ + pixel_y = 5; + pixel_x = -25; + desc = "A control for the locking bolts of the access hatch into the containment."; + id = "engine_access_hatch"; + name = "Access Hatch"; + req_access = list(10); + specialfunctions = 4 + }, /turf/simulated/floor/plating, /area/engineering/engine_room) "nV" = ( @@ -413,7 +407,7 @@ /area/engineering/engine_room) "qb" = ( /obj/structure/sign/warning/radioactive, -/turf/simulated/wall/r_wall, +/turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/engine_room) "qc" = ( /obj/machinery/shield_diffuser, @@ -667,9 +661,6 @@ "zU" = ( /obj/structure/grille, /obj/structure/window/phoronreinforced, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, /obj/structure/window/phoronreinforced{ dir = 8 }, @@ -879,14 +870,11 @@ /turf/simulated/floor/plating, /area/engineering/engine_room) "FO" = ( -/obj/machinery/door/airlock/hatch{ - icon_state = "door_locked"; - id_tag = "engine_access_hatch"; - locked = 1; - req_one_access = null - }, /obj/map_helper/access_helper/airlock/station/engineering/engine, -/turf/simulated/floor/reinforced, +/obj/machinery/door/airlock/hatch/supermatter_access{ + id_tag = "engine_access_hatch" + }, +/turf/simulated/floor/reinforced/airless, /area/engineering/engine_room) "FV" = ( /obj/structure/cable/cyan{ @@ -1315,7 +1303,7 @@ /turf/simulated/floor, /area/engineering/engine_room) "WZ" = ( -/turf/simulated/wall/r_wall, +/turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/engine_room) "Xc" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, @@ -1360,12 +1348,6 @@ /obj/structure/cable/cyan{ icon_state = "1-2" }, -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1439; - name = "Reactor Waste Port"; - output_tag = "waste_out"; - sensors = null - }, /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/engine_room) "Yg" = ( @@ -1435,9 +1417,9 @@ Za WZ WZ WZ -hJ dF -hJ +dF +dF WZ WZ WZ diff --git a/maps/triumph/levels/deck1.dmm b/maps/triumph/levels/deck1.dmm index 86cc2abe3f1f..ff1464050c5b 100644 --- a/maps/triumph/levels/deck1.dmm +++ b/maps/triumph/levels/deck1.dmm @@ -63,10 +63,10 @@ /turf/simulated/floor/tiled, /area/engineering/hallway) "ai" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 6 }, /turf/simulated/floor/tiled/techmaint, @@ -301,7 +301,7 @@ /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) "aO" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/blue, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "aS" = ( @@ -526,8 +526,8 @@ /turf/simulated/floor/tiled/white, /area/engineering/foyer_mezzenine) "by" = ( -/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -651,8 +651,8 @@ /area/space) "bS" = ( /obj/spawner/window/low_wall/reinforced/full/firelocks, -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /obj/effect/paint_stripe/pipecyan, /turf/simulated/floor/plating, @@ -669,6 +669,18 @@ }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) +"bU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "bV" = ( /obj/structure/atmos_tank_segment/phoron{ icon_state = "4,0" @@ -871,10 +883,16 @@ /turf/simulated/floor/tiled, /area/engineering/hallway/lower) "cK" = ( -/obj/structure/catwalk, -/obj/structure/catwalk, -/turf/simulated/wall/r_wall/prepainted/engineering, -/area/engineering/portnacelle) +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/machinery/meter, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "cM" = ( /obj/structure/atmos_tank_segment/n2o2{ icon_state = "0,3" @@ -966,10 +984,10 @@ /turf/simulated/floor/airless/ceiling, /area/engineering/atmos/gas_storage) "cZ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/blue, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "dc" = ( @@ -1165,7 +1183,7 @@ /obj/structure/atmos_tank_segment/o2{ icon_state = "3,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/reinforced/oxygen, /area/engineering/atmos/gas_storage) "dN" = ( @@ -1561,7 +1579,7 @@ /obj/machinery/door/airlock/maintenance/engi{ req_one_access = null }, -/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/tiled/techmaint, /area/maintenance/engineering) "fb" = ( @@ -1594,8 +1612,8 @@ /turf/simulated/floor/plating, /area/engineering/hallway/lower) "ff" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan, -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -1641,16 +1659,10 @@ /turf/simulated/floor/tiled, /area/station/stairs_one) "fn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 5 }, /turf/simulated/floor/tiled/techmaint, @@ -1755,6 +1767,7 @@ /obj/machinery/door/firedoor{ dir = 8 }, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/tiled, /area/engineering/hallway) "fJ" = ( @@ -1840,7 +1853,7 @@ /turf/simulated/floor/plating, /area/maintenance/engineering) "fW" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/black, /obj/machinery/meter, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -1856,6 +1869,13 @@ /obj/structure/railing, /turf/space, /area/space) +"gc" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "gf" = ( /obj/machinery/atmospherics/component/unary/vent_pump{ dir = 4; @@ -2166,21 +2186,24 @@ /turf/simulated/floor/tiled, /area/engineering/hallway/lower) "ha" = ( -/obj/structure/catwalk, -/turf/simulated/wall/r_wall/prepainted/engineering, -/area/engineering/portnacelle) +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "hb" = ( /obj/machinery/atmospherics/pipe/simple/visible, /obj/structure/catwalk, /turf/simulated/floor/airless/ceiling, /area/engineering/atmos/gas_storage) "hd" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 10 +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 8 }, -/obj/machinery/meter, -/turf/simulated/floor/tiled/techmaint, -/area/engineering/atmos) +/obj/structure/catwalk, +/turf/simulated/floor/airless/ceiling, +/area/engineering/atmos/gas_storage) "he" = ( /turf/space/basic, /area/space) @@ -2215,14 +2238,18 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/starboardnacelle) "hk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/warning{ dir = 5 }, /obj/structure/window/reinforced{ dir = 4 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "hl" = ( @@ -2247,7 +2274,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "hn" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, /turf/simulated/floor/tiled/techmaint, @@ -2644,7 +2671,10 @@ /turf/simulated/floor/tiled/white, /area/engineering/foyer_mezzenine) "iC" = ( -/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/obj/machinery/meter, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "iE" = ( @@ -2745,9 +2775,6 @@ }, /turf/simulated/floor/tiled/hydro, /area/engineering/atmos) -"iY" = ( -/turf/simulated/wall/r_wall, -/area/engineering/engine_room) "ja" = ( /obj/structure/table/rack{ dir = 8; @@ -2830,8 +2857,8 @@ /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) "jj" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -2879,7 +2906,9 @@ /turf/simulated/floor/airless/ceiling, /area/space) "jv" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "jy" = ( @@ -3108,6 +3137,12 @@ }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) +"ke" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/blue{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "kf" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -3207,9 +3242,8 @@ /area/tcommsat/chamber) "kv" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 4 + dir = 9 }, -/obj/machinery/meter, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "kw" = ( @@ -3456,10 +3490,10 @@ /turf/simulated/wall/prepainted/engineering, /area/engineering/storage) "lw" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/red, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "lz" = ( @@ -3726,8 +3760,8 @@ /obj/machinery/light{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -3735,7 +3769,7 @@ /obj/structure/atmos_tank_segment/o2{ icon_state = "1,4" }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/blue, /obj/structure/lattice, /turf/space/basic, /area/engineering/atmos/gas_storage) @@ -3800,7 +3834,7 @@ /obj/machinery/door/airlock/maintenance/engi{ req_one_access = null }, -/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/plating, /area/tcommsat/powercontrol) "mC" = ( @@ -3958,8 +3992,8 @@ /obj/structure/atmos_tank_segment/phoron{ icon_state = "3,1" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /turf/simulated/floor/reinforced/phoron, /area/engineering/atmos/gas_storage) @@ -4034,7 +4068,7 @@ /turf/simulated/floor/airless/ceiling, /area/engineering/atmos/gas_storage) "nC" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 1 }, /obj/effect/floor_decal/industrial/warning/corner, @@ -4118,7 +4152,7 @@ /obj/effect/floor_decal/industrial/warning{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 9 }, /obj/structure/window/reinforced{ @@ -4248,7 +4282,7 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/engine_monitoring) "oo" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 5 }, /obj/machinery/meter, @@ -4341,11 +4375,13 @@ /turf/simulated/floor/tiled, /area/engineering/hallway/lower) "oI" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, /obj/machinery/atmospherics/pipe/simple/visible/purple{ - dir = 6 + dir = 8 }, -/turf/simulated/floor/tiled/techmaint, -/area/engineering/atmos) +/obj/effect/paint_stripe/pipecyan, +/turf/simulated/floor/plating, +/area/space) "oJ" = ( /obj/machinery/atmospherics/portables_connector{ dir = 1 @@ -4392,7 +4428,7 @@ /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) "oP" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /obj/effect/floor_decal/industrial/warning, @@ -4444,7 +4480,7 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/shunt) "pa" = ( -/obj/machinery/atmospherics/component/unary/vent_pump/on{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -4459,8 +4495,8 @@ /obj/structure/atmos_tank_segment/co2{ icon_state = "3,1" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /turf/simulated/floor/reinforced/carbon_dioxide, /area/engineering/atmos/gas_storage) @@ -4502,7 +4538,7 @@ /obj/effect/floor_decal/industrial/warning{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold4w/visible/red, +/obj/machinery/atmospherics/pipe/manifold4w/visible/black, /obj/machinery/meter, /obj/structure/cable/green{ icon_state = "1-2" @@ -4741,7 +4777,7 @@ /obj/structure/atmos_tank_segment/o2{ icon_state = "3,4" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible, /obj/structure/lattice, /turf/space/basic, /area/engineering/atmos/gas_storage) @@ -4831,7 +4867,7 @@ /obj/machinery/door/airlock/maintenance/engi{ req_one_access = null }, -/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, /turf/simulated/floor/plating, /area/engineering/atmos/storage) "qr" = ( @@ -4880,7 +4916,7 @@ /obj/structure/atmos_tank_segment/air{ icon_state = "1,3" }, -/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, /turf/simulated/floor/reinforced/airmix, /area/engineering/atmos/gas_storage) "qz" = ( @@ -4923,7 +4959,7 @@ /turf/simulated/floor/tiled/techmaint, /area/tcommsat/computer) "qD" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/red{ +/obj/machinery/atmospherics/pipe/manifold/visible/black{ dir = 4 }, /obj/machinery/meter, @@ -4967,16 +5003,10 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/drone_fabrication) "qK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/effect/floor_decal/industrial/warning{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -5100,7 +5130,7 @@ /turf/simulated/floor/reinforced/n20, /area/engineering/atmos/gas_storage) "rb" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ +/obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 9 }, /obj/machinery/meter, @@ -5158,7 +5188,7 @@ /turf/simulated/floor/tiled/techfloor, /area/engineering/engine_airlock) "rq" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 10 }, /obj/effect/floor_decal/industrial/warning{ @@ -5216,9 +5246,7 @@ }, /area/tcommsat/chamber) "ry" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - dir = 10 - }, +/obj/machinery/atmospherics/pipe/simple/visible/black, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "rA" = ( @@ -5252,8 +5280,8 @@ /obj/structure/atmos_tank_segment/n2o2{ icon_state = "3,1" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /turf/simulated/floor/reinforced/n20, /area/engineering/atmos/gas_storage) @@ -5337,15 +5365,12 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/locker_room) "rT" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4 +/obj/effect/floor_decal/industrial/warning{ + dir = 1 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "rU" = ( @@ -5480,11 +5505,11 @@ /obj/structure/atmos_tank_segment/n2{ icon_state = "1,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/red, /turf/simulated/floor/reinforced/nitrogen, /area/engineering/atmos/gas_storage) "sm" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 5 }, /obj/effect/floor_decal/industrial/warning{ @@ -5635,7 +5660,7 @@ /turf/simulated/floor/tiled, /area/station/stairs_one) "sR" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/red, /obj/structure/catwalk, /turf/simulated/floor/airless/ceiling, /area/engineering/atmos/gas_storage) @@ -5729,7 +5754,7 @@ /obj/structure/atmos_tank_segment/co2{ icon_state = "4,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, /obj/structure/lattice, @@ -5929,8 +5954,8 @@ }, /area/tcommsat/chamber) "tH" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /obj/structure/cable/green{ icon_state = "1-2" @@ -6096,7 +6121,7 @@ /turf/simulated/floor/plating, /area/maintenance/engi_engine) "um" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 6 }, /obj/machinery/meter, @@ -6280,7 +6305,7 @@ /obj/machinery/door/airlock/maintenance/engi{ req_one_access = null }, -/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) "uM" = ( @@ -6312,7 +6337,7 @@ /obj/machinery/door/airlock/maintenance/engi{ req_one_access = null }, -/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/plating, /area/maintenance/engineering) "uU" = ( @@ -6526,10 +6551,9 @@ /turf/simulated/floor/plating, /area/maintenance/engi_engine) "vN" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ - dir = 6 +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 8 }, -/obj/machinery/meter, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "vP" = ( @@ -6557,7 +6581,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/workshop) "vT" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/black, /obj/structure/catwalk, /turf/simulated/floor/airless/ceiling, /area/engineering/atmos/gas_storage) @@ -6608,7 +6632,7 @@ /turf/simulated/floor/tiled/white, /area/engineering/foyer_mezzenine) "wa" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ +/obj/machinery/atmospherics/pipe/manifold/visible/blue{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -6630,7 +6654,7 @@ /obj/structure/atmos_tank_segment/o2{ icon_state = "1,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/blue, /turf/simulated/floor/reinforced/oxygen, /area/engineering/atmos/gas_storage) "we" = ( @@ -6803,8 +6827,8 @@ /obj/structure/atmos_tank_segment/phoron{ icon_state = "4,1" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /obj/structure/lattice, /turf/space/basic, @@ -6888,7 +6912,7 @@ /turf/simulated/floor/plating, /area/engineering/engine_smes) "wV" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 1 }, /obj/effect/floor_decal/industrial/warning/corner{ @@ -6898,7 +6922,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "wY" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/purple{ +/obj/machinery/atmospherics/pipe/manifold/visible/red{ dir = 8 }, /turf/simulated/floor/tiled/techmaint, @@ -6907,7 +6931,7 @@ /obj/structure/atmos_tank_segment/air{ icon_state = "1,4" }, -/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, /obj/structure/lattice, /turf/space/basic, /area/engineering/atmos/gas_storage) @@ -7080,7 +7104,7 @@ /obj/structure/cable/green{ icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/visible/red{ +/obj/machinery/atmospherics/pipe/manifold/visible/black{ dir = 8 }, /obj/effect/floor_decal/industrial/warning{ @@ -7126,11 +7150,11 @@ /obj/machinery/atmospherics/pipe/simple/visible{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "xF" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 9 }, /turf/simulated/floor/tiled/techmaint, @@ -7263,7 +7287,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/engine_monitoring) "yr" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 10 }, /obj/effect/floor_decal/industrial/warning{ @@ -7512,8 +7536,8 @@ /obj/structure/atmos_tank_segment/n2o2{ icon_state = "4,1" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /obj/structure/lattice, /turf/space/basic, @@ -7535,14 +7559,12 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/engine_monitoring) "zf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 }, -/turf/simulated/floor/tiled/techmaint, -/area/engineering/atmos) +/obj/structure/catwalk, +/turf/simulated/floor/airless/ceiling, +/area/engineering/atmos/gas_storage) "zi" = ( /obj/machinery/air_alarm{ dir = 1; @@ -7701,7 +7723,7 @@ /area/engineering/atmos/monitoring) "zP" = ( /obj/spawner/window/low_wall/reinforced/full/firelocks, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/black, /obj/effect/paint_stripe/pipecyan, /turf/simulated/floor/plating, /area/engineering/atmos) @@ -7740,15 +7762,10 @@ /turf/simulated/floor/tiled/techmaint, /area/tcommsat/computer) "zV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - dir = 1 - }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "zX" = ( @@ -8063,8 +8080,8 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/portnacelle) "AV" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /obj/structure/cable/green{ icon_state = "4-8" @@ -8093,8 +8110,8 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "Bc" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /obj/machinery/atmospherics/component/binary/pump{ dir = 1 @@ -8276,7 +8293,7 @@ /turf/simulated/floor/tiled/techmaint, /area/maintenance/trash_pit) "BI" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 6 }, /turf/simulated/floor/tiled/techmaint, @@ -8580,6 +8597,12 @@ }, /turf/simulated/floor/tiled/steel_dirty, /area/engineering/atmos/storage) +"CK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "CM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -8666,8 +8689,8 @@ /obj/structure/atmos_tank_segment/n2o2{ icon_state = "3,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 8 }, /turf/simulated/floor/reinforced/n20, /area/engineering/atmos/gas_storage) @@ -8739,8 +8762,8 @@ /obj/structure/atmos_tank_segment/n2o2{ icon_state = "4,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 8 }, /obj/structure/lattice, /turf/space/basic, @@ -8809,7 +8832,7 @@ /obj/structure/atmos_tank_segment/n2{ icon_state = "3,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/black, /turf/simulated/floor/reinforced/nitrogen, /area/engineering/atmos/gas_storage) "Dy" = ( @@ -8843,11 +8866,11 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/engine_airlock) "DD" = ( -/obj/structure/cable/green{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 }, -/turf/simulated/wall/prepainted/engineering, -/area/engineering/drone_fabrication) +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "DE" = ( /obj/machinery/atmospherics/pipe/manifold/hidden, /turf/simulated/wall/r_wall/prepainted/engineering/atmos, @@ -8878,14 +8901,14 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/storage) "DH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "DI" = ( @@ -8923,7 +8946,7 @@ /turf/simulated/floor/plating, /area/maintenance/engi_engine) "DN" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /obj/effect/floor_decal/industrial/warning, @@ -9114,7 +9137,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/storage) "Ew" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, /obj/machinery/meter, @@ -9125,7 +9148,9 @@ /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, -/obj/effect/paint_stripe/pipecyan, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, /turf/simulated/floor/plating, /area/engineering/atmos) "EA" = ( @@ -9186,9 +9211,7 @@ /turf/simulated/shuttle/wall/voidcraft/blue, /area/engineering/hallway/lower) "EP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -9540,7 +9563,7 @@ /turf/simulated/floor/plating, /area/maintenance/engineering) "FT" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /obj/effect/floor_decal/industrial/warning/corner{ @@ -9919,7 +9942,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/storage) "Ho" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible, /obj/machinery/light{ dir = 8; light_range = 12 @@ -10083,7 +10106,7 @@ /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 10 }, /obj/structure/window/reinforced{ @@ -10197,6 +10220,12 @@ /obj/effect/paint_stripe/pipecyan, /turf/simulated/floor/plating, /area/engineering/atmos/monitoring) +"Ij" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/effect/paint_stripe/pipecyan, +/turf/simulated/floor/plating, +/area/engineering/atmos) "Ik" = ( /obj/structure/cable{ icon_state = "0-4" @@ -10296,7 +10325,7 @@ /turf/simulated/floor/tiled, /area/station/stairs_one) "IC" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ +/obj/machinery/atmospherics/pipe/simple/visible/blue{ dir = 5 }, /obj/machinery/meter, @@ -10535,14 +10564,14 @@ /obj/machinery/door/airlock/maintenance/engi{ req_one_access = null }, -/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/tiled/techmaint, /area/tcommsat/computer) "Jn" = ( /obj/structure/atmos_tank_segment/n2{ icon_state = "1,4" }, -/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/red, /obj/structure/lattice, /turf/space/basic, /area/engineering/atmos/gas_storage) @@ -10563,8 +10592,8 @@ /turf/simulated/floor/tiled, /area/engineering/hallway) "Jp" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -10607,7 +10636,7 @@ /turf/simulated/floor/reinforced/airmix, /area/engineering/atmos/gas_storage) "Jz" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ +/obj/machinery/atmospherics/pipe/simple/visible/blue{ dir = 9 }, /obj/machinery/light, @@ -10644,7 +10673,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/engine_airlock) "JE" = ( -/obj/machinery/atmospherics/pipe/simple/visible/purple{ +/obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 4 }, /obj/machinery/computer/general_air_control/large_tank_control{ @@ -10787,14 +10816,14 @@ /turf/simulated/floor/plating, /area/engineering/hallway/lower) "JZ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /obj/structure/catwalk, /turf/simulated/floor/airless/ceiling, /area/engineering/atmos/gas_storage) "Kb" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -10836,7 +10865,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/green{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/black, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "Km" = ( @@ -10880,8 +10909,8 @@ }, /area/tcommsat/chamber) "Kt" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -10899,8 +10928,8 @@ /obj/structure/atmos_tank_segment/co2{ icon_state = "4,1" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /obj/structure/lattice, /turf/space/basic, @@ -11117,12 +11146,6 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/locker_room) "Lj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/effect/floor_decal/industrial/warning/corner{ dir = 1 }, @@ -11278,6 +11301,11 @@ /obj/structure/catwalk, /turf/space, /area/space) +"LI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/structure/catwalk, +/turf/simulated/floor/airless/ceiling, +/area/engineering/atmos/gas_storage) "LJ" = ( /obj/structure/atmos_tank_segment/air{ icon_state = "1,2" @@ -11300,7 +11328,7 @@ /turf/simulated/floor/reinforced/airmix, /area/engineering/atmos/gas_storage) "LK" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ +/obj/machinery/atmospherics/pipe/simple/visible/blue{ dir = 4 }, /obj/machinery/computer/general_air_control/large_tank_control{ @@ -11754,8 +11782,8 @@ /turf/simulated/wall/r_wall/prepainted/engineering, /area/engineering/drone_fabrication) "Nn" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /obj/machinery/meter, /turf/simulated/floor/tiled/techmaint, @@ -11834,9 +11862,8 @@ /turf/simulated/floor/tiled/white, /area/engineering/foyer_mezzenine) "NB" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -11949,13 +11976,7 @@ /turf/space/basic, /area/space) "Oa" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -11964,7 +11985,7 @@ /turf/simulated/wall/prepainted, /area/maintenance/trash_pit) "Od" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 6 }, /obj/machinery/power/apc/north_mount{ @@ -12004,12 +12025,12 @@ /turf/simulated/floor/tiled, /area/engineering/hallway) "Oh" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, /obj/machinery/light, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "Oj" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/red{ +/obj/machinery/atmospherics/pipe/manifold/visible/black{ dir = 8 }, /obj/effect/floor_decal/industrial/warning/corner{ @@ -12053,8 +12074,8 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/storage) "Op" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /obj/structure/cable/green{ icon_state = "1-2" @@ -12343,7 +12364,7 @@ /turf/simulated/floor/tiled, /area/engineering/hallway/lower) "Pa" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "Pc" = ( @@ -12478,7 +12499,7 @@ /obj/structure/atmos_tank_segment/n2{ icon_state = "3,4" }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/black, /obj/structure/lattice, /turf/space/basic, /area/engineering/atmos/gas_storage) @@ -12812,6 +12833,9 @@ /obj/machinery/light{ dir = 4 }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "QN" = ( @@ -12904,8 +12928,10 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "Re" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "Rf" = ( @@ -13130,7 +13156,7 @@ /obj/effect/floor_decal/industrial/warning{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, /turf/simulated/floor/tiled/techmaint, @@ -13327,7 +13353,7 @@ /turf/space/basic, /area/engineering/atmos/gas_storage) "Sx" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, /obj/effect/floor_decal/industrial/warning{ @@ -13359,7 +13385,7 @@ /turf/simulated/floor/tiled/steel_dirty, /area/engineering/atmos/storage) "SE" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, /obj/effect/floor_decal/industrial/warning{ @@ -13664,7 +13690,7 @@ /obj/structure/atmos_tank_segment/co2{ icon_state = "3,3" }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, /turf/simulated/floor/reinforced/carbon_dioxide, @@ -13736,8 +13762,17 @@ /turf/simulated/floor/plating, /area/maintenance/engi_engine) "TU" = ( -/turf/simulated/wall/r_wall/prepainted/engineering, -/area/maintenance/dormitory) +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "TV" = ( /obj/structure/table/reinforced, /obj/item/toy/plushie/carp/nebula, @@ -13864,7 +13899,12 @@ /turf/simulated/floor/plating, /area/maintenance/engineering) "Uo" = ( -/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "Up" = ( @@ -14054,14 +14094,14 @@ /area/engineering/hallway/lower) "UR" = ( /obj/spawner/window/low_wall/reinforced/full/firelocks, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 }, /obj/effect/paint_stripe/pipecyan, /turf/simulated/floor/plating, /area/space) "UV" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 }, /turf/simulated/floor/tiled/techmaint, @@ -14258,16 +14298,16 @@ /turf/simulated/floor/tiled/techfloor/grid, /area/engineering/portnacelle) "VC" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ +/obj/machinery/atmospherics/pipe/simple/visible{ dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ +/obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 6 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "VG" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, /obj/effect/floor_decal/industrial/warning{ @@ -14505,6 +14545,12 @@ }, /turf/simulated/floor/tiled/techmaint, /area/tcommsat/computer) +"Wo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "Wr" = ( /obj/structure/cable{ icon_state = "0-2" @@ -14766,7 +14812,7 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/storage) "Xs" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible, /obj/machinery/camera/network/engineering{ dir = 4 }, @@ -14887,6 +14933,12 @@ /obj/structure/catwalk, /turf/simulated/floor/plating, /area/engineering/hallway) +"XH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) "XI" = ( /obj/machinery/atmospherics/component/unary/vent_pump/on, /turf/simulated/floor/carpet/blucarpet, @@ -14986,7 +15038,7 @@ /turf/simulated/floor/plating, /area/station/stairs_one) "Ya" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 10 }, /turf/simulated/floor/tiled/techmaint, @@ -15074,18 +15126,15 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/locker_room) "Yl" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/red{ +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 }, /turf/simulated/wall/r_wall/prepainted/engineering/atmos, /area/engineering/atmos) "Ym" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -15129,7 +15178,9 @@ /obj/machinery/atmospherics/pipe/simple/visible/green{ dir = 4 }, -/obj/effect/paint_stripe/pipecyan, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, /turf/simulated/floor/plating, /area/space) "Ys" = ( @@ -15187,6 +15238,7 @@ /obj/machinery/door/firedoor{ dir = 8 }, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/tiled, /area/engineering/hallway) "YB" = ( @@ -15217,7 +15269,7 @@ dir = 4 }, /obj/machinery/camera/network/outside{ - dir = 10 + dir = 1 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -15295,8 +15347,9 @@ /turf/simulated/floor/tiled/dark, /area/tcommsat/computer) "YV" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -15365,7 +15418,7 @@ /obj/machinery/door/airlock/maintenance/engi{ req_one_access = null }, -/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/map_helper/access_helper/airlock/station/engineering/department, /turf/simulated/floor/plating, /area/maintenance/trash_pit) "Zi" = ( @@ -15587,12 +15640,9 @@ /turf/space, /area/space) "ZO" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 10 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) "ZP" = ( @@ -15637,9 +15687,9 @@ /turf/simulated/floor/plating, /area/maintenance/engi_engine) "ZT" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan, -/obj/machinery/atmospherics/pipe/simple/visible/purple{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) @@ -27038,7 +27088,7 @@ cD cD cD cD -iY +cD cD cD cD @@ -29929,7 +29979,7 @@ TP Xx SP EZ -ha +EZ Bx Bx Bx @@ -30123,13 +30173,13 @@ ab Ps SP LH -ha -cK -ha -ha -ha -ha -ha +EZ +EZ +EZ +EZ +EZ +EZ +EZ EZ Wl ME @@ -30156,12 +30206,12 @@ fj yE Hg kw -TU -TU -TU -TU -TU -TU +st +st +st +st +st +st SP KW he @@ -33265,13 +33315,13 @@ JZ tu dW oy -qZ +hd tu JZ oy dW oy -qZ +zf tu JZ dW @@ -33459,7 +33509,7 @@ Ey xX bQ bQ -Yr +oI Hq UR bQ @@ -33649,19 +33699,19 @@ Km yh jl hZ -IM +wb Vl Vl -yh -jl +cK +jd il -IM -vN +wb +um Xs Ho -jl +jj eD -IM +wb xX oy Yq @@ -33842,19 +33892,19 @@ Vl Vl xw BI -Xi -rw +qf +jj Vl Vl -xw +vN BI -Xi +qf ai -jl +jj Vl Vl um -Xi +qf VC gh sR @@ -34032,23 +34082,23 @@ xz Gt xC AV -tk -qm +Jp +ry Kl RB -qm -qm +ry +ry fW -qm -Ym +ry +ha tM -qm +ry Ym fW -qm -qm +ry +ry Jc -Jp +FX JE WF tu @@ -34226,7 +34276,7 @@ ax Bs xC hy -YV +UV Vl GJ mX @@ -34234,16 +34284,16 @@ oJ Vl Vl Vl -GJ +NB mX oJ -GJ +DD mX oJ Vl Nn -hd -NB +lB +Ns zP vT PH @@ -34420,7 +34470,7 @@ Em oD xC AV -YV +UV Vl Pz Vl @@ -34432,9 +34482,9 @@ Pz Vl Vl Pz -oI +tk wY -jv +qm lw wY rb @@ -34586,7 +34636,7 @@ Zh mD Ru PZ -DD +bA fk qP Kr @@ -34616,19 +34666,19 @@ yV Op tH HQ -ry -aO -aO -aO +ZO +Xi +Xi +Xi Ew hn Kb -aO -aO +Xi +Xi Pa Pz Or -vU +aO cZ ZT IC @@ -34808,24 +34858,24 @@ Tu Tu xC ml -YV +UV Jj Vl qn qn qn -jj -jj +IM +IM Vl Vl Vl -GJ -jl +by +rw wb zq Bc -jd -es +kv +CK xX oy cX @@ -35012,16 +35062,16 @@ Ba RS EW Vl -Uo +Vl ZO oo Mv Vl SX -Jp -hm -df -EI +FX +ke +Ij +LI mm wd bB @@ -35206,13 +35256,13 @@ HM Oh xX WK -iC -EP -jj +Vl +Vl +IM wb xI UV -IM +wb LK WF tu @@ -35396,20 +35446,20 @@ yp Lo YL eN -vW +Uo nC VG SE RP fn -jj +IM wb fO UV -hd +lB Kt -zP -vT +zJ +hb qg dL eY @@ -35590,17 +35640,17 @@ gu gu gu at -vW +rT oP vk vk vk qK -ry +ZO Dd wa ff -vU +aO Jz xX oy @@ -35784,7 +35834,7 @@ zO zO al YO -vW +rT wV Sx sm @@ -35978,16 +36028,16 @@ OF Cx UW vj -vW +bU DN iW QI vW -zV -qf +hm +vU xE -FX -kv +Wo +Nn Vl Vl xX @@ -36172,20 +36222,20 @@ Rk oS Uu vj -vW +TU FT Ys Ys II -rT -pa +es +Vl wb -lB -Ns -qf -qf -zJ -hb +iC +YV +vU +vU +df +EI xa qy LJ @@ -36369,10 +36419,10 @@ Lk hk DH Re -Re -Re -Oa -zf +XH +Vl +es +Vl wb Vl UV @@ -36562,14 +36612,14 @@ Qs Nd ur nR -Vl -Vl +Oa +pa Vl es -by +Vl HN qf -Ns +gc qf qf zJ @@ -36756,8 +36806,8 @@ bz Nd Up kd -vU -vU +EP +zV vU dz gq @@ -36951,7 +37001,7 @@ bu JV Ao QM -Vl +jv PG jV Ya diff --git a/code/modules/maps/overmap/space/triumph/triumph.dm b/maps/triumph/triumph-overmap.dm similarity index 100% rename from code/modules/maps/overmap/space/triumph/triumph.dm rename to maps/triumph/triumph-overmap.dm diff --git a/maps/triumph/triumph-sectors.dm b/maps/triumph/triumph-sectors.dm new file mode 100644 index 000000000000..a469cf659ac2 --- /dev/null +++ b/maps/triumph/triumph-sectors.dm @@ -0,0 +1,14 @@ + +/obj/overmap/entity/visitable/sector/centcom_triumph + name = "NDV Marksman" + desc = "The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet." + scanner_desc = @{"[i]Information[/i]: The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet."} + in_space = 1 + known = TRUE + icon = 'icons/modules/overmap/tiled.dmi' + icon_state = "fleet" + color = "#007396" + + initial_restricted_waypoints = list( + "NDV Quicksilver" = list("specops_hangar") + ) diff --git a/code/modules/maps/templates/misc_presets/triumph_shuttle_landmarks.dm b/maps/triumph/triumph-shuttle-landmarks.dm similarity index 100% rename from code/modules/maps/templates/misc_presets/triumph_shuttle_landmarks.dm rename to maps/triumph/triumph-shuttle-landmarks.dm diff --git a/maps/triumph/triumph-turbolifts.dm b/maps/triumph/triumph-turbolifts.dm new file mode 100644 index 000000000000..97275f683160 --- /dev/null +++ b/maps/triumph/triumph-turbolifts.dm @@ -0,0 +1,15 @@ + +/obj/turbolift_map_holder/triumph + name = "Triumph Climber" + depth = 4 + lift_size_x = 3 + lift_size_y = 1 + icon = 'icons/obj/turbolift_preview_3x3.dmi' + wall_type = null // Don't make walls + + areas_to_use = list( + /area/turbolift/t_ship/level1, + /area/turbolift/t_ship/level2, + /area/turbolift/t_ship/level3, + /area/turbolift/t_ship/level4 + ) diff --git a/maps/victory/engines.dm b/maps/victory/engines.dm new file mode 100644 index 000000000000..7fe1e2c66679 --- /dev/null +++ b/maps/victory/engines.dm @@ -0,0 +1,30 @@ +/datum/map_template/engine/victory + abstract_type = /datum/map_template/engine/victory + prefix = "maps/victory/engines/" + for_map = /datum/map/station/victory + +/datum/map_template/engine/victory/rust + name = "ProcEngine_Victory_RUST" + desc = "R-UST Fusion Tokamak Engine" + suffix = "rust.dmm" + display_name = list("Budget Star", "Bane of Synthetics", "Glowy Field", "Funny Spinny EM Field", "Protean Rarity Enforcement") + +/datum/map_template/engine/victory/supermatter + name = "ProcEngine_Victory_SME" + desc = "Old Faithful Supermatter" + suffix = "sme.dmm" + display_name = list("Angry Rock", "The Forbidden Rock Candy", "Death Crystal", "Spicy Crystal") + +/datum/map_template/engine/victory/burnchamber + name = "ProcEngine_Victory_Burn" + desc = "Burn Chamber Engine" + suffix = "burn.dmm" + display_name = list("Toxins Lab", "We Knew You Liked Tether Fires, so we Brought One in a Box", "100 Solarmoths", "Teshari's Bane") + +/* +/datum/map_template/engine/victory/fission + name = "ProcEngine_Victory_Fission" + desc = "The Fission Reactor" + suffix = "fission.dmm" + display_name = list("Chernobyl", "Not as Cool as the Stormdrive", "Radiation Rework", "Spicy Sticks") +*/ diff --git a/maps/victory/engines/burn.dmm b/maps/victory/engines/burn.dmm new file mode 100644 index 000000000000..47af7f41b62e --- /dev/null +++ b/maps/victory/engines/burn.dmm @@ -0,0 +1,1857 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"as" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ay" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"ba" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"bc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"bf" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"cj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"cz" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"dL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"es" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = 0; + pixel_y = 25; + req_access = list(10) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"eu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 2; + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"ey" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fg" = ( +/obj/machinery/atmospherics/pipe/vent/high_volume{ + dir = 1 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"fv" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"fE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fS" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"gd" = ( +/obj/machinery/air_sensor{ + frequency = 1437; + id_tag = "engine_sensor"; + output = 63 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"gt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"gT" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"gU" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"gV" = ( +/turf/template_noop, +/area/template_noop) +"gW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + id_tag = null; + tag = null + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"hD" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ip" = ( +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iB" = ( +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iC" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"iF" = ( +/obj/structure/window/reinforced/full, +/obj/structure/grille, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"jc" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"je" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/engine{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"jr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"jD" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/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 = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"ke" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kG" = ( +/obj/machinery/atmospherics/component/quaternary/mixer, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mz" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"mF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"nF" = ( +/obj/structure/window/reinforced/full, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nN" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"nU" = ( +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ox" = ( +/obj/machinery/button/ignition{ + id = "engine_igniter"; + pixel_y = 23 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"oN" = ( +/obj/machinery/atmospherics/valve/digital, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"oP" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 4; + frequency = 1435; + id = "exhaust_out"; + volume_rate = 100 + }, +/turf/simulated/floor/airless/ceiling, +/area/engineering/engine_room) +"oY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"oZ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"py" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"pF" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"pL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"pO" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"pT" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"qt" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "EngineVent"; + name = "Reactor Ventillatory Control"; + pixel_y = -25; + req_access = list(10) + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"qH" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + use_power = 1; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"rT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"rX" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"sl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"sE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1435; + input_tag = "exhaust_out"; + name = "Engine Exhaust Control" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"tV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/vent/high_volume{ + dir = 8 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"uj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"uF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"vm" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"xl" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1438; + input_tag = "hotloop_in"; + name = "Pressure Chamber Control"; + sensors = list("hotloop_sensor"="Pressure Chamber") + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"xU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"xY" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"yg" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + use_power = 1; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"yQ" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zy" = ( +/obj/machinery/atmospherics/pipe/vent/high_volume, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"zz" = ( +/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/tiled/techmaint, +/area/engineering/engine_room) +"zD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Ah" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Aq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"AG" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1437; + id = "engine_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"AX" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/obj/machinery/air_sensor{ + frequency = 1438; + id_tag = "hotloop_sensor"; + output = 63 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Bc" = ( +/obj/machinery/computer/general_air_control/supermatter_core{ + frequency = 1437; + input_tag = "engine_in"; + name = "Burn Chamber Control"; + sensors = list("engine_sensor"="Burn Chamber") + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"BH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"BT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"BY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Ce" = ( +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"CF" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Dc" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Dq" = ( +/turf/template_noop, +/area/space) +"DJ" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"DU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ET" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"FF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/engine{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"FI" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Gn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Gz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"GT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"HD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"HF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Im" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"IP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"JN" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id = "EngineVent"; + name = "Reactor Vent" + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"JQ" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ke" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ku" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"KN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"KZ" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Lp" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"LP" = ( +/turf/simulated/floor/reinforced/oxygen, +/area/engineering/engine_room) +"LX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Mo" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Mx" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NZ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Oi" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ok" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"On" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Or" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"OG" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"OY" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Pv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Py" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"PA" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"PH" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"PL" = ( +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"PW" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Qm" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/item/paper{ + info = "For anyone who bothers to read this before whining about the new engine, here's how you set it up in the most basic hands-off way:\[list]1. Two cans of phoron in the hot loop\[br]2. Four cans of phoron in the cold loop\[br]3. Turn on the cold loop pump\[br]4. Set mixer N/S Input, W Output\[br]5. Turn on injectors, set to max\[br]6. Hit ignition switch\[/list]\[br]Engine won't burn forever, so don't panic when it goes out. As long as the CO2 in there stays nice and hot, your power output should be solid."; + name = "Engine Instructions" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Qu" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qx" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qy" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"QA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Rn" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RE" = ( +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"RF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"SP" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Tl" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TK" = ( +/turf/simulated/floor/reinforced/phoron, +/area/engineering/engine_room) +"TV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Um" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ut" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1438; + id = "hotloop_in"; + volume_rate = 100 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Uu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UK" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"UW" = ( +/obj/machinery/igniter{ + id = "engine_igniter"; + on = 0 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"Vd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/structure/window/phoronreinforced/full, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Vm" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Vt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"VA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VN" = ( +/obj/structure/window/phoronreinforced/full, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"VQ" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Wm" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Wr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ww" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WG" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WJ" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Xs" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"XH" = ( +/obj/structure/closet/firecloset, +/obj/item/extinguisher, +/turf/template_noop, +/area/template_noop) +"XI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"XO" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yi" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"YF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Zp" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"ZG" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/engine_room) +"ZM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) + +(1,1,1) = {" +Dq +Dq +Dq +Dq +Dq +KZ +JN +JN +JN +JN +JN +KZ +KZ +KZ +Dq +Dq +Dq +Dq +Dq +"} +(2,1,1) = {" +Dq +Dq +Dq +Dq +Dq +Vt +AG +gd +ZG +cc +gW +QA +OY +KZ +Dq +Dq +Dq +Dq +Dq +"} +(3,1,1) = {" +Dq +Dq +Dq +Dq +Dq +BY +AG +ZG +LX +LX +cc +PA +qt +KZ +Dq +oP +Dq +Dq +Dq +"} +(4,1,1) = {" +KZ +Yi +Yi +Yi +KZ +HD +PW +LX +LX +LX +OG +PA +Ku +KZ +Yi +hD +Yi +KZ +KZ +"} +(5,1,1) = {" +KZ +es +Qx +Ww +pT +HD +VO +LX +LX +LX +Zp +gT +VA +yQ +oN +tA +cj +pF +gU +"} +(6,1,1) = {" +UP +Xs +VQ +WG +Mx +HD +UW +VO +OG +HF +gW +Wm +Im +Dc +Vm +Vm +RY +zD +Ol +"} +(7,1,1) = {" +gU +Xs +Oi +WG +ZM +gt +WJ +WJ +WJ +vm +WJ +Pv +BH +FF +zz +Gw +xU +nN +KZ +"} +(8,1,1) = {" +KZ +DU +Qx +pL +oZ +BT +sl +Qx +Ut +tV +PL +Py +GT +KZ +KZ +gU +Tl +Uu +KZ +"} +(9,1,1) = {" +KZ +ey +Gn +mF +cz +KN +Lp +Qx +Ce +AX +RE +Py +jD +KZ +gV +gV +gV +gV +gV +"} +(10,1,1) = {" +KZ +UK +jc +Mo +JQ +iC +Mo +Qx +Qx +ay +RU +Aq +eu +KZ +gV +gV +gV +gV +gV +"} +(11,1,1) = {" +KZ +as +Qy +tJ +xY +Ok +ke +fE +fE +bc +RF +Um +fS +KZ +gV +gV +gV +gV +gV +"} +(12,1,1) = {" +KZ +oY +PH +On +Ke +DJ +On +Mx +Rn +ay +Py +Qx +je +KZ +gV +gV +gV +gV +gV +"} +(13,1,1) = {" +KZ +bf +WF +py +Gt +Qu +ET +SP +SP +uj +Py +Qx +uF +KZ +gV +gV +gV +gV +gV +"} +(14,1,1) = {" +KZ +ip +iB +nt +iV +TV +nt +Vd +iB +nt +nF +iF +IP +KZ +gV +gV +gV +gV +gV +"} +(15,1,1) = {" +KZ +TK +zy +nU +RI +kG +nU +fg +LP +KZ +Bc +xl +rT +KZ +gV +gV +gV +gV +gV +"} +(16,1,1) = {" +KZ +mz +qH +nU +WG +XO +nU +yg +ba +KZ +ox +rX +jr +KZ +gV +gV +gV +gV +gV +"} +(17,1,1) = {" +KZ +VN +VN +KZ +Qx +Qx +KZ +VN +VN +KZ +Qm +aW +fv +gU +XH +XH +gV +gV +gV +"} +(18,1,1) = {" +KZ +Vm +Vm +pO +XI +NZ +YF +Gz +Gz +FI +Ah +dL +Or +Qw +gV +gV +gV +gV +gV +"} +(19,1,1) = {" +KZ +Vm +Vm +sE +cX +Vm +Vm +Vm +Vm +CF +cX +sE +Vm +Wr +gV +gV +gV +gV +gV +"} diff --git a/maps/victory/engines/fission.dmm b/maps/victory/engines/fission.dmm new file mode 100644 index 000000000000..c4eadd621c44 --- /dev/null +++ b/maps/victory/engines/fission.dmm @@ -0,0 +1,1732 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ab" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = -25; + req_access = list(10) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ad" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"as" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"bh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"bl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"bM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cB" = ( +/obj/structure/sign/warning/radioactive{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"cQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"dO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"eJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/wall/r_lead, +/area/engineering/engine_room) +"eT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gd" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gN" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Emergency Cooling Valve 1" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"hE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"hG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hO" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"hS" = ( +/obj/machinery/light, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"iK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"iT" = ( +/obj/machinery/camera/network/engine, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"iW" = ( +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterVent"; + name = "REACTOR EMERGENCY VENTING"; + pixel_y = -26; + req_access = list(10) + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"jx" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"kW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lk" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lY" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"mv" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1441; + id = "atmos_out"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"mX" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"nP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"nS" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterVent"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"pl" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"qX" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"rF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"rL" = ( +/obj/structure/dispenser/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"rX" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"tJ" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"tW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"uq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"uy" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"vw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + dir = 4; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = -26; + pixel_y = -25; + req_access = list(10) + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"wH" = ( +/turf/template_noop, +/area/template_noop) +"wN" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xH" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xY" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"xZ" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"yQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"zy" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/obj/machinery/meter, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"zC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zI" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"zN" = ( +/obj/structure/sign/warning{ + name = "\improper DANGER: ENGINE EXHAUST" + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"zY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"AC" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"AI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + req_access = list(10) + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Bg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Bx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"BW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Cr" = ( +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Cu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"CF" = ( +/obj/structure/sign/warning/radioactive, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"CT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Emergency Cooling Valve 2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Dm" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ea" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Ek" = ( +/obj/structure/closet/radiation, +/turf/template_noop, +/area/template_noop) +"Ew" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/binary/pump, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"EG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"ER" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Fp" = ( +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Hc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Hj" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"HA" = ( +/obj/structure/closet/crate/secure/engineering, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Reflector Rods"; + req_access = list(11) + }, +/obj/structure/window/reinforced, +/obj/item/storage/briefcase/fission/reflectormixed, +/obj/item/storage/briefcase/fission/tungstencarbide, +/obj/item/storage/briefcase/fission/beryllium, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"In" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Iz" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"II" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"IP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"IT" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 8; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Jd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Jm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"JB" = ( +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"JR" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Kp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ks" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"KF" = ( +/turf/simulated/wall/r_lead, +/area/engineering/engine_room) +"KI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + dir = 8; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = 26; + pixel_y = 26; + req_access = list(10) + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Lc" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 4; + name = "Reactor Room Cooling" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"LH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Mg" = ( +/turf/template_noop, +/area/space) +"Ms" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"MK" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"MW" = ( +/obj/machinery/button/remote/driver{ + dir = 8; + id = "enginecore"; + name = "Emergency Core Eject"; + pixel_x = -21 + }, +/obj/structure/window/basic, +/obj/structure/window/basic{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Ny" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ND" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Oe" = ( +/obj/machinery/computer/fission_monitor, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/warning/radioactive{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Ok" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ol" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Oo" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Op" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"OB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"OG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ON" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Ps" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/machinery/camera/network/engine{ + dir = 9 + }, +/obj/machinery/atmospherics/component/binary/pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"PN" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/item/tool/wrench, +/obj/item/stack/cable_coil/yellow, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Qq" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterVent"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Qt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"QP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"QW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ro" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Rz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"RJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/mass_driver{ + dir = 8; + id = "enginecore" + }, +/obj/machinery/power/fission, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Sv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"SD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Td" = ( +/obj/structure/closet/crate/secure/engineering, +/obj/item/storage/briefcase/fission/uranium, +/obj/item/storage/briefcase/fission/uranium, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Fuel Rods"; + req_access = list(11) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/briefcase/fission/plutonium, +/obj/item/storage/briefcase/fission/plutonium, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Tf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Tx" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TO" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TV" = ( +/obj/machinery/meter, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ug" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/sign/warning/radioactive{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Uq" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"UW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Vd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Vf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Vi" = ( +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VR" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VZ" = ( +/obj/structure/closet/crate/secure/engineering, +/obj/item/storage/briefcase/fission/boron, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Control Rods"; + req_access = list(11) + }, +/obj/structure/window/reinforced, +/obj/item/storage/briefcase/fission/controlmixed, +/obj/item/storage/briefcase/fission/silver, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"Wi" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Wn" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ws" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Xe" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Xo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_room) +"XC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"YL" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"YY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ZE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ZJ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ZX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) + +(1,1,1) = {" +Mg +Mg +Mg +Mg +Mg +ON +ON +ON +jx +nS +jx +ON +ON +ON +Mg +Mg +Mg +Mg +Mg +"} +(2,1,1) = {" +Mg +Mg +Mg +Mg +Mg +ON +MW +uy +Ro +Cr +Ro +VZ +HA +ON +Mg +Mg +Mg +Mg +Mg +"} +(3,1,1) = {" +Mg +Mg +Mg +Mg +Mg +ON +zC +rX +Ro +Cr +Ro +rX +hS +ON +Mg +Mg +Mg +Mg +Mg +"} +(4,1,1) = {" +ON +aa +aa +aa +ON +ON +rL +iW +ON +Qq +ON +Td +rX +ON +aa +aa +aa +ON +ON +"} +(5,1,1) = {" +ON +nd +wN +zY +ab +Lc +zy +rX +Ro +Cr +Ro +tJ +rX +Tx +wN +wN +yQ +ad +CF +"} +(6,1,1) = {" +ER +kW +JR +TO +TN +eT +tW +cQ +zN +Cr +zN +MK +as +Tx +wN +wN +Ks +WS +Cu +"} +(7,1,1) = {" +CF +kW +Ws +TO +AC +zz +LH +bl +Vi +hE +JB +hi +Xo +ZX +hG +bM +UP +Hj +ON +"} +(8,1,1) = {" +ON +TV +Wi +ZE +Kp +wN +qX +Ps +Ro +KI +Ug +PN +zI +ON +ON +CF +Rz +gH +ON +"} +(9,1,1) = {" +ON +kW +gd +Dm +Ms +In +KF +eJ +KF +xZ +KF +KF +KF +ON +wH +wH +wH +wH +wH +"} +(10,1,1) = {" +ON +Sv +gN +ND +CT +Ok +KF +IT +dO +vw +mV +xY +KF +ON +wH +wH +wH +wH +wH +"} +(11,1,1) = {" +ON +iT +ZJ +Ol +IP +Ny +KF +Yi +nD +iK +Cr +Cr +KF +ON +wH +wH +wH +wH +wH +"} +(12,1,1) = {" +ON +Sv +Hc +tm +BW +XC +Bx +Vf +Yi +RJ +Vd +Cr +KF +ON +wH +wH +wH +wH +wH +"} +(13,1,1) = {" +ON +Sv +UW +ZE +uq +Uq +KF +Ea +mm +Vc +OB +Cr +KF +ON +wH +wH +wH +wH +wH +"} +(14,1,1) = {" +ON +rF +QW +Dm +fi +Bg +KF +hO +dO +EG +Tf +YL +KF +ON +wH +wH +wH +wH +wH +"} +(15,1,1) = {" +ON +wN +Qt +ND +OG +wN +KF +KF +Op +mX +Jd +KF +KF +ON +wH +wH +wH +wH +wH +"} +(16,1,1) = {" +ON +lY +QP +Ol +Wn +wN +mv +cB +wN +nP +nP +Oe +pl +ON +wH +wH +wH +wH +wH +"} +(17,1,1) = {" +ON +wN +Xe +Ew +Oo +wN +Tx +bh +lk +Vv +YY +AI +Fp +CF +Ek +Ek +wH +wH +wH +"} +(18,1,1) = {" +ON +xH +VR +Ws +Iz +xL +II +RH +wN +wN +wN +wN +wN +Jm +wH +wH +wH +wH +wH +"} +(19,1,1) = {" +ON +wN +wN +wN +wN +wN +Tx +wN +wN +wN +wN +wN +wN +SD +wH +wH +wH +wH +wH +"} diff --git a/maps/victory/engines/rust.dmm b/maps/victory/engines/rust.dmm new file mode 100644 index 000000000000..0038d472160c --- /dev/null +++ b/maps/victory/engines/rust.dmm @@ -0,0 +1,1761 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ab" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ac" = ( +/obj/machinery/power/generator{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ad" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ae" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"af" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ah" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ai" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ak" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"al" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"am" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"an" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ao" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ap" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aq" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ar" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"as" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"at" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"au" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"av" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ax" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ay" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"az" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aB" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = 0; + pixel_y = 25; + req_access = list(10) + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aG" = ( +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aI" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"aP" = ( +/obj/structure/sign/warning/radioactive, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"aY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"bz" = ( +/obj/machinery/power/fusion_core/mapped{ + id_tag = "engine" + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"ck" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1438; + id_tag = "cooling_out"; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"cx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"dB" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"dG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ev" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 8 + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"eD" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"fd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "EngineVent"; + name = "Reactor Ventillatory Control"; + pixel_x = 0; + pixel_y = -25; + req_access = list(10) + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"fn" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"fN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"gr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"gu" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"hP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ij" = ( +/obj/machinery/air_sensor{ + frequency = 1438; + id_tag = "engine_sensor"; + output = 63 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"iw" = ( +/obj/structure/closet/radiation, +/turf/template_noop, +/area/template_noop) +"iE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor, +/area/engineering/engine_room) +"jt" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"jU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"kt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor, +/area/engineering/engine_room) +"kv" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kF" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + icon_state = "pdoor1"; + id = "EngineVent"; + name = "Reactor Vent" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"kJ" = ( +/obj/machinery/computer/fusion_fuel_control{ + id_tag = "engine-i" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"kP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"kR" = ( +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 8; + id_tag = "engine-g" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"kW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lu" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"mu" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/airlock{ + id = "engine_access_hatch"; + name = "Door Bolt Control"; + pixel_x = -4; + pixel_y = -28; + req_access = list(10); + specialfunctions = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"mF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"mX" = ( +/obj/structure/cable/cyan, +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 8; + id_tag = "engine-g" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nf" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"op" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor, +/area/engineering/engine_room) +"os" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"oE" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"oN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"oV" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"pp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"qB" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor, +/area/engineering/engine_room) +"rl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"rH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"rM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"rX" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"sq" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"ss" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"sH" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/fusion_fuel_injector/mapped{ + dir = 8; + id_tag = "engine-i" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"te" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"tn" = ( +/obj/machinery/computer/gyrotron_control{ + id_tag = "engine-g" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"tw" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ue" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"vm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vV" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + id_tag = "engine_access_hatch"; + locked = 1; + name = "Fusion Core Access"; + req_access = list(11) + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"wb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"wL" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"xe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xg" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xH" = ( +/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 = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"xM" = ( +/turf/template_noop, +/area/space) +"yw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ab" = ( +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"At" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ay" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"CC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"CN" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1438; + id = "cooling_in"; + use_power = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"EG" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Fy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/valve/digital{ + name = "Emergency Cooling Valve 2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"FL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/engine{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gf" = ( +/obj/fiftyspawner/tritium, +/obj/structure/table/reinforced, +/obj/fiftyspawner/deuterium, +/obj/fiftyspawner/deuterium, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"GL" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"GQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Hw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"HR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ie" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 2; + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Jy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"JD" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ke" = ( +/obj/machinery/computer/fusion_core_control{ + id_tag = "engine" + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Ki" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Kt" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ll" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ln" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Lz" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"LQ" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Mh" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"MW" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor, +/area/engineering/engine_room) +"Nc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Nf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NE" = ( +/obj/machinery/fusion_fuel_compressor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"NY" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"OF" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/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 = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"OJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Pb" = ( +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 8; + id_tag = "engine-g" + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"PT" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"PY" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Qk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/engine{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Qv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Rm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/valve/digital{ + dir = 2; + name = "Emergency Cooling Valve 1" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ru" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1438; + id_tag = "cooling_out"; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"RC" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Sg" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Sw" = ( +/turf/simulated/floor, +/area/engineering/engine_room) +"SQ" = ( +/obj/machinery/computer/general_air_control/supermatter_core{ + dir = 1; + frequency = 1438; + input_tag = "cooling_in"; + name = "Engine Cooling Control"; + output_tag = "cooling_out"; + pressure_setting = 100; + sensors = list("engine_sensor"="Engine Core") + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_room) +"Tf" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1438; + id = "cooling_in"; + use_power = 1 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"Th" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"TY" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ua" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"UA" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Vg" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/fusion_fuel_injector/mapped{ + dir = 8; + id_tag = "engine-i" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VD" = ( +/turf/template_noop, +/area/template_noop) +"XA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"XG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Yd" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ye" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yy" = ( +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"YK" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Zi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ZF" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) + +(1,1,1) = {" +xM +xM +xM +xM +xM +os +os +os +os +kF +os +os +os +os +xM +xM +xM +xM +xM +"} +(2,1,1) = {" +xM +xM +xM +xM +xM +os +ck +ev +Ru +Ki +Ki +vV +aG +os +xM +xM +xM +xM +xM +"} +(3,1,1) = {" +xM +xM +xM +xM +xM +os +Ab +ss +Ua +Ab +Ab +op +mu +os +xM +xM +xM +xM +xM +"} +(4,1,1) = {" +os +aB +aB +aB +os +os +Ab +ss +bz +ij +Ab +op +RC +os +aB +aB +aB +os +os +"} +(5,1,1) = {" +os +aC +Sw +wb +LQ +op +Ab +ss +Ua +Ab +Ab +op +RC +JD +NE +Gf +yw +oV +aP +"} +(6,1,1) = {" +Nc +pp +Sw +wb +Sw +op +Ab +ss +Tf +Ln +CN +op +ZF +oE +kW +kW +fm +CC +Hw +"} +(7,1,1) = {" +aP +pp +dB +jt +dB +op +op +Mh +sq +Yy +op +op +GL +Qo +Ll +Nf +Qv +lu +os +"} +(8,1,1) = {" +os +lC +Sw +fN +dB +dB +Pb +Vg +kR +sH +mX +dB +xH +os +os +aP +Kt +cx +os +"} +(9,1,1) = {" +os +pp +Sw +fN +dB +dB +dB +hP +dB +aH +dB +dB +OF +os +VD +VD +VD +VD +VD +"} +(10,1,1) = {" +os +eD +dB +EG +tw +dG +dG +Zi +XG +aI +Gq +aw +Ie +os +VD +VD +VD +VD +VD +"} +(11,1,1) = {" +os +rM +NY +Lz +Rm +ad +ah +am +aq +aJ +at +ax +PT +os +VD +VD +VD +VD +VD +"} +(12,1,1) = {" +os +nq +gu +fn +ac +ab +aj +an +fn +ac +ab +ay +FL +os +VD +VD +VD +VD +VD +"} +(13,1,1) = {" +os +Yd +HR +aY +XA +ae +ak +ao +aY +Fy +au +az +mF +os +VD +VD +VD +VD +VD +"} +(14,1,1) = {" +os +oN +UA +qB +dB +af +al +ap +ar +ar +av +dB +xe +os +VD +VD +VD +VD +VD +"} +(15,1,1) = {" +os +rH +MW +qB +dB +dB +as +iE +iE +iE +OJ +iE +Th +os +VD +VD +VD +VD +VD +"} +(16,1,1) = {" +os +nf +dB +PY +wL +aa +aD +iE +SQ +tn +Ke +kJ +fd +os +VD +VD +VD +VD +VD +"} +(17,1,1) = {" +os +rl +Jy +PY +YK +aa +aE +kt +GQ +vj +kP +jU +kv +aP +iw +iw +VD +VD +VD +"} +(18,1,1) = {" +os +rX +TY +rl +rl +ai +aF +xg +kB +vm +Ye +te +Ye +NM +VD +VD +VD +VD +VD +"} +(19,1,1) = {" +os +Ye +Ye +Ye +Ye +Qk +At +Sg +ue +Ye +Ye +Ay +Ye +gr +VD +VD +VD +VD +VD +"} diff --git a/maps/victory/engines/sme.dmm b/maps/victory/engines/sme.dmm new file mode 100644 index 000000000000..adce34d916ae --- /dev/null +++ b/maps/victory/engines/sme.dmm @@ -0,0 +1,1827 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ab" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"at" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"aT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"bb" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"bK" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Output" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor, +/area/engineering/engine_room) +"cn" = ( +/obj/machinery/meter, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"cu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"dF" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "EngineVent"; + name = "Reactor Vent" + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"fp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"gg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/engineering/engine_room) +"gC" = ( +/obj/machinery/atmospherics/component/trinary/filter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"hh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"hG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/engine{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"hJ" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"hR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ix" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"iG" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"iK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"iU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"jf" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"jg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"jA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"jJ" = ( +/obj/machinery/button/remote/driver{ + dir = 8; + id = "enginecore"; + name = "Emergency Core Eject"; + pixel_x = -21 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"jZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"kr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"kO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"lb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"lJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"lS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"mh" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ms" = ( +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/turf/template_noop, +/area/template_noop) +"mQ" = ( +/obj/machinery/camera/network/engine{ + dir = 1 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"mU" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"ns" = ( +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 8 + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"nG" = ( +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = -25; + pixel_y = -5; + req_access = list(10) + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine control room blast doors."; + id = "EngineBlast"; + name = "Engine Monitoring Room Blast Doors"; + pixel_x = -25; + pixel_y = 5; + req_access = list(10) + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"nV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"oh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor, +/area/engineering/engine_room) +"oR" = ( +/obj/machinery/power/supermatter{ + layer = 4 + }, +/obj/machinery/mass_driver{ + dir = 8; + id = "enginecore" + }, +/turf/simulated/floor/greengrid/nitrogen, +/area/engineering/engine_room) +"py" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"qb" = ( +/obj/structure/sign/warning/radioactive, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"qc" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 4; + frequency = 1439; + id = "waste_out"; + name = "Waste Ejector"; + pixel_y = 1; + power_rating = 30000; + use_power = 1; + volume_rate = 700 + }, +/turf/simulated/floor/airless, +/area/engineering/engine_room) +"re" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"rE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"rL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"so" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"sY" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"td" = ( +/turf/template_noop, +/area/template_noop) +"tj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/engine{ + dir = 1; + external_pressure_bound = 100; + external_pressure_bound_default = 0; + frequency = 1438; + icon_state = "map_vent_in"; + id_tag = "cooling_out"; + initialize_directions = 4; + pump_direction = 0; + on = 1 + }, +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 8 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"uo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"uL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"uN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"uR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vb" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"vd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"vi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/obj/machinery/light, +/turf/simulated/floor, +/area/engineering/engine_room) +"vz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"vS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"vX" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"wa" = ( +/obj/machinery/atmospherics/component/binary/circulator{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"ws" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"wF" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"xG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"yh" = ( +/obj/machinery/button/remote/blast_door{ + id = "EngineVent"; + name = "Reactor Ventillatory Control"; + pixel_y = -25; + req_access = list(10) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/cee, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"za" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"zu" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Emergency Cooling Valve 2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"zC" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"zU" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"zW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Aj" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Ak" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"AV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/camera/network/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Bp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Cu" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Dh" = ( +/obj/machinery/power/generator{ + anchored = 1; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Dm" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Dq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/computer/general_air_control/supermatter_core{ + dir = 1; + input_tag = "cooling_in"; + name = "Engine Cooling Control"; + output_tag = "cooling_out"; + sensors = list("engine_sensor"="Engine Core") + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Dv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor, +/area/engineering/engine_room) +"DC" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 8; + id = "EngineEmitter"; + pixel_y = 8; + state = 2 + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 10 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 5 + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"Eb" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Eq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ev" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"EU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"Fa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Fb" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/engineering/engine_room) +"Fv" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"FN" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"FO" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + id_tag = "engine_access_hatch"; + locked = 1; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"FV" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Gp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"HA" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"HL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"HU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"If" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/engineering/engine_room) +"Is" = ( +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine radiator viewport shutters."; + id = "EngineRadiatorViewport"; + name = "Engine Radiator Viewport Shutters"; + pixel_x = -25; + req_access = list(10) + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"IJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Jo" = ( +/turf/simulated/floor, +/area/engineering/engine_room) +"Jw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"JR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Lc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"LJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"MT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"MW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Ne" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Oj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Oz" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"OV" = ( +/turf/simulated/floor/greengrid/nitrogen, +/area/engineering/engine_room) +"Pw" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 2; + id = "SupermatterPort"; + name = "Reactor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor, +/area/engineering/engine_room) +"Qf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"QV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Rg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Rm" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Ry" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Rz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Sj" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Sn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"SE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"SI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"SN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"SS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/machinery/camera/network/engine{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"SW" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 4; + frequency = 1438; + id = "cooling_in"; + name = "Coolant Injector"; + pixel_y = 1; + power_rating = 30000; + use_power = 1; + volume_rate = 700 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"To" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/engineering/engine_room) +"TK" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"TQ" = ( +/obj/machinery/air_sensor{ + frequency = 1438; + id_tag = "engine_sensor"; + output = 63 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/reinforced/nitrogen{ + initial_gas_mix = "n2=82.1472;TEMP=293.15" + }, +/area/engineering/engine_room) +"UR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Vh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Vn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VI" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"VK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"VS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"WT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"WY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor, +/area/engineering/engine_room) +"WZ" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"Xc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Xi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Xn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"XW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1439; + name = "Reactor Waste Port"; + output_tag = "waste_out"; + sensors = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Yi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/engineering/engine_room) +"Yj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/vault{ + name = "REACTOR ROOM"; + req_one_access = list(10) + }, +/obj/map_helper/access_helper/airlock/station/engineering/engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Yr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"YK" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Za" = ( +/turf/template_noop, +/area/space) + +(1,1,1) = {" +Za +Za +Za +Za +Za +WZ +WZ +WZ +hJ +dF +hJ +WZ +WZ +WZ +Za +Za +Za +Za +Za +"} +(2,1,1) = {" +Za +Za +Za +Za +Za +WZ +SS +Pw +tj +OV +ns +iG +FN +WZ +Za +Za +Za +Za +Za +"} +(3,1,1) = {" +Za +Za +Za +Za +Za +WZ +Jw +Oz +EU +oR +EU +Oz +Cu +WZ +Za +qc +Za +Za +Za +"} +(4,1,1) = {" +WZ +aa +aa +aa +WZ +WZ +IJ +wF +TQ +vX +SW +wF +FN +WZ +aa +ab +aa +WZ +WZ +"} +(5,1,1) = {" +WZ +zW +FN +uo +jJ +Is +nV +WZ +FO +bb +zU +WZ +VI +FV +XW +uL +JR +YK +qb +"} +(6,1,1) = {" +Vn +iU +FN +FN +Sj +FN +zC +nG +To +HL +cn +Vc +Xi +aT +lb +Lc +UR +Ck +VK +"} +(7,1,1) = {" +qb +vS +FN +FN +WT +FN +rE +Ry +cu +DC +FN +VS +Xn +hG +Dq +SN +Sn +Ev +WZ +"} +(8,1,1) = {" +WZ +SE +FN +FN +WT +FN +rE +FN +IJ +TK +MW +jZ +lS +WZ +WZ +qb +Rm +MT +WZ +"} +(9,1,1) = {" +WZ +sY +so +HA +WT +FN +rE +FN +IJ +FN +FN +VH +cx +WZ +td +td +td +td +td +"} +(10,1,1) = {" +WZ +hR +mh +HA +WT +FN +rE +FN +IJ +FN +FN +VH +QV +WZ +td +td +td +td +td +"} +(11,1,1) = {" +WZ +iU +FN +nh +Gp +py +iK +FN +IJ +FN +FN +VH +kO +WZ +td +td +td +td +td +"} +(12,1,1) = {" +WZ +oh +Ne +Xc +WY +Oj +Yg +Jo +IJ +mU +so +uR +Fa +WZ +td +td +td +td +td +"} +(13,1,1) = {" +WZ +If +wa +HU +If +wa +Yi +xG +IJ +mU +mh +uR +mQ +WZ +td +td +td +td +td +"} +(14,1,1) = {" +WZ +Fb +Aj +uN +jf +Dh +bK +zu +IJ +fp +za +re +yh +WZ +td +td +td +td +td +"} +(15,1,1) = {" +WZ +ws +vb +kr +gg +vb +kr +Rz +IJ +Ak +gC +hh +vi +WZ +td +td +td +td +td +"} +(16,1,1) = {" +WZ +Dm +LJ +vz +Dv +LJ +vz +jA +SI +hC +FN +Vh +Eb +WZ +td +td +td +td +td +"} +(17,1,1) = {" +WZ +rL +Fv +Yr +Qf +Qf +lk +Qf +Qf +cI +FN +vd +rL +qb +ms +ms +td +td +td +"} +(18,1,1) = {" +WZ +AV +Bp +jg +jg +jg +jg +jg +jg +jg +jg +Rg +Eq +lJ +td +td +td +td +td +"} +(19,1,1) = {" +WZ +at +ix +ix +ix +ix +ix +ix +ix +ix +ix +ix +at +Yj +td +td +td +td +td +"} diff --git a/maps/victory/levels/deck1.dmm b/maps/victory/levels/deck1.dmm new file mode 100644 index 000000000000..9764cdf3dd7b --- /dev/null +++ b/maps/victory/levels/deck1.dmm @@ -0,0 +1,51656 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/structure/closet/toolcloset, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"ac" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"ad" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"ae" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"af" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ag" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"ah" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"aj" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"ak" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"am" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"an" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ap" = ( +/obj/machinery/shieldgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"aq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ar" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"as" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central7, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"au" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_airlock) +"aw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"ax" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"ay" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"aC" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/tcommsat/computer) +"aD" = ( +/obj/machinery/power/grid_checker, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"aF" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"aG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"aH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"aI" = ( +/obj/landmark/spawnpoint/job/ai/secondary, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"aJ" = ( +/obj/structure/table/steel, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/simulated/floor, +/area/storage/tech) +"aL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"aM" = ( +/obj/structure/table/reinforced, +/obj/item/rcd/advanced, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"aO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"aS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"aT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Trash Pit" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"aU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"aX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"aY" = ( +/obj/structure/table/steel, +/obj/item/integrated_electronics/debugger{ + pixel_x = -5 + }, +/obj/item/integrated_electronics/wirer{ + pixel_x = 5 + }, +/turf/simulated/floor, +/area/storage/tech) +"aZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space) +"bb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"bc" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/storage/tech) +"bd" = ( +/obj/machinery/space_heater, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"be" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"bh" = ( +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"bi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bj" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/borgupload{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/aiupload{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/transhuman_resleever{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"bm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"bn" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/vehicle_old/train/trolley, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"bo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/camera/network/engineering{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"br" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/locker_room) +"bs" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"bv" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"bw" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"by" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"bA" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"bB" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/door/window/westleft, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"bH" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai_upload) +"bI" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"bK" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"bL" = ( +/obj/machinery/vending/nifsoft_shop{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"bM" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/item/clothing/accessory/poncho/roles/cloak/ce, +/obj/machinery/requests_console/preset/ce{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"bQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"bT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"cb" = ( +/obj/machinery/atmospherics/component/binary/pump, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"cd" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"ce" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"ci" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"cj" = ( +/obj/structure/catwalk, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ck" = ( +/obj/structure/table/steel, +/obj/item/storage/bag/circuits/basic, +/turf/simulated/floor, +/area/storage/tech) +"cl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"cm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"cn" = ( +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/structure/cable/green, +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"cp" = ( +/obj/structure/table/reinforced, +/obj/item/tool/crowbar, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"cq" = ( +/turf/simulated/floor, +/area/storage/tech) +"cr" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"cs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/stack/material/plastic{ + amount = 50 + }, +/obj/item/stack/material/plastic{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ct" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/obj/map_helper/engine_loader, +/turf/space, +/area/space) +"cu" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/shunt) +"cA" = ( +/obj/machinery/computer/power_monitor, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cC" = ( +/obj/machinery/computer/telecomms/monitor, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"cD" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_room) +"cE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"cO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"cS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"cT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"cV" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"cW" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"cZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"dc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"de" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"dh" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"di" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"dj" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"dn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"dq" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"ds" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dt" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"du" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "engsec_ld_c"; + name = "CE Office Blast Doors"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"dv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"dw" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"dy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"dz" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"dB" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"dD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"dE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"dG" = ( +/obj/machinery/power/smes/buildable{ + charge = 5000; + input_attempt = 1; + input_level = 200; + output_level = 200 + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"dN" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/storage) +"dP" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + pressure_resistance = 80; + regulate_mode = 1; + target_pressure = 80 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"dQ" = ( +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"dR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Telecomms Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/engineering/drone_fabrication) +"dT" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"dU" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"dW" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 1; + name = "Phoron Supply Control"; + output_tag = "engtox_out"; + sensors = list("tox_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"dX" = ( +/obj/landmark/spawnpoint/job/ai, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 30; + pixel_y = 32 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/item/radio/intercom/locked/ai_private{ + dir = 4; + pixel_x = 32 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + dir = 8; + name = "Common Channel"; + pixel_x = -21 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/camera/network/command, +/turf/simulated/floor/bluegrid, +/area/ai) +"ea" = ( +/obj/machinery/turretid/stun{ + check_synth = 1; + name = "AI Chamber turret control"; + pixel_y = -32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"eb" = ( +/turf/simulated/wall/r_wall, +/area/space) +"ec" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ee" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"eg" = ( +/obj/machinery/message_server, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"eh" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"el" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"em" = ( +/obj/machinery/button/remote/driver{ + dir = 4; + id = "enginecore"; + name = "Emergency Core Eject"; + pixel_x = 22 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"eo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Shield Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"es" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"et" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"eu" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ev" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space) +"ex" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"ey" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 9 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"eA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"eD" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"eI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"eL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"eP" = ( +/obj/effect/floor_decal/corner/lightorange/bordercee{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Fuel Line to Thrusters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/airlock_sensor{ + dir = 8; + id_tag = "deck1_airlock2"; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"eR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"eS" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"eW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"eX" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"eY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fa" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/engineering) +"fb" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"fc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"fe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"fg" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"fi" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"fj" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"fk" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"fm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"fn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"ft" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"fv" = ( +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/vending/wallmed_airlock{ + name = "Toxi Treatment NanoMed"; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"fA" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engine Output"; + name_tag = "Engine Circuit" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"fE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"fF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"fG" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/tcommsat/chamber) +"fH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"fI" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/machinery/door/airlock/glass/engineering, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"fJ" = ( +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"fK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"fL" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/space, +/area/space) +"fN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"fO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"fQ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/hallway) +"fR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"fS" = ( +/obj/machinery/power/apc/south_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"fW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"fY" = ( +/obj/machinery/telecomms/hub/preset/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"ga" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing, +/turf/space, +/area/space) +"gf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4; + external_pressure_bound = 140; + external_pressure_bound_default = 140; + icon_state = "map_vent_out"; + pressure_checks = 0; + pressure_checks_default = 0; + on = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"gh" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"gi" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "engsec_ld_c"; + name = "CE Office Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"gj" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"gk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"gn" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/item/book/manual/fission_engine, +/obj/item/book/manual/rust_engine, +/obj/item/book/manual/supermatter_engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"go" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"gp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"gq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"gr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"gt" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable/tcomms, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"gv" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/door/window/southright{ + name = "Jetpack Storage"; + req_one_access = list(11,24) + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"gx" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"gy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"gE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/table/reinforced, +/obj/item/stack/material/glass/phoronrglass{ + amount = 40 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"gJ" = ( +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"gL" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"gM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"gN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"gO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"gP" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "co2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"gQ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"gV" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"gW" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ha" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"hb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"hd" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"he" = ( +/turf/space/basic, +/area/space) +"hf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"hh" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch{ + color = "#00B8B2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"hi" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"hj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"hn" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/blue{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"hp" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"hr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"hw" = ( +/obj/structure/table/standard, +/obj/item/paper/monitorkey, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"hx" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"hz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/technical_storage, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"hB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"hC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"hD" = ( +/obj/random/trash_pile, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"hG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"hI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"hK" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"hL" = ( +/obj/effect/shuttle_landmark/victory/deck1/port, +/turf/space, +/area/space) +"hM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"hP" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/engineering/foyer_mezzenine) +"hQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos) +"hR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"hS" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/station/stairs_one) +"hT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"hV" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"hW" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"hX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"hY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"hZ" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 4; + input_tag = "tox_in"; + name = "Phoron Supply Control"; + output_tag = "tox_out"; + sensors = list("tox_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ib" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"id" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black, +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"if" = ( +/obj/structure/sign/warning/fire, +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/portnacelle) +"ig" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"ih" = ( +/obj/machinery/vending/snack, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"ii" = ( +/obj/machinery/atmospherics/component/binary/passive_gate{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ij" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/engine_eva) +"in" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ir" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"it" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"iu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"iv" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/monitoring) +"iw" = ( +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flash, +/obj/item/flash, +/obj/structure/table/steel, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"iy" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"iz" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/black, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"iB" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"iC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"iE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"iF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"iG" = ( +/obj/machinery/power/thermoregulator, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"iH" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"iI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"iJ" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"iK" = ( +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - AI Subgrid"; + name_tag = "AI Subgrid" + }, +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"iL" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"iO" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"iP" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"iR" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"iS" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"iT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"iW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"iY" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"ja" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/yellow, +/obj/item/t_scanner, +/obj/item/clothing/glasses/meson, +/obj/item/multitool, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/storage/tech) +"jd" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"je" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"jf" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"jg" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"jh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"jj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"jk" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"jl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"jm" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"jn" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"jo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"jr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"js" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/tcommsat/computer) +"jt" = ( +/obj/structure/catwalk, +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"ju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"jv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"jw" = ( +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"jx" = ( +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"jy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"jz" = ( +/obj/machinery/drone_fabricator{ + fabricator_tag = "Atmos" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"jA" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"jC" = ( +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/structure/table/reinforced, +/obj/item/storage/briefcase/inflatable, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"jD" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"jF" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"jH" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"jJ" = ( +/obj/structure/table/reinforced, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/photocopier/faxmachine{ + department = "CMO's Office" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"jL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"jN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"jP" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 8; + icon_state = "freezer_1"; + set_temperature = 73; + use_power = 1; + power_setting_legacy = 25 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"jR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/stamp/ce, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"jU" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "starboardnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jW" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"jX" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"jY" = ( +/obj/structure/closet/firecloset, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"ka" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"kb" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"kc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ke" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"kf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"kg" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"kh" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"kk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"km" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"kn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ko" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"kp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ks" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ku" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"kv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"kw" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"ky" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"kz" = ( +/obj/machinery/computer/station_alert/all, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"kD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"kE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"kG" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "eng_sec_lockdown"; + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"kH" = ( +/obj/structure/table/steel, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/stack/cable_coil, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor, +/area/storage/tech) +"kI" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"kM" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"kO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"kQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"kR" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"kS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"kT" = ( +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"kU" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "o2_in"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"kV" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"kY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"lc" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ld" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"le" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"lh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"li" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"lj" = ( +/turf/simulated/floor/reinforced/n20, +/area/space) +"lk" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/power/shield_generator, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"ll" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"lq" = ( +/obj/machinery/drone_fabricator{ + fabricator_tag = "Atmos" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"lr" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/emitter{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"ls" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1443; + icon_state = "map_vent_in"; + id_tag = "air_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/airmix, +/area/space) +"lt" = ( +/obj/structure/sign/department/ass, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/storage) +"lw" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/fire_alarm/east_mount{ + dir = 4; + pixel_x = -21 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"lz" = ( +/obj/structure/closet/crate, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/sub_filter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"lB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"lC" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"lI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"lK" = ( +/obj/structure/stairs/spawner/west, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"lL" = ( +/obj/machinery/light, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"lM" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"lN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/tcommsat/computer) +"lO" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/crew{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/card{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/communications{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"lP" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"lR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"lT" = ( +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"lU" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"lV" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"lZ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/obj/item/clothing/gloves/black, +/obj/item/tool/crowbar, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ma" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"mb" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/storage/tech) +"mc" = ( +/obj/machinery/airlock_sensor{ + dir = 8; + id_tag = "deck1_airlock"; + pixel_x = 22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + id_tag = "deck1_airlock" + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"md" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"me" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"mf" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"mg" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"mi" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"mj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"mk" = ( +/turf/simulated/floor/carpet, +/area/maintenance/dormitory) +"ml" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"mm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"mn" = ( +/obj/machinery/shieldwallgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"mo" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"mp" = ( +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Reserve Fuel" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"mv" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"mz" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"mA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"mB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"mC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/portable_atmospherics/powered/pump, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"mD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"mE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"mG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"mJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"mL" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"mM" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"mN" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"mS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"mT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"mU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"mV" = ( +/turf/simulated/wall/prepainted/engineering, +/area/tcommsat/computer) +"mW" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai) +"mX" = ( +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"mY" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"mZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nd" = ( +/obj/structure/table/woodentable, +/obj/random/maintenance, +/turf/simulated/floor/carpet, +/area/maintenance/dormitory) +"ne" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"nf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"nj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"nl" = ( +/obj/structure/table/rack, +/obj/structure/plushie/carp, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"nm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"nn" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"no" = ( +/obj/structure/sign/department/telecoms, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/tcommsat/computer) +"nq" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/engi_engine) +"ns" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"nt" = ( +/obj/machinery/camera/network/engineering, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"nu" = ( +/obj/machinery/camera/network/command, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"nw" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ny" = ( +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"nA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"nC" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nE" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"nF" = ( +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nI" = ( +/obj/machinery/atmospherics/component/binary/pump, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"nJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"nK" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"nL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"nN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"nO" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/storage) +"nQ" = ( +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"nR" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"nS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"nT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"nX" = ( +/obj/structure/bed/chair/sofa/left, +/obj/item/reagent_containers/food/drinks/bottle/small/beer{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/item/reagent_containers/food/drinks/bottle/small/beer{ + pixel_x = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"nY" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"oa" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"oe" = ( +/obj/structure/table/woodentable, +/obj/random/maintenance, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"of" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"og" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"oh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"oj" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"ol" = ( +/obj/structure/closet/firecloset, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"om" = ( +/obj/machinery/computer/aifixer, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"oo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oq" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/space) +"or" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"ot" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/hallway/lower) +"oy" = ( +/obj/structure/catwalk, +/turf/simulated/floor/airless/ceiling, +/area/space) +"oz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"oC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"oD" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"oG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/maintenance/engi_engine) +"oH" = ( +/obj/effect/floor_decal/techfloor/orange/corner, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"oI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oJ" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter{ + name = "Waste CO2 Filter"; + tag_east = 5; + tag_south = 2; + tag_west = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oK" = ( +/obj/item/stack/cable_coil/green{ + pixel_y = 4 + }, +/obj/item/stack/cable_coil/green{ + pixel_y = 4 + }, +/obj/item/stack/cable_coil/green{ + pixel_y = 4 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/structure/closet/crate, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"oL" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"oN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oP" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"oQ" = ( +/obj/structure/catwalk, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"oR" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/obj/item/storage/toolbox/lunchbox/nt, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"oS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"oV" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"oY" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/camera/network/engineering{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"oZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"pa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"pc" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"pe" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor, +/area/storage/tech) +"pf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"pg" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"pk" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"pm" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"po" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"pr" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ps" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"pt" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"pv" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/transhuman_synthprinter{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/circuitboard/rdconsole{ + pixel_y = 2 + }, +/obj/item/circuitboard/destructive_analyzer, +/obj/item/circuitboard/protolathe{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/circuitboard/rdserver{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"pw" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"py" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"pz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"pA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"pB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"pG" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 4; + name = "fuel pre-heater" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"pJ" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"pK" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"pN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"pO" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"pP" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"pR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"pT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"pX" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"qb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qc" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"qe" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"qf" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"qh" = ( +/obj/structure/table/standard, +/obj/item/storage/box/donkpockets{ + pixel_y = 3 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"qi" = ( +/obj/machinery/button/ignition{ + id = "portnacelle_igniter"; + pixel_y = -28 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qj" = ( +/obj/structure/lattice, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"ql" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"qm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"qo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qp" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"qr" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qt" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"qu" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"qv" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"qy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"qz" = ( +/obj/machinery/atmospherics/pipe/tank, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"qA" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Engineering"; + cur_coils = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"qC" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 23 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"qE" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"qG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"qL" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"qN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/camera/network/engineering{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"qP" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"qQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"qT" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"qW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"qY" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"qZ" = ( +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"ra" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rb" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space) +"re" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"ri" = ( +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rn" = ( +/obj/machinery/computer/rcon, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"ro" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"rp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/door/window/westleft, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"rs" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"rt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"ru" = ( +/obj/machinery/atmospherics/pipe/vent, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"rv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"rx" = ( +/obj/machinery/telecomms/receiver/preset_right/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"ry" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"rB" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"rF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"rH" = ( +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rK" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/obj/machinery/door/window/westright, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"rL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"rN" = ( +/obj/effect/paint_stripe/sun, +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rQ" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"rR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"rT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"rU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"rW" = ( +/obj/machinery/power/thermoregulator, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"rZ" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"sc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"sd" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"se" = ( +/obj/machinery/computer/drone_control{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"sf" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"sh" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"si" = ( +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"sj" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"sk" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"sn" = ( +/obj/machinery/exonet_node{ + anchored = 1 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/tcommsat/chamber) +"sr" = ( +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"st" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/dormitory) +"su" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"sy" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"sz" = ( +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"sA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"sB" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"sD" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"sE" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor, +/area/engineering/atmos/storage) +"sG" = ( +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"sH" = ( +/obj/structure/railing, +/turf/space, +/area/space) +"sI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"sJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"sK" = ( +/obj/machinery/floodlight, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"sL" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"sM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/nifsofts_engineering, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"sP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"sQ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"sS" = ( +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"sU" = ( +/obj/machinery/telecomms/broadcaster/preset_right/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"sW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"sX" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"sY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"tb" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1443; + id = "air_in"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/airmix, +/area/space) +"tc" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"te" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/engi, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"tf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "engtox_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"tg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"tj" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/effect/floor_decal/techfloor/orange, +/obj/random/powercell, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"tk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "nitrous_in"; + name = "Nitrous Oxide Supply Control"; + output_tag = "nitrous_out"; + sensors = list("nitrous_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"tn" = ( +/obj/structure/sign/department/drones, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"to" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/obj/structure/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"tq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"tr" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "starboardnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ts" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"tt" = ( +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable/engine/rust, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"tu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ty" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"tA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"tB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"tC" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"tD" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"tE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/vault{ + name = "Shunt Drive"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"tF" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/clothing/gloves/yellow, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"tG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 10 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"tJ" = ( +/obj/structure/table/steel, +/obj/item/module/power_control, +/obj/item/airlock_electronics, +/obj/machinery/light/small, +/turf/simulated/floor, +/area/storage/tech) +"tK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"tL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"tM" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tN" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"tP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"tV" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"tW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 4 + }, +/turf/space, +/area/space) +"tX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"tY" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"tZ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor, +/area/storage/tech) +"ub" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ue" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ul" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"um" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"up" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"uq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"us" = ( +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"ut" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/engineering/portnacelle) +"uu" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"uv" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"uw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ux" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"uy" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2_sensor" + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"uC" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"uF" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"uG" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_two, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"uH" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Upload Chamber"; + name = "AI Upload turret control"; + pixel_y = -26 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"uJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"uK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"uL" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"uM" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"uP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"uQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"uR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"uS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"uU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/turf/space, +/area/space) +"uV" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"uW" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westright, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"uZ" = ( +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"vb" = ( +/obj/machinery/computer/borgupload, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"vd" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/space) +"ve" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"vg" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"vh" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/secure_data{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/security{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/circuitboard/skills{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"vj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"vm" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/mineral/equipment_vendor/engineering, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"vn" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space) +"vo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"vp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"vr" = ( +/obj/effect/shuttle_landmark/victory/deck1/starboard, +/turf/space, +/area/space) +"vs" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"vv" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"vy" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"vz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"vA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"vC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/engine, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"vG" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"vI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/door/window/westright, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"vK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"vL" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engineering Subgrid"; + name_tag = "Engineering Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"vN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"vP" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"vQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"vS" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"vU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"vV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"vW" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "nitrous_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/n20, +/area/space) +"vY" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/vent, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"vZ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"wb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"wc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"wd" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"we" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"wf" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"wh" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/foyer_mezzenine) +"wi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/holopad, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"wj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"wk" = ( +/obj/structure/catwalk, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"wl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"wn" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"wo" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"wq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"wr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"ws" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"ww" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"wy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/computer/general_air_control/supermatter_core{ + dir = 1; + input_tag = "cooling_in"; + name = "Engine Cooling Control"; + output_tag = "cooling_out"; + sensors = list("engine_sensor"="Engine Core") + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"wA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"wB" = ( +/obj/structure/table/steel, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/simulated/floor, +/area/storage/tech) +"wE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"wF" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"wG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/space) +"wJ" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"wK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"wL" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"wM" = ( +/obj/machinery/air_sensor{ + frequency = 1443; + id_tag = "air_sensor"; + output = 7 + }, +/turf/simulated/floor/reinforced/airmix, +/area/space) +"wN" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/southright{ + dir = 8; + name = "Jetpack Storage"; + req_one_access = list(11,24) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"wO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"wP" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"wQ" = ( +/obj/machinery/atmospherics/pipe/tank{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"wS" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"wT" = ( +/obj/machinery/power/smes/buildable/main, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"wU" = ( +/obj/machinery/ai_slipper, +/obj/machinery/turretid/stun{ + check_synth = 1; + name = "AI Chamber turret control"; + pixel_x = 30; + pixel_y = 24 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -24; + pixel_y = 25 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the AI core maintenance door."; + id = "AICore"; + name = "AI Maintenance Hatch"; + pixel_x = 8; + pixel_y = -25; + req_access = list(16) + }, +/obj/machinery/light/small, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/ai) +"wW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"wY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xa" = ( +/turf/space/basic, +/area/engineering/atmos/monitoring) +"xb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"xd" = ( +/obj/machinery/door/airlock/maintenance/engi, +/turf/simulated/floor/plating, +/area/space) +"xe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Break Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"xf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"xh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"xi" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 2345; + id = "starboardnacelle_in"; + power_rating = 5000 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/red, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"xm" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"xn" = ( +/obj/landmark/spawnpoint/job/cyborg, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"xp" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"xq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"xs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"xu" = ( +/obj/structure/catwalk, +/obj/machinery/shield_diffuser, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"xv" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/workshop) +"xw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xz" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"xA" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"xB" = ( +/obj/machinery/camera/network/engine, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/door/window/westright, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"xC" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/space) +"xE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"xK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"xM" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/arcade/orion_trail{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/jukebox, +/obj/item/circuitboard/message_monitor{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/arcade/battle{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"xQ" = ( +/obj/structure/catwalk, +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"xS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/landmark/free_ai_shell, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"xT" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"xU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"xV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"xX" = ( +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos) +"xY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"ye" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"yh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"yj" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/dispenser/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ym" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"yn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"yq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Reactor Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_monitoring) +"yt" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"yu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"yv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"yw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"yy" = ( +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"yz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"yA" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"yD" = ( +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"yE" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"yF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"yG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"yJ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/heads/chief) +"yM" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"yP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"yR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"yS" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"yU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/phoron/engine_setup, +/obj/machinery/door/window/westleft, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"yV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Atmospherics"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled, +/area/space) +"yZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/machinery/media/jukebox, +/turf/simulated/floor/bluegrid, +/area/ai) +"zb" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/powermonitor{ + pixel_y = 3 + }, +/obj/item/circuitboard/stationalert_engineering{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/circuitboard/security/engineering{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/circuitboard/atmos_alert{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"zc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"zd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"ze" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"zg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"zi" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"zj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos) +"zl" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"zn" = ( +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"zo" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"zq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northright, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"zr" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"zs" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/machinery/light_construct/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"zu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"zv" = ( +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/trash_pit) +"zy" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/table/bench/wooden, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"zz" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai_server_room) +"zA" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "deck1_airlock"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"zB" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"zC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"zE" = ( +/obj/item/deck/cards, +/obj/structure/table/gamblingtable, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"zG" = ( +/obj/structure/sign/warning, +/turf/simulated/wall/r_wall, +/area/space) +"zH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"zI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"zJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"zM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"zN" = ( +/obj/machinery/computer/aiupload, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"zO" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"zQ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"zR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"zT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospheric_field_generator/perma, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"zV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"zX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"zY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + dir = 4; + id_tag = "deck1_airlock2"; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"zZ" = ( +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=100;TEMP=80"; + name = "Mainframe Base" + }, +/area/tcommsat/chamber) +"Aa" = ( +/obj/structure/catwalk, +/obj/machinery/camera/network/outside, +/turf/simulated/floor/airless/ceiling, +/area/space) +"Ag" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Ak" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Al" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"An" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + master_tag = "deck1_airlock2"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Ap" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"Ar" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"As" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Damage Control Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Au" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "nitrous_in"; + pixel_y = 1; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/n20, +/area/space) +"Aw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ax" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Ay" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Az" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"AA" = ( +/obj/structure/sign/department/ass{ + pixel_x = 29 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"AB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"AD" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"AF" = ( +/obj/machinery/ntnet_relay, +/obj/machinery/camera/network/tcomms, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/tcommsat/chamber) +"AJ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"AL" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/plating, +/area/engineering/engine_monitoring) +"AN" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"AP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange/corner, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"AR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"AT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"AV" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter{ + name = "Waste N2 Filter"; + tag_east = 1; + tag_south = 2; + tag_west = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"AX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/fire_alarm/east_mount{ + dir = 4; + pixel_x = -21 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Bc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Be" = ( +/obj/machinery/washing_machine, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Bf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Bi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"Bk" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch{ + color = "#FF0000" + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"Bl" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Bm" = ( +/obj/machinery/space_heater, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"Bo" = ( +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Bp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Bq" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"Bs" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"Bt" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"Bu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + dir = 4; + frequency = 1380; + id_tag = "deck1_airlock"; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"Bv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Bw" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_three, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Bx" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/portnacelle) +"Bz" = ( +/obj/structure/sign/warning{ + name = "\improper DANGER: ENGINE EXHAUST" + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"BB" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 2346; + id = "portnacelle_in"; + power_rating = 5000 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"BC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"BF" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"BG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"BH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"BI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"BJ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"BM" = ( +/obj/machinery/button/remote/blast_door{ + id = "starboardnacelle_blastdoor"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Fuel Line to Thrusters" + }, +/obj/effect/floor_decal/corner/lightorange/bordercee{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"BO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"BR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"BV" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"BY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"BZ" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/engineering/hallway/lower) +"Cb" = ( +/turf/space/basic, +/area/maintenance/engineering) +"Cf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Cg" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/obj/machinery/shield_capacitor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"Ch" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Ci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Cj" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Cl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Cm" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/storage/tech) +"Cn" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"Co" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Cu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Cv" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 6 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Cw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/command/ai_upload, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Cx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Cy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"CA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/vending/wallmed_airlock{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"CB" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/dormitory) +"CF" = ( +/turf/simulated/floor/reinforced/airmix, +/area/space) +"CG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"CI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"CJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/closet/firecloset, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"CL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai) +"CM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/engine_monitoring) +"CN" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"CO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"CP" = ( +/obj/machinery/door/airlock{ + name = "Shell Recharging" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"CR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"CS" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"CT" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"CU" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"CY" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_four, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"CZ" = ( +/obj/landmark{ + name = "carpspawn" + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Dd" = ( +/obj/machinery/atmospherics/pipe/vent{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Dk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Dl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Dm" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Dn" = ( +/turf/space/basic, +/area/engineering/starboardnacelle) +"Do" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Dp" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_eva) +"Dq" = ( +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Dr" = ( +/obj/structure/table/standard, +/obj/structure/bedsheetbin, +/obj/random/soap, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Ds" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"Dt" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Du" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Dy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/space) +"Dz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"DA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"DD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"DE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"DF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/mob/living/simple_mob/animal/passive/snake/noodle, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"DG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"DH" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"DI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"DK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"DL" = ( +/obj/structure/disposalpipe/up{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"DR" = ( +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"DS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"DU" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"DV" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"DX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"DY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Eb" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/valve{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ed" = ( +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Ef" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Ei" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 2346; + input_tag = "portnacelle_in"; + name = "Burn Chamber Air Control"; + output_tag = ""; + pressure_setting = 0; + sensors = list("portnacelle_sensor"="Burn Chamber"); + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ej" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Ek" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/welding/superior, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"El" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Em" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Eo" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Es" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Eu" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Ev" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/radio/off, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_y = 6 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Ew" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "n2_in"; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"EA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"EB" = ( +/obj/structure/table/standard, +/obj/item/aiModule/asimov, +/obj/item/aiModule/freeformcore, +/obj/item/aiModule/corp, +/obj/item/aiModule/paladin, +/obj/item/aiModule/robocop, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"EC" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"ED" = ( +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"EG" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"EK" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"EL" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood/broken, +/area/maintenance/dormitory) +"EN" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/engineering/hallway/lower) +"EP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ER" = ( +/turf/simulated/floor/airless/ceiling, +/area/space) +"ES" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"EV" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"EW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "o2_in"; + name = "Oxygen Supply Control"; + output_tag = "o2_out"; + sensors = list("o2_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"EX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"EY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"EZ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/portnacelle) +"Fa" = ( +/obj/machinery/computer/fission_monitor, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"Fb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ff" = ( +/obj/landmark/spawnpoint/job/atmospheric_technician, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"Fi" = ( +/obj/machinery/air_sensor{ + frequency = 2346; + id_tag = "portnacelle_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Fj" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_monitoring) +"Fl" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Fm" = ( +/obj/machinery/telecomms/relay/preset/victory/deck_one, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Fn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Fo" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Fq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Fs" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Ft" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"Fu" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Fw" = ( +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/engi_engine) +"Fx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/northright{ + name = "Engineering Hardsuits"; + req_access = list(11) + }, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Fy" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"FA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"FB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"FC" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/security/mining{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/circuitboard/machine/lathe/autolathe, +/obj/item/circuitboard/scan_consolenew{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"FF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"FH" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"FJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood/cee, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"FK" = ( +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"FO" = ( +/obj/machinery/fire_alarm/east_mount{ + dir = 4; + pixel_x = -21 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"FP" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"FQ" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/starboardnacelle) +"FS" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"FT" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"FU" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"FV" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"FX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"FY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Break Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/break_room) +"FZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Ga" = ( +/obj/structure/cable, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Gb" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Gc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Gd" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Gh" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"Gl" = ( +/obj/structure/barricade, +/turf/simulated/floor/wood/broken, +/area/maintenance/dormitory) +"Gm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Starboard Nacelle"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/portnacelle) +"Gn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Gp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_engineer, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Gq" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai_upload_foyer) +"Gt" = ( +/obj/machinery/light, +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"Gv" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/mask/breath, +/obj/item/hardsuit/ce/equipped{ + req_access = list(56) + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Gy" = ( +/turf/simulated/wall/prepainted, +/area/station/stairs_one) +"Gz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/engi_engine) +"GB" = ( +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable{ + icon_state = "16-0" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"GE" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"GF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"GG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"GI" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"GJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "co2_in"; + name = "Carbon Dioxide Supply Control"; + output_tag = "co2_out"; + sensors = list("co2_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"GM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"GO" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/multitool{ + pixel_x = 5 + }, +/obj/item/t_scanner, +/obj/item/floor_painter, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"GP" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"GQ" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"GS" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 2345; + input_tag = "starboardnacelle_in"; + name = "Burn Chamber Air Control"; + output_tag = ""; + pressure_setting = 0; + sensors = list("starboardnacelle_sensor"="Burn Chamber") + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"GV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"GZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ha" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"Hc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Hd" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"He" = ( +/obj/structure/lattice, +/obj/structure/lattice, +/turf/space, +/area/space) +"Hf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Hg" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/maintenance/engi_engine) +"Hj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"Hk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Hl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Hr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"Hs" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/chief_engineer, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Ht" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Hu" = ( +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Hv" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Hw" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Hx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Hz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"HC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"HE" = ( +/turf/space/basic, +/area/engineering/atmos/storage) +"HG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"HH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/table/standard, +/obj/machinery/button/remote/emitter{ + desc = "A remote control-switch for the engine emitter."; + id = "EngineEmitter"; + name = "Engine Emitter"; + pixel_x = 6; + pixel_y = 7; + req_access = list(10) + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for the engine charging port."; + id = "SupermatterPort"; + name = "Reactor Blast Doors"; + pixel_x = -6; + pixel_y = 7; + req_access = list(10) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"HI" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/plant_analyzer, +/obj/item/healthanalyzer, +/obj/item/atmos_analyzer, +/obj/item/atmos_analyzer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"HL" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"HM" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"HN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"HP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"HS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/drone_fabrication) +"HV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"HW" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Trash Pit" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"HY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"HZ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ia" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Ic" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Id" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering/atmos, +/area/space) +"Ie" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Ig" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Ih" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"Ik" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor, +/area/storage/tech) +"Il" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Im" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/item/inducer, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"In" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Io" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Iq" = ( +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"It" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/obj/machinery/door/window/northright{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Iu" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"Iw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/suit_cycler/engineering, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Ix" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Telecomms Subgrid"; + name_tag = "Telecomms Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Iz" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"IB" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"IC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ID" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"IG" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "co2_sensor" + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"IH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"IM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"IO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space) +"IP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"IR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"IS" = ( +/obj/machinery/computer/security/engineering, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"IT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"IU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"IV" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"IW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"IX" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"IY" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/engineering) +"IZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"Ja" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/random/trash_pile, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Jd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Jf" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor, +/area/storage/tech) +"Jg" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_airlock) +"Ji" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Jetpack Storage"; + req_access = list(24) + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Jj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Jl" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Jm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Jn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Jo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Jp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Jr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Jt" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Ju" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/hallway/lower) +"Jx" = ( +/obj/machinery/button/ignition{ + id = "starboardnacelle_igniter"; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/item/trash/popcorn, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Jy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"JA" = ( +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"JB" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"JC" = ( +/obj/structure/window/reinforced, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 8; + name = "emergency shower" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_airlock) +"JD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"JE" = ( +/turf/simulated/wall/prepainted/engineering, +/area/space) +"JF" = ( +/obj/structure/table/standard, +/obj/item/aiModule/oxygen, +/obj/item/aiModule/oneHuman, +/obj/item/aiModule/purge, +/obj/item/aiModule/antimov, +/obj/item/aiModule/teleporterOffline, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"JG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"JI" = ( +/obj/machinery/camera/network/engineering, +/obj/landmark/spawnpoint/job/atmospheric_technician, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"JJ" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/window/phoronreinforced, +/obj/machinery/atmospherics/pipe/tank/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"JM" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"JN" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "eng_sec_lockdown"; + name = "Security Checkpoint Blast Doors"; + opacity = 0 + }, +/obj/structure/cable, +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/storage/tech) +"JP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"JR" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"JT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"JV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"JW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"JX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Kb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Kd" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ke" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Kg" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/space, +/area/space) +"Ki" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Ko" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Kq" = ( +/obj/structure/disposalpipe/segment{ + 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/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Kr" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Ks" = ( +/obj/machinery/blackbox_recorder, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Kv" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Kx" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"KA" = ( +/obj/structure/catwalk, +/obj/structure/handrail, +/turf/simulated/floor/airless/ceiling, +/area/space) +"KE" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled/steel_ridged, +/area/engineering/atmos/storage) +"KG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/northright{ + name = "Engineering Hardsuits"; + req_access = list(11) + }, +/obj/item/hardsuit/eva/equipped, +/obj/item/hardsuit/eva/equipped, +/obj/item/hardsuit/eva/equipped, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"KI" = ( +/obj/machinery/pda_multicaster, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"KJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"KK" = ( +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"KM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/book/manual/evaguide, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/engineering_guide, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/supermatter_engine, +/obj/item/book/manual/rust_engine, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"KO" = ( +/obj/random/trash_pile, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"KP" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"KQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"KU" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/console_screen, +/obj/item/circuitboard/machine/lathe/autolathe, +/turf/simulated/floor, +/area/storage/tech) +"KV" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/door/window/westleft, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"KW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 6 + }, +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"KX" = ( +/turf/simulated/wall/prepainted/engineering, +/area/tcommsat/powercontrol) +"KY" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"KZ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_eva) +"La" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Lb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Lc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ld" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Le" = ( +/obj/machinery/telecomms/bus/preset_two/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Lg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"Lh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Li" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera/network/command{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"Lj" = ( +/obj/machinery/atmospherics/component/quaternary/mixer{ + tag_east = 2; + tag_south = 1; + tag_south_con = 0.21; + tag_west = 1; + tag_west_con = 0.79 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ll" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Lq" = ( +/obj/machinery/door/airlock/maintenance/engi, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"Lt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Lv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Lx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Ly" = ( +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Lz" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "engsec_ld_c"; + name = "CE Office Blast Doors"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"LB" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"LC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/tcomms{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"LD" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"LE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"LH" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"LJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"LL" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"LM" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/ai) +"LN" = ( +/obj/machinery/sparker{ + id = "starboardnacelle_igniter"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/machinery/sparker{ + id = "starboardnacelle_igniter"; + pixel_x = 24 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"LP" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"LQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"LR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"LS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/northleft{ + name = "Engineering Hardsuits"; + req_access = list(11) + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/shoes/magboots, +/obj/machinery/light, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"LX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/machinery/sparker{ + id = "portnacelle_igniter"; + pixel_x = 24 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"LY" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"LZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Mb" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Mc" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Mh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Damage Control Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Mj" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ml" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch{ + name = "Port Nacelle"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/portnacelle) +"Mn" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1441; + id = "co2_in"; + pixel_y = 1; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"Mp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"Mq" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"Ms" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Mt" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space) +"Mu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Mv" = ( +/obj/machinery/atmospherics/component/quaternary/atmos_filter{ + name = "Waste O2 Filter"; + tag_north = 1; + tag_south = 2; + tag_west = 3 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Mw" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/engineering/hallway/lower) +"Mx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"My" = ( +/obj/machinery/camera/network/tcomms, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Mz" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"MB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"MC" = ( +/obj/random/trash_pile, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"MD" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"ME" = ( +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"MF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"MH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"MI" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"MK" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/standard, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"MM" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"MN" = ( +/obj/machinery/atmospherics/component/trinary/mixer/m_mixer{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"MP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"MR" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/ai) +"MS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "o2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"MU" = ( +/obj/machinery/shieldgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"MV" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"MZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Na" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Nb" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"Ne" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Nf" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_smes) +"Ng" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"Nh" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Ni" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Nj" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"Nm" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/drone_fabrication) +"Nn" = ( +/turf/space/basic, +/area/engineering/atmos) +"No" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/unary_atmos/heater, +/obj/item/circuitboard/unary_atmos/cooler{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/massive_gas_pump, +/obj/item/circuitboard/massive_heat_pump{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"Nq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Equipment"; + req_one_access = null + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Nr" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"Nu" = ( +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Nw" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "starboardnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Nx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor, +/area/storage/tech) +"Nz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"NB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"NH" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/wood, +/obj/fiftyspawner/wood, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"NI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"NJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"NK" = ( +/turf/space/basic, +/area/engineering/portnacelle) +"NN" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "tox_sensor" + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"NP" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/vending/engivend, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"NR" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"NS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"NU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"NV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"NW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"NY" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Oc" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/trash_pit) +"Of" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Og" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Ok" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"Om" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"On" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Oq" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/starboardnacelle) +"Or" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Os" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Ot" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Ou" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Ov" = ( +/obj/machinery/power/apc/east_mount, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/cable/green, +/obj/structure/closet/toolcloset, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Ox" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/maintenance/engineering) +"Oy" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Oz" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/robotics{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/mecha_control{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"OA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"OC" = ( +/obj/machinery/button/remote/blast_door{ + id = "portnacelle_blastdoor"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"OD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"OG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"OI" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"OK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"ON" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"OO" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/machinery/vending/wallmed1{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"OP" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"OR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"OS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"OT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"OU" = ( +/obj/structure/table/reinforced, +/obj/item/paper{ + info = "If you're reading this, then congratulations. The company somehow figured this station, or ship, is of enough importance that they have a shield system already built-in for you to just flip a switch on! Well... Almost at least. There's a quick checklist you'll need to go through to make sure you don't end up killing everyone on this polished scrapheap. Listen.. Read.. Eh.. Whatever you use to pay attention, start paying attention. You need to make sure those blocks jutting out around that shield are set to max to pull in as much back-up power as possible for when something goes belly-up. Next is the core shield itself. You might think smacking everything to the highest setting and leaving it is the smart move, huh? Welp, no. You'll just pull your entire facilities power to this machine and end up killing everyone trying to protect them. Ironic, isn't it? Nah, what you want is to set a nice middle-ground for this. Also that vertical range? Make sure it's covering every single floor of your facility so no where is at risk. Last... Range. Depends on the structure, but going a LITTLE past the structures size isn't a bad thing, hell it'll even protect ships that fly in if they're small and close enough if you got the range for it. Hope it's not a hostile ship though.Well that's all the critical stuff you need to know about this, now do us proud and don't blow up the dang place on your first shift like many others.Senior Chief Engineer --- (The name seems to of been scribbled out.)" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"OY" = ( +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Pa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Pc" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Pe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Pg" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Pi" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/power/crypto_miner{ + anchored = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Pm" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Pn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Ps" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Pt" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Pz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"PC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"PE" = ( +/obj/structure/table/reinforced, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"PJ" = ( +/obj/structure/table/woodentable, +/obj/machinery/light_construct{ + dir = 8 + }, +/obj/random/maintenance, +/turf/simulated/floor/carpet, +/area/maintenance/dormitory) +"PL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"PM" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"PN" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"PQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"PS" = ( +/obj/machinery/camera/network/command, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"PT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/holopad, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"PW" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + locked = 1; + name = "AI Core"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/ai_core, +/turf/simulated/floor/tiled/dark, +/area/ai) +"PX" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"PY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/atmos/storage) +"PZ" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Qa" = ( +/obj/structure/sign/greencross{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Qc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"Qd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Qe" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Qf" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"Qh" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"Qj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Qk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Qm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Qn" = ( +/obj/machinery/atmospherics/component/unary/engine/biggest{ + dir = 4 + }, +/turf/space, +/area/space) +"Qp" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Qq" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Qr" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/access_button/airlock_interior{ + master_tag = "deck1_airlock2"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/atmos/storage) +"Qt" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Qu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Qw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Qy" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Qz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"QB" = ( +/turf/simulated/floor/plating, +/area/space) +"QC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"QE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"QF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"QH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/vehicle_old/train/engine{ + dir = 8; + key_type = /obj/item/key + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"QK" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"QM" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"QN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"QO" = ( +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"QP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/command/ai_upload, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"QZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Telecomms Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/tcommsat/computer) +"Rc" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/storage/tech) +"Re" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Rf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Rg" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Rh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Rj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Rk" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/monitoring) +"Rn" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Rp" = ( +/obj/structure/filingcabinet, +/obj/machinery/camera/network/tcomms{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Rr" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Rs" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space) +"Ru" = ( +/obj/structure/disposalpipe/segment{ + 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/camera/network/tcomms{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Rv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Rw" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"Rx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Ry" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"RA" = ( +/obj/machinery/telecomms/bus/preset_one, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"RD" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/engineering/starboardnacelle) +"RE" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"RI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"RJ" = ( +/obj/machinery/atmospherics/component/trinary/mixer{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"RK" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"RM" = ( +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"RP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"RR" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"RS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"RT" = ( +/obj/structure/table/woodentable, +/obj/machinery/microwave, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"RV" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "ENGINEERING" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"RW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"RX" = ( +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -26 + }, +/obj/machinery/vending/cola, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"RY" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"RZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload_foyer) +"Sa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Sc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/beacon, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"Sd" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Se" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Sh" = ( +/obj/machinery/telecomms/bus/preset_three, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Sj" = ( +/obj/machinery/power/apc/east_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Sk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Sn" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Sq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Ss" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"St" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"Su" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Sw" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Sx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1443; + input_tag = "air_in"; + name = "Mixed Air Supply Control"; + output_tag = "air_out"; + pressure_setting = 2000; + sensors = list("air_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"SA" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"SD" = ( +/obj/landmark/spawnpoint/job/atmospheric_technician, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"SG" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_smes) +"SH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"SJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"SL" = ( +/turf/simulated/wall/prepainted/engineering, +/area/maintenance/engineering) +"SO" = ( +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"SP" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"SQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"SR" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"ST" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/computer/general_air_control/large_tank_control{ + input_tag = "n2_in"; + name = "Nitrogen Supply Control"; + output_tag = "n2_out"; + sensors = list("n2_sensor"="Tank") + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"SV" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westright, +/turf/simulated/floor/plating, +/area/space) +"SW" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"SX" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"SY" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"SZ" = ( +/obj/landmark/spawnpoint/job/cyborg, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Ta" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/toolbox/electrical, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Tb" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Tf" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold4w/visible/fuel, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"Tg" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Tk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"Tl" = ( +/obj/machinery/air_sensor{ + frequency = 2345; + id_tag = "starboardnacelle_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"Tm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"To" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Tp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Tq" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/shield_generator, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"Tr" = ( +/obj/machinery/camera/network/engineering, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Tu" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/break_room) +"Tv" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"Tw" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"Ty" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"TA" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"TB" = ( +/obj/machinery/telecomms/server/presets/unused, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"TC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/closet/firecloset, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/engineering/atmos/storage) +"TE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"TF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"TJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"TK" = ( +/obj/structure/table/standard, +/obj/item/aiModule/nanotrasen, +/obj/item/aiModule/reset, +/obj/item/aiModule/freeform, +/turf/simulated/floor/tiled/techfloor, +/area/ai_upload) +"TL" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"TN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/item/clothing/mask/smokable/cigarette/cigar, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"TO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"TP" = ( +/turf/space, +/area/space) +"TS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"TU" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/maintenance/dormitory) +"TV" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plushie/carp/nebula, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"TW" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/circuitboard/transhuman_clonepod{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/circuitboard/resleeving_control{ + pixel_y = 1 + }, +/obj/item/circuitboard/med_data{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/tech) +"TX" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"TZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space) +"Ua" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Ub" = ( +/obj/item/storage/box/glasses/mug, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Uc" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Ud" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Ue" = ( +/turf/simulated/wall/durasteel, +/area/ai) +"Uh" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Ui" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Master Grid"; + name_tag = "Master" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_smes) +"Uj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Un" = ( +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Uo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Us" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"Ut" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Uw" = ( +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Ux" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Uy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Chamber"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/command/ai_core, +/turf/simulated/floor/bluegrid, +/area/ai) +"Uz" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/obj/item/storage/box/snakesnackbox, +/obj/machinery/button/remote/blast_door{ + id = "engsec_ld_c"; + name = "Access Lockdown"; + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"UA" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor, +/area/storage/tech) +"UC" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"UE" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/engineering/engine_airlock) +"UG" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"UI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"UK" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"UL" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"UM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ai_upload) +"UQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"UR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "tox_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"UV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"UX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"UY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"UZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Va" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Storage"; + req_one_access = null + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/engineering/equipment, +/turf/simulated/floor/tiled, +/area/engineering/storage) +"Vc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Vd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/power/breakerbox{ + RCon_tag = "TELECOMMS" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Ve" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"Vf" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_one_access = list() + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/command/ai_upload, +/turf/space/basic, +/area/ai_upload_foyer) +"Vg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Vh" = ( +/turf/simulated/wall/prepainted/engineering, +/area/engineering/engine_monitoring) +"Vi" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Vj" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/ai) +"Vk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Vl" = ( +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Vo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Vq" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/engineering/foyer_mezzenine) +"Vr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Vs" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/engineering/hallway/lower) +"Vu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 4 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Vv" = ( +/obj/machinery/vending/cigarette, +/obj/item/barrier_tape_segment/engineering, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"VA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"VB" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"VG" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"VL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + id_tag = "deck1_airlock" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"VP" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"VQ" = ( +/obj/map_helper/airlock/door/int_door, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "deck1_airlock"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_eva) +"VT" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"VU" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"VV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Hallway"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"VX" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"VY" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"VZ" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Wa" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/shunt) +"Wb" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Wc" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Wd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Wf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"Wg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/workshop) +"Wh" = ( +/obj/structure/table/woodentable, +/obj/random/maintenance/security, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"Wi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/aux, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Wj" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Wl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Wm" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"Wn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Wr" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Wt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"Wu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Wv" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"Wx" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"WB" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"WC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"WD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"WH" = ( +/obj/structure/closet/crate, +/obj/item/circuitboard/smes, +/obj/item/smes_coil, +/obj/item/smes_coil, +/obj/item/smes_coil/super_capacity, +/obj/item/smes_coil/super_capacity, +/obj/item/smes_coil/super_io, +/obj/item/smes_coil/super_io, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"WL" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/engineering, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"WM" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"WO" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "nitrous_sensor" + }, +/turf/simulated/floor/reinforced/n20, +/area/space) +"WQ" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"WS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/engine_smes) +"WT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"WU" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"Xa" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Xc" = ( +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/obj/effect/paint_stripe/sun, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_room) +"Xi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/vending/assist, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Xm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Xp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xq" = ( +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/vending/weeb{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Xr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Xs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Xt" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"Xu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/engineeringatmos{ + name = "Damage Control Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/atmospherics, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/monitoring) +"Xw" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_airlock) +"Xx" = ( +/obj/structure/lattice, +/obj/structure/railing, +/turf/space, +/area/space) +"Xz" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"XA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"XB" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/recharge_station, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"XC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"XD" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/carpet/blucarpet, +/area/engineering/break_room) +"XE" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"XI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"XJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"XK" = ( +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"XL" = ( +/obj/machinery/telecomms/server/presets/service/victory, +/turf/simulated/floor/tiled/dark{ + initial_gas_mix = "n2=100;TEMP=80" + }, +/area/tcommsat/chamber) +"XM" = ( +/obj/landmark/spawnpoint/job/ai/secondary, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/ai) +"XO" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ai) +"XP" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"XR" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"XT" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"XU" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"XV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor, +/area/storage/tech) +"XW" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"XY" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/technical_storage/secure, +/turf/simulated/floor/tiled/dark, +/area/storage/tech) +"XZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/plating, +/area/station/stairs_one) +"Ya" = ( +/obj/machinery/atmospherics/valve/digital, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Yb" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/clothing/gloves/yellow, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Yc" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Yf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"Yg" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/engineering/foyer_mezzenine) +"Yi" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "o2_sensor" + }, +/turf/simulated/floor/reinforced/oxygen, +/area/space) +"Yj" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/tool/wrench, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Yk" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"Yl" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Ym" = ( +/obj/machinery/atmospherics/component/binary/pump, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"Yn" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Yo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Yr" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1441; + id = "tox_in"; + pixel_y = 1; + power_rating = 5000; + use_power = 1 + }, +/turf/simulated/floor/reinforced/phoron, +/area/engineering/atmos) +"Ys" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full/firelocks, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"Yt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/red{ + dir = 8 + }, +/turf/simulated/wall/prepainted/engineering/atmos, +/area/engineering/atmos/storage) +"Yu" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor, +/area/maintenance/engineering) +"Yv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/station/stairs_one) +"Yy" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Yz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"YA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/door/airlock/glass/engineering, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"YB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/engineering/portnacelle) +"YD" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/station_engineer, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/locker_room) +"YG" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"YI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"YN" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/west_mount, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/storage) +"YR" = ( +/obj/spawner/window/reinforced/full/firelocks, +/turf/simulated/floor, +/area/maintenance/engineering) +"YT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ai_server_room) +"YU" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/computer) +"YX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/engine_smes) +"YY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"YZ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"Za" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westright, +/turf/simulated/floor/tiled/techfloor, +/area/engineering/engine_airlock) +"Zb" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"Ze" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/engi_engine) +"Zh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/trash_pit) +"Zi" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"Zm" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/engineering/starboardnacelle) +"Zq" = ( +/obj/machinery/computer/telecomms/server, +/turf/simulated/floor/tiled/techmaint, +/area/tcommsat/computer) +"Zr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"Zs" = ( +/obj/machinery/holopad, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/engineering/break_room) +"Zu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/mob/living/simple_mob/animal/passive/bird/parrot/polly, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/heads/chief) +"Zv" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/tcommsat/powercontrol) +"Zx" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"Zy" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/engineering) +"Zz" = ( +/obj/structure/table/standard, +/obj/item/storage/box/lights/mixed, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/engineering/engine_monitoring) +"ZA" = ( +/obj/effect/floor_decal/techfloor/orange/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/hallway) +"ZC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/maintenance/trash_pit) +"ZD" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/storage/belt, +/obj/item/storage/belt, +/obj/item/storage/belt, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos/storage) +"ZE" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall/prepainted, +/area/engineering/portnacelle) +"ZF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + frequency = 1441; + icon_state = "map_vent_in"; + id_tag = "n2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + on = 1 + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/space) +"ZH" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/hallway/lower) +"ZI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/hallway) +"ZK" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"ZM" = ( +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/space) +"ZN" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"ZO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ZP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/drone_fabrication) +"ZR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/hallway/lower) +"ZS" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"ZT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/atmos) +"ZW" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/engineering/storage) +"ZX" = ( +/obj/turbolift_map_holder/victory, +/turf/simulated/floor/holofloor/tiled/dark, +/area/engineering/hallway/lower) +"ZY" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"ZZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 8; + name = "emergency shower" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_airlock) + +(1,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(2,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(3,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(4,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(5,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(6,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(7,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(8,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(9,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(10,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +eb +cd +eb +cd +he +he +he +he +he +he +cd +eb +cd +eb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +eb +cd +eb +cd +he +he +he +he +he +he +cd +eb +cd +eb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(11,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(12,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +eb +cd +cd +cd +Gh +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +eb +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +eb +cd +cd +cd +Gh +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +eb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(13,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(14,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(15,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +cd +he +cd +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(16,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +TP +TP +TP +TP +CT +TP +CT +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(17,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +eb +CT +CT +CT +He +CT +CT +CT +CT +CT +CZ +CT +CT +CT +CT +eb +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +eb +CT +CT +CT +He +CT +CT +CT +CT +CT +CZ +CT +CT +CT +CT +eb +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(18,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(19,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +he +cd +he +he +he +he +he +he +cd +he +cd +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(20,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +cd +he +cd +TP +TP +Qn +TP +TP +Qn +CT +he +cd +he +he +he +he +TP +TP +TP +aj +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +he +CT +TP +TP +Qn +TP +TP +Qn +cd +he +cd +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(21,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +kw +kw +kw +kw +tW +TP +TP +tW +TP +TP +CT +he +cd +cd +cd +cd +cd +CT +CT +eb +CT +CT +eb +CT +CT +eb +CT +TP +TP +TP +CT +eb +CT +CT +eb +CT +CT +eb +CT +CT +eb +CT +CT +eb +CT +he +CT +tW +TP +TP +tW +TP +TP +kw +kw +kw +kw +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(22,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +kw +kw +kw +kw +tW +TP +TP +tW +TP +TP +CT +he +cd +he +he +he +he +TP +TP +CT +TP +TP +CT +TP +TP +TP +CT +TP +TP +TP +CT +TP +TP +TP +CT +TP +TP +CT +TP +TP +CT +TP +TP +TP +CT +he +CT +tW +TP +TP +tW +TP +TP +kw +kw +kw +kw +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(23,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +kw +kw +kw +kw +Bi +jn +Tf +jn +jn +Mq +cd +he +cd +he +he +he +he +ev +Rs +Rs +aZ +aZ +Rs +aZ +aZ +aZ +vn +aZ +aZ +aZ +vn +aZ +aZ +aZ +Rs +aZ +aZ +Rs +TZ +TP +CT +TP +TP +TP +CT +he +cd +Bi +jn +jn +Tf +jn +Mq +kw +kw +kw +kw +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(24,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +kw +kw +kw +kw +TX +AT +pG +kw +Bz +kw +he +cd +cd +cd +cd +cd +uq +Yn +Rs +Rs +Rs +Rs +Rs +Rs +Rs +vn +aZ +aZ +aZ +vn +TZ +ev +aZ +Rs +aZ +aZ +Rs +IO +TP +CT +TP +TP +TP +CT +he +kw +Bz +kw +TX +AT +pG +kw +Bz +kw +kw +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(25,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +hj +eS +Mj +kw +kw +kw +he +cd +he +he +he +he +rc +Es +Rs +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +aj +TP +CT +uq +Es +Rs +Rs +Rs +Rs +Rs +Cu +CT +CT +CT +CT +CT +CT +he +kw +kw +kw +hj +eS +Mj +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +vr +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(26,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +JJ +gN +gx +Jd +ft +kw +kw +he +cd +he +he +he +he +rc +Yn +Rs +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +TP +TP +CT +rc +ev +aZ +Rs +aZ +aZ +aZ +IO +TP +CT +TP +TP +TP +CT +he +kw +kw +JJ +gN +gx +Jd +ft +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(27,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +JJ +qr +MH +eS +ft +kw +kw +kw +cd +he +he +he +he +rc +Es +Rs +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +TP +TP +CT +uq +Es +Rs +Rs +aZ +aZ +aZ +TZ +TP +CT +TP +TP +TP +CT +kw +kw +kw +JJ +qr +MH +eS +ft +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(28,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +mp +ii +MH +kw +kw +kw +kw +cd +he +he +he +he +rc +Yn +Rs +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +TP +TP +CT +rc +ev +aZ +Rs +aZ +aZ +aZ +IO +TP +CT +TP +TP +TP +kw +kw +kw +kw +kw +mp +ii +MH +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(29,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +HP +aU +Mj +eu +eu +kw +kw +cd +cd +cd +cd +cd +uq +Es +Rs +Rs +Rs +Rs +Rs +Rs +Cu +CT +TP +TP +TP +CT +uq +Es +Rs +Rs +Rs +Rs +Rs +Cu +CT +cd +cd +cd +cd +kw +kw +kw +kw +kw +GS +aU +Mj +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(30,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +kw +kw +kw +Rj +QF +hz +eu +Ei +EZ +EZ +EZ +NK +NK +NK +he +Mt +TZ +Yn +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +TP +TP +CT +rc +ev +aZ +Rs +aZ +aZ +aZ +IO +TP +cd +NK +NK +EZ +EZ +EZ +EZ +kw +kw +Rj +wE +hz +kw +kw +kw +he +he +he +TP +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(31,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +kw +kw +tA +Wb +Hx +eu +eu +fS +EZ +us +EZ +EZ +NK +NK +he +TP +rc +Es +aZ +aZ +Rs +aZ +aZ +TZ +CT +CT +CT +CT +CT +rc +Mt +aZ +Rs +aZ +aZ +Rs +TZ +TP +cd +NK +EZ +EZ +SW +SW +EZ +rN +eu +eu +GV +JM +EY +kw +kw +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(32,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +kw +kw +BY +ha +Lb +Lt +Rx +ds +Ml +el +us +EZ +NK +NK +he +TP +rc +Yn +Rs +Rs +Rs +Rs +Rs +Pt +CT +zG +PM +zG +CT +uq +Yn +Rs +Rs +Rs +Rs +Rs +Pt +TP +cd +NK +EZ +HL +QK +yF +Gm +wG +zH +mJ +qo +pK +Cy +kw +kw +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(33,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +kw +kw +BY +RJ +eX +Hl +eu +eu +if +BG +us +EZ +EZ +NK +he +TP +rc +Es +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +ER +TP +CT +rc +Mt +aZ +Rs +aZ +aZ +Rs +TZ +TP +cd +EZ +EZ +HL +YB +us +ZE +eu +eu +YZ +vv +MN +Cy +kw +kw +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(34,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +kw +kw +kw +BY +OC +Aw +eP +qi +EZ +EZ +BG +us +us +EZ +ut +cd +CT +uq +Yn +Rs +Rs +Rs +Rs +Rs +Pt +CT +CT +ER +CT +CT +uq +Yn +Rs +Rs +Rs +Rs +Rs +Pt +CT +cd +EZ +us +HL +YB +pJ +EZ +Oq +kw +BM +zu +Jx +Cy +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(35,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +Ps +mG +OP +Hw +SP +Bx +EZ +BG +us +us +EZ +NK +he +TP +rc +Es +aZ +aZ +Rs +aZ +aZ +TZ +CT +TP +ER +TP +CT +rc +Mt +aZ +Rs +aZ +aZ +Cu +TP +TP +cd +Oq +fJ +sf +hR +PN +Oq +Zm +SP +tr +jU +Nw +Bp +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(36,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +BJ +BB +iF +Fi +LH +Bx +EZ +BG +us +us +EZ +EZ +he +TP +rc +Yn +aZ +aZ +Rs +aZ +aZ +IO +CT +TP +ER +TP +CT +Mt +aZ +TZ +Yn +aZ +aZ +Pt +TP +TP +kw +Oq +fJ +sf +hR +RD +Oq +Zm +TF +Tl +zM +xi +BJ +SP +kw +kw +he +he +aj +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(37,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +kh +kh +FF +JX +ON +Bx +EZ +BG +us +us +us +EZ +he +TP +rc +Es +aZ +aZ +Cu +TP +cD +cD +cD +cD +iY +cD +cD +cD +cD +rc +Es +aZ +aZ +ct +TP +TP +kw +fJ +fJ +sf +hR +RD +Oq +Zm +FF +JX +ON +kh +kh +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(38,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +FF +VB +JX +JX +LH +Bx +EZ +BG +us +us +us +EZ +kw +CT +Es +Rs +TZ +TP +uq +TP +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +Mt +vn +aZ +aZ +Pt +CT +kw +kw +fJ +fJ +sf +hR +fJ +Oq +Zm +TF +JX +JX +su +ON +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(39,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +TF +su +JX +JX +ON +SP +EZ +BG +us +us +us +QB +kw +kw +TP +CT +uU +TP +uU +TP +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +TP +CT +TP +TP +CT +kw +kw +QB +QB +fJ +sf +hR +fJ +Oq +SP +FF +JX +JX +su +LH +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(40,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +FF +su +JX +JX +LH +SP +EZ +BG +us +us +us +QB +ME +Hg +Hg +cD +or +Xc +Mu +cD +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +Xc +Xc +Xc +cD +cD +Hg +ME +ME +QB +fJ +sf +hR +fJ +Oq +SP +TF +JX +JX +su +ON +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(41,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +SP +SP +LX +JX +JX +ON +SP +EZ +BG +us +us +us +us +ME +ci +bF +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +ZS +VU +ZS +tc +tc +Qh +hR +fJ +Oq +SP +FF +JX +JX +LN +SP +SP +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(42,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +SP +SP +SP +SP +SP +SP +EZ +DU +yF +yF +yF +yF +mL +Uh +ME +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +FZ +TS +mL +pN +pN +pN +be +fJ +Oq +SP +SP +SP +SP +SP +SP +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(43,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +kw +kw +kw +kw +kw +kw +EZ +us +us +us +us +us +ME +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +cD +ME +yE +ME +fJ +fJ +fJ +Az +fJ +Oq +kw +kw +kw +kw +kw +kw +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(44,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +QB +QB +QB +us +us +us +us +us +us +us +us +us +Wl +pc +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Nf +Nf +Ic +Ic +Nf +LZ +yE +Ze +FQ +FQ +FQ +Lq +FQ +FQ +fJ +fJ +QB +QB +QB +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(45,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +kw +QB +us +us +us +us +us +us +us +us +us +QE +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +tt +Eu +rr +qU +Nf +kI +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +fJ +QB +QB +kw +kw +kw +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(46,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +us +us +us +us +us +us +us +us +us +ul +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +fA +Ak +Tw +YX +Nf +ME +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +fJ +QB +kw +kw +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(47,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +kw +EZ +us +us +us +us +us +us +us +us +Pe +Ze +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +wT +EX +nj +qU +Nf +hD +yE +Ze +fJ +fJ +fJ +fJ +fJ +Lq +fJ +fJ +kw +kw +kw +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(48,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +EZ +EZ +EZ +us +us +us +us +us +us +Qd +IV +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +vC +WC +to +Dz +Nf +ME +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +Oq +kw +kw +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(49,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +EZ +EZ +us +us +us +us +us +us +Bf +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Lv +WS +xh +Ha +Nf +qc +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +Oq +kw +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(50,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +NK +EZ +us +us +us +us +us +us +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +aD +IX +lU +kE +Nf +fj +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +fJ +Oq +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(51,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +NK +EZ +us +us +us +us +us +us +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Ui +mg +Nj +kE +Nf +nq +te +Ze +fJ +fJ +fJ +fJ +fJ +FQ +Oq +Oq +he +TP +TP +TP +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(52,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +NK +EZ +us +us +us +us +us +us +QE +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Nf +Nf +SG +we +fH +Nf +fj +yE +Ze +fJ +fJ +fJ +fJ +fJ +FQ +Oq +Dn +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(53,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NK +EZ +us +us +us +us +us +us +Wl +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +UE +Nu +cr +MZ +Wu +UE +fj +yE +Ze +xd +st +st +st +st +st +TU +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(54,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Qd +ME +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +fb +jA +jA +MZ +ex +UE +fj +sS +Ze +oy +st +lK +PJ +mk +mk +iz +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(55,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Bf +GP +cD +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +Bq +fb +DA +xV +Dk +aS +UE +Fl +yE +Ze +oy +st +Bt +nd +mk +mk +iz +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(56,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Ch +Om +UE +xB +uW +rp +KV +Za +rK +yU +rK +yU +UE +Qa +nQ +UE +Fq +JD +fE +jA +UE +gJ +yE +Ze +oy +st +Gl +mk +mk +mk +iz +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(57,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Ch +IV +UE +sD +zB +ig +Yc +Qq +ri +uZ +ri +uZ +UE +fv +rH +UE +ZZ +JC +fE +Xw +UE +Tb +yE +Ze +oy +st +dQ +mk +mk +mk +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(58,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +Ch +DL +Hg +Hg +Hg +Hg +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +au +Jg +UE +ME +yE +Ze +oy +st +CB +oe +Wh +dQ +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(59,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +UI +Yf +ME +Hv +ME +he +he +he +he +he +sy +Fy +RX +bL +ka +Vh +Fa +ZY +sX +Nr +AL +dt +sL +Ze +oy +st +sB +dQ +dQ +dQ +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(60,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hg +ME +ME +ME +ME +QB +ME +ul +Yf +ME +ME +ME +he +he +he +he +he +DV +gW +YG +Ed +Ed +Vh +rn +LB +gM +wJ +Vh +IV +ME +Ze +oy +st +RT +oa +EL +zs +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(61,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +QB +QB +QB +QB +QB +ME +oh +Yf +ME +ME +Qy +he +he +he +he +he +uu +ar +oL +UK +SJ +Vh +ne +HH +ac +tj +Vh +ME +IV +Ze +oy +st +st +st +st +st +st +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(62,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +QB +QB +QB +QB +QB +ME +Tm +tB +BR +BR +uM +he +he +he +he +he +uu +ID +Gb +Vs +Vs +Vh +cA +vK +gM +MK +Vh +Ze +Ze +Ze +oy +oy +oy +oy +oy +oy +oy +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(63,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vh +IS +OI +tL +Zz +Fj +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(64,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vh +ol +zC +gM +ze +Fj +he +he +he +he +he +he +he +he +vd +vd +vd +vd +xX +xX +xX +xX +ue +yy +xX +xX +xX +xX +xX +xX +xX +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(65,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vh +lV +zC +gM +wy +Fj +he +he +he +he +he +he +he +he +ce +Qc +aw +vj +FB +AX +FB +Fb +ra +OS +ec +FO +Kd +Xj +vA +Jt +bC +wd +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(66,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +kw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CM +KM +IU +Hz +XJ +Fj +he +he +he +he +he +he +he +he +vd +Bk +hh +SV +bE +vI +wS +by +Ut +HV +oS +HY +Of +cT +LR +PC +ib +id +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(67,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +YR +YR +Ox +Ox +Ox +Ox +Ox +Ox +Ox +Ox +he +ij +ij +ij +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +yq +Na +oC +Ke +ak +Fj +he +he +he +he +he +he +he +he +vd +Dy +Id +Id +hQ +hQ +hQ +zj +rF +Ss +xX +xX +xX +xX +xX +xX +kV +Eb +HM +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(68,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +MC +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +xA +Ty +Ty +Ty +Ty +Ty +Ty +Ty +cj +he +ij +bv +NR +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +Vh +Il +gn +ky +XB +Fj +he +he +he +he +he +he +he +he +vd +lj +lj +vW +XW +wY +jv +wK +zc +Gn +Ya +LD +tf +qZ +qZ +eD +xU +Jn +HM +Dd +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(69,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Tg +Oy +yD +yD +iH +JR +Oy +KO +Eo +Sd +hT +Ub +hK +CN +AN +sr +nl +qt +SL +he +St +IR +jf +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +Tu +Tu +FY +Tu +Tu +JE +vd +lj +WO +lj +QM +cb +tM +IM +wb +MB +dW +eD +qZ +NN +qZ +eD +XA +BI +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(70,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +Oc +Oc +Oc +Oc +HW +Oc +Oc +nX +hT +nw +bA +bA +bA +bA +bA +bA +bA +he +ij +rv +Zb +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +XD +ww +NV +MV +Zs +xC +vd +lj +lj +Au +nR +tk +oo +Uo +rb +vN +oo +bQ +Yr +qZ +UR +eD +mm +Jy +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(71,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Zx +Oy +aT +ED +OO +tP +BH +ZC +zv +KX +mB +KX +bA +se +jz +ZP +lq +se +bA +he +ij +wQ +ij +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +xm +jg +NV +nf +VP +xC +vd +vd +vd +vd +xX +yh +mX +iC +Jn +vN +Xs +xX +eD +eD +Yl +xX +tY +Vl +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(72,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +XR +Oy +Oc +vY +DX +dP +iy +PL +Zh +mD +Ru +PZ +DD +fk +qP +Kr +rA +fk +bA +he +dN +dN +dN +hi +rB +YN +Ll +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +Hd +jg +Wt +dy +zi +xC +vd +ZM +ZM +gP +Ys +xw +qf +Wd +qf +jl +Xp +lw +hZ +Cx +Pa +gh +Vl +Vl +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(73,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +Oc +ru +rt +Lg +Wx +hB +zv +Ix +di +jY +bA +lT +aL +RE +qG +HS +tn +he +dN +Tq +Cg +hx +SY +LQ +hx +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +ih +jg +cS +xz +Gt +xC +vd +ZM +IG +ZM +pk +Ym +tM +nA +Xi +fW +xE +Rg +aO +Jp +Pa +Vl +Vl +Vl +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(74,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Ja +Oy +Oc +iL +IZ +IZ +aF +hW +zv +gt +Zv +fr +uL +Rv +Ax +DY +mA +eL +dR +he +dN +lr +Hk +hx +kO +Zr +VA +Va +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +fg +jg +pz +ax +Bs +xC +vd +ZM +ZM +Mn +nR +GJ +oo +mT +oo +vN +oJ +HN +qf +hd +NB +qf +FX +Vl +Vl +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(75,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +Oc +Oc +Oc +Oc +Oc +Oc +zv +Vd +Ms +Sj +bA +vg +LC +mq +Qk +Wm +Nm +he +dN +MU +Fn +QH +jF +Xr +DK +lt +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xe +tX +tX +HC +Em +oD +xC +vd +vd +vd +vd +xX +Vc +mX +iC +Vl +oI +zc +jv +jv +JV +jj +Vl +Yz +HG +dD +aG +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(76,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +fG +fG +fG +fG +fG +fG +fG +fG +js +js +js +js +Jm +js +js +js +he +dN +ap +Du +bn +CG +Du +Tv +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +rQ +qh +kD +Jl +Nh +yV +vd +KK +KK +MS +hn +Kb +ry +PQ +Kb +Pz +Or +Lc +cZ +ZT +IC +LE +Yz +jH +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(77,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +IY +FH +fG +Iz +zZ +Ef +RA +zZ +LY +zZ +tV +zT +Wn +Uc +Xm +SA +iT +lP +js +he +dN +mn +hx +bn +CG +hx +WH +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Tu +Tu +Tu +eo +Tu +Tu +xC +vd +KK +Yi +KK +VG +nI +tM +IM +EP +Vl +wb +zq +Bc +jd +zO +Do +Jj +nF +nF +MM +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(78,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +XL +zZ +Le +WQ +zZ +ma +zZ +yA +mV +DS +sW +Iq +Mz +AR +Rr +js +he +dN +mn +hx +Im +CG +hx +WH +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +mN +VY +Jr +mN +lh +xC +vd +KK +KK +kU +nR +EW +oo +Uo +ZO +oo +Mv +dv +SX +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(79,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +TB +gf +CY +Bw +zZ +sU +zZ +Ks +mV +My +Iq +Iq +Wf +AR +YU +js +he +dN +dN +nO +dN +nS +dN +dN +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +zd +kS +Wg +QC +fN +xC +vd +vd +vd +vd +xX +Ry +mX +iC +EP +Vl +wb +xI +Vg +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(80,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Tg +Oy +fG +AF +tG +fF +fF +wi +fF +fF +ku +lN +vQ +cC +GE +dq +hX +ye +QZ +he +dN +NP +Pc +Pc +Sn +On +cn +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +Co +uK +lk +Ga +Dm +xC +vd +CF +CF +ls +nC +vU +vU +RP +fn +vU +nL +fO +UV +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(81,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +KP +Oy +fG +sn +zZ +Fm +fY +zZ +rx +xs +xK +aC +jo +Zq +GE +UX +mK +bh +no +he +dN +Tr +hx +hx +IT +hx +KY +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +TL +hV +vS +rG +mN +xC +vd +CF +wM +CF +oP +mX +tM +IM +EP +Vl +wb +IM +es +jH +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(82,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +yD +Oy +fG +uF +zZ +jD +FU +zZ +Ko +zZ +uG +mV +iI +Iq +Iq +kQ +bh +bh +js +he +dN +Xk +hx +af +sM +hx +LS +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +xv +OU +mN +mN +mN +TV +xC +vd +CF +CF +tb +nR +Sx +oo +mT +Lj +Vl +wb +IM +eY +sk +nF +nF +nF +nF +nF +MM +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(83,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +Zx +Oy +fG +xT +zZ +wF +Sh +zZ +WU +zZ +KI +mV +jP +qC +cV +Rp +Ld +lz +js +he +Nq +zR +Kq +PE +GO +hx +Fx +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +vd +vd +vd +xX +iW +mX +oN +zV +Xi +xE +oN +Xi +ml +nF +nF +nF +nF +nF +bB +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(84,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +Zy +MC +Oy +fG +fG +fG +fG +fG +fG +fG +fG +fG +js +js +js +js +js +js +js +js +he +dN +vm +tq +bI +Ev +hx +KG +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +ny +ny +ZF +FT +rT +qm +qm +rT +qm +sA +qm +qm +lB +qy +qy +qy +qy +qy +LJ +Sw +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(85,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +Zy +Tg +Oy +lc +yD +yD +an +jW +jW +CS +jW +jW +yD +FS +CS +Ox +Ag +DR +Vv +SL +he +dN +Ji +UG +NH +cs +Hk +Pi +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +ny +uy +ny +DH +mX +tM +Re +pa +Vl +wb +It +dn +Wi +bT +kv +tu +tu +Jy +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(86,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +Zy +KP +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +Oy +FP +Oy +Oy +Oy +uS +he +dN +gv +ZW +gE +lZ +wc +Iw +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +ny +ny +Ew +nR +ST +RS +Ot +CI +oo +AV +In +mZ +Kv +um +zJ +hb +nn +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(87,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +Zy +dB +kw +Dp +Dp +Dp +Dp +he +dN +Fo +hx +hx +DG +hx +RR +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +vd +vd +vd +vd +xX +xX +xX +xX +dz +ue +xX +xX +xX +xX +xX +gq +ue +xX +xX +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(88,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +EG +Bu +tg +xY +he +dN +fi +UL +UL +NU +UL +Xa +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(89,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +zA +VL +mc +VQ +he +dN +dN +dN +MI +dE +dN +dN +dN +he +ym +yn +oq +he +he +he +he +Fw +nT +Gz +Fw +Fw +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(90,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Dp +Dp +Dp +Dp +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +Fw +ld +jy +RV +Fw +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(91,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +Fw +Ta +Al +qA +Fw +he +he +ym +yn +oq +he +he +Uw +Uw +Uw +Uw +As +Uw +Rk +xa +xa +xa +xa +xa +xa +xa +xa +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(92,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +cu +cu +cu +cu +cu +Hg +rL +Yf +ME +ME +ae +Ze +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +dN +dN +dN +MI +tv +dN +dN +dN +he +ym +yn +oq +he +he +he +he +Fw +mY +zI +vL +Fw +he +he +ym +yn +oq +he +he +Uw +yt +yt +wf +ub +JB +Rk +xa +xa +xa +xa +xa +xa +xa +xa +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(93,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +cu +cu +cu +cu +cu +Hg +bm +jr +IV +sG +TO +Ze +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +po +Yk +bs +Lh +tF +Yb +dN +he +ym +yn +oq +he +he +he +he +Fw +Fw +Fw +Fw +Fw +he +he +ym +yn +oq +he +he +Uw +JI +SD +SD +Ok +ZD +Rk +Xu +Vu +am +Uw +Uw +dw +iv +iv +xX +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(94,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +oZ +Wa +VX +Hg +oG +nq +nq +nq +yw +Ze +Ju +Ju +Ju +Ju +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +yu +nE +nE +GM +nE +lL +dN +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Ff +SD +SD +Rw +Gc +Gc +Qu +Vu +Qz +fP +dU +dj +zY +ro +Ie +he +he +he +he +he +he +he +Nn +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(95,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +Wa +Wa +aH +tE +OA +fR +CA +vp +uP +DI +ir +Fs +et +QN +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +BF +sh +Hc +uJ +rR +qe +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Cv +Cv +Cv +zr +zr +mz +wl +Vu +pB +zr +pO +Qr +Pn +eQ +An +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(96,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Cf +Wa +Wa +Wa +Dl +fQ +Xz +ZI +Hj +pR +Hj +Hj +XE +FJ +qu +Jo +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +Qp +nE +dh +GM +pt +Yj +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +yj +eh +XT +zr +zr +Ft +iu +Vu +HZ +zr +kg +DE +dw +dw +dw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(97,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +Wa +Wa +UY +fQ +md +AP +EC +gL +EC +EC +pf +mS +XU +Sk +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +kT +nE +nE +GM +nE +oY +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +zr +zr +zr +jk +zr +mo +Tk +Vu +wN +Ou +qz +Ci +HE +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(98,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +Wa +Wa +Wa +Wa +Ud +fQ +Bl +xb +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +WM +nE +Qe +OR +ws +me +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Gd +zr +Ne +TE +YY +CJ +TC +JG +Uw +Uw +Uw +dw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(99,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +cu +cu +cu +cu +cu +cu +cu +fQ +Bl +xb +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +YD +nE +nE +Qj +Lx +Ar +yR +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +sE +zr +kp +mC +cm +PY +KE +Yt +ey +Cb +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(100,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +vP +tK +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +br +oR +sj +QO +EA +Ov +aa +br +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Mh +uQ +CO +mC +cm +PY +KE +xk +Cb +Cb +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(101,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +je +YI +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +yJ +yJ +yJ +Gp +yJ +yJ +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +sE +zr +nJ +jC +it +hf +cp +og +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(102,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +LL +BO +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +bM +mv +iO +hl +py +Gv +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +nt +zr +mC +cm +PY +KE +xk +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(103,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +fI +YA +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +Ia +Rn +hY +yv +oz +mv +Lz +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +oK +zr +mC +cm +Ol +KE +ey +Cb +Cb +Cb +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(104,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Pm +AB +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +zl +ad +ad +Zu +RI +jJ +du +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +UC +zr +GZ +Ay +Ay +GZ +qq +Cb +Cb +Cb +he +he +he +he +TP +TP +TP +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(105,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +JP +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +kz +Hs +nY +DF +ad +XP +gi +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +sK +sK +zr +zr +Bm +rW +Uw +Cb +Cb +Cb +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(106,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +Rh +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +jR +XI +KQ +Io +Uj +Nb +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +sK +sK +qL +qL +bd +iG +Uw +he +he +he +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(107,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Hf +Se +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +ZK +LP +Uz +em +Ek +aM +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +Uw +Uw +Uw +Uw +Uw +Uw +Uw +Uw +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(108,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Cj +xq +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +yJ +yJ +yJ +yJ +yJ +yJ +yJ +yJ +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(109,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +nm +XC +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +ym +yn +oq +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(110,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +ah +bo +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +OD +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +OD +pr +Qt +Qt +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(111,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Vo +mj +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +gy +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +gy +pr +Dq +zy +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(112,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Mx +RW +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +zX +up +VZ +he +he +he +he +he +he +he +he +he +he +he +zX +up +VZ +ot +ot +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(113,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +hI +Wv +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +ns +MF +qb +he +he +he +he +he +he +he +he +he +he +he +ns +MF +qb +iE +qN +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(114,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Wj +SQ +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +NJ +ZR +Ds +he +he +he +he +he +he +he +he +he +he +he +NJ +ZR +Ds +Hr +Ej +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(115,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +mf +PX +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +vy +Yo +hG +he +he +he +he +he +he +he +he +he +he +he +vy +Yo +hG +kk +Ux +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(116,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Dt +VV +qW +he +he +he +he +he +he +he +he +he +he +he +Dt +VV +qW +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(117,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +jm +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +iP +gk +kf +he +he +he +he +he +he +he +he +he +he +he +iP +gk +kf +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(118,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Og +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +tN +kn +cO +he +he +he +he +he +he +he +he +he +he +he +tN +kn +cO +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(119,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +Bl +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TA +JW +IH +he +he +he +he +he +he +he +he +he +he +he +TA +JW +IH +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(120,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +To +ts +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wo +sc +vV +he +he +he +he +he +he +he +he +he +he +he +wo +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(121,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +FV +ZA +La +gp +ag +qO +jh +gQ +El +aX +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Ly +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Ly +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(122,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +KZ +EC +Ig +qQ +ES +EC +BC +EC +XU +aX +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +aq +sY +he +he +he +he +he +he +he +he +he +he +he +Kx +aq +sY +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(123,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +eI +fc +tm +he +he +he +he +he +he +he +he +he +he +he +eI +fc +tm +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(124,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(125,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +uV +sc +NS +he +he +he +he +he +he +he +he +he +he +he +uV +sc +NS +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(126,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Kx +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(127,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +ux +cO +he +he +he +he +he +he +he +he +he +he +he +Kx +ux +cO +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(128,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +JW +IH +he +he +he +he +he +he +he +he +he +he +he +Kx +JW +IH +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(129,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Zi +sc +vV +he +he +he +he +he +he +he +he +he +he +he +Zi +sc +vV +he +he +he +he +he +he +he +he +he +he +he +he +he +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(130,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Ni +yP +Cl +he +he +he +he +he +he +he +he +he +he +he +Ni +yP +Cl +Gq +Gq +Gq +Gq +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(131,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wo +sc +pg +he +he +he +he +he +he +he +he +he +he +he +wo +sc +pg +Gq +Gq +Gq +Gq +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +ko +pA +hC +lM +Iu +kM +kM +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(132,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Hu +EV +OT +he +he +he +he +he +he +he +he +he +he +he +Hu +EV +OT +Gq +gO +tD +wO +zz +zn +vG +uH +bH +sz +lI +FK +LM +LM +LM +jw +kM +Ih +kM +kM +kM +kM +LM +MR +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(133,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +vy +xf +uC +he +he +he +he +he +he +he +he +he +he +he +vy +xf +uC +Vf +RZ +FA +wW +Cw +vz +Rf +NW +QP +OK +Us +pw +LM +LM +kM +kM +kM +Ih +kM +kM +kM +jw +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(134,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +OY +jL +OY +he +he +he +he +he +he +he +he +he +he +he +OY +jL +OY +Gq +wr +KW +GI +zz +zn +re +zn +bH +sz +UM +hp +Uy +XO +XO +Vj +CL +jx +mW +mW +MD +wP +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(135,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +DV +bb +iR +he +he +he +he +he +he +he +he +he +he +he +DV +bb +iR +Gq +Gq +Gq +Gq +zz +Ve +re +xp +bH +PS +ju +ea +LM +LM +kM +Li +Ue +Ue +PW +Ue +ee +aI +LM +LM +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(136,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +hL +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +jX +qE +pr +he +he +he +he +he +he +he +he +he +he +he +jX +qE +pr +Gq +Gq +Gq +Gq +zz +eg +re +SZ +bH +TK +ju +FK +LM +LM +nu +dG +Ue +dX +wU +Ue +pP +yZ +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(137,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +WL +qv +pr +he +he +he +he +he +he +he +he +he +he +he +WL +qv +pr +he +he +he +zz +zz +om +YT +Ki +bH +JF +ju +oV +LM +LM +kM +iK +Ue +Ue +PW +Ue +ee +XM +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(138,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Vk +qv +pr +he +he +he +he +he +he +he +he +he +he +he +Vk +qv +pr +he +he +he +zz +zz +NY +rU +CU +bH +EB +zg +tC +LM +LM +BV +JA +bK +Xt +mW +mW +WB +kM +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(139,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +zz +zz +hw +zn +ll +bH +zN +ve +sz +LM +LM +kM +kM +hM +uR +kM +kM +kM +kM +LM +LM +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(140,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +qv +pr +he +he +he +zz +zz +lC +xn +zn +bH +vb +xS +iJ +LM +LM +LM +fe +kM +kM +ke +kM +kM +fe +LM +LM +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(141,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +fa +SL +he +qp +dT +GG +he +he +he +he +he +he +he +he +he +he +he +qp +dT +GG +he +he +he +zz +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(142,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +oy +gj +Zy +yD +yD +Oy +vs +he +qY +cW +ay +he +he +he +he +he +he +he +he +he +he +he +qY +cW +ay +he +he +he +zz +zz +zz +zz +zz +bH +bH +bH +bH +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +LM +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(143,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +oy +oy +Zy +Zy +Zy +Oy +iS +he +qT +eR +ZH +he +he +he +he +he +he +he +he +he +he +he +qT +eR +ZH +he +he +he +he +he +he +he +he +he +he +he +he +he +LM +LM +LM +LM +LM +LM +MR +LM +LM +LM +MR +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(144,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +Kg +oy +oy +oy +Zy +Oy +iS +he +go +qv +pr +he +he +he +he +he +he +he +he +he +he +he +go +qv +pr +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(145,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +yS +oj +jt +Zy +Un +yD +he +RK +Ng +ps +he +he +he +he +he +he +he +he +he +he +he +RK +Ng +ps +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(146,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +Xx +oy +Zy +wk +yD +he +Kx +CR +oH +he +he +he +he +he +he +he +he +he +he +he +Kx +CR +oH +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wh +AJ +RM +wh +Wc +wh +VT +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(147,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +CT +fL +oy +Zy +Oy +wn +he +Ni +UQ +VZ +he +he +he +he +he +he +he +he +he +he +he +Ni +UQ +VZ +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wh +wh +CP +wh +GQ +wh +GQ +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(148,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +TP +sH +oy +Zy +Oy +yD +he +uw +eW +le +he +he +he +he +he +he +he +he +he +he +he +uw +eW +le +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +wh +Be +Nz +Nz +eU +Sq +wq +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(149,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +TP +sH +jt +Zy +Oy +iS +he +Kx +hr +pr +he +he +he +he +he +he +he +he +he +he +he +Kx +hr +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +UZ +MP +vZ +wh +qX +wh +wh +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(150,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +CT +TP +sH +oy +Yu +Oy +iS +he +uV +hr +pr +he +he +he +he +Mw +EN +EN +Mw +he +he +he +uV +hr +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +wh +bw +jN +wh +IP +Yg +hP +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(151,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +RY +TP +sH +oy +Yu +Oy +iS +he +wo +SH +pr +he +he +he +Ze +EN +BZ +ZX +EN +he +he +he +wo +SH +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +wh +kb +Dr +wh +iB +jN +Vq +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(152,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +RY +TP +sH +oy +Yu +Oy +iS +he +IW +gr +yG +he +he +he +Ze +EN +BZ +BZ +BZ +he +he +he +IW +gr +yG +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +wh +wh +wh +wh +wh +wh +wh +wh +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(153,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +RY +RY +fL +xQ +Zy +FH +IY +he +Kx +hr +pr +he +he +he +Ze +WD +BZ +BZ +BZ +he +he +he +Kx +hr +pr +he +he +Oy +Zy +Aa +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(154,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +Yu +Oy +iS +he +Kx +kc +wA +he +he +he +Ze +EN +BZ +BZ +EN +he +he +he +Kx +kc +wA +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(155,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +Yu +Oy +yD +he +go +nN +pr +he +he +he +he +Mw +EN +EN +Mw +he +he +he +go +nN +pr +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(156,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +Xx +oy +Yu +Oy +yD +he +KJ +GF +cE +he +he +he +he +he +he +he +he +he +he +he +KJ +GF +cE +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(157,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +aj +TP +ga +oy +Zy +Oy +zQ +he +OY +Vr +OY +he +he +he +he +he +he +he +he +he +he +he +OY +Vr +OY +he +he +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(158,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +Zy +Oy +yD +FS +GB +yD +yD +lc +yD +CS +Gy +Wr +wj +Vi +Gy +CS +Pg +Ua +Qm +yD +si +FS +yD +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(159,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Zy +wk +Oy +Oy +Os +Sa +Sa +mE +Sa +Sa +WT +TJ +JT +Ht +of +fV +sI +bi +pT +pT +dc +Oy +Oy +Oy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(160,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Zy +Zy +Zy +Zy +hT +yD +IY +Gy +hS +hS +Gy +yM +Sc +fm +Gy +hS +hS +Gy +Yy +IY +IY +Zy +Zy +Zy +Zy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(161,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +gj +mM +pX +Zy +yz +Bv +ks +Gy +SO +SO +sQ +Bo +cl +as +Mb +SO +SO +Gy +bD +TN +gV +Zy +oy +oy +oy +oy +Ap +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(162,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +Xx +oy +oy +oy +wL +Zy +Fu +yD +rZ +Gy +XK +XK +uv +mU +XZ +eA +zo +XK +XK +Gy +rs +zE +in +Zy +oy +de +yS +yS +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(163,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +SR +oj +oy +Qf +Zy +Zy +Mc +Zy +hS +Tp +sJ +pm +sP +lR +Yv +IB +fK +Su +hS +Zy +Mc +Zy +Zy +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(164,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +oy +oy +oy +oy +oQ +Cn +mi +vo +AA +Xq +PT +NI +ql +Qw +km +Cn +oQ +oy +oy +oy +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(165,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +yS +ZN +SR +SR +sd +oy +mb +Rc +Rc +Rc +Rc +hA +Rc +Rc +Rc +Rc +mb +oy +EK +yS +yS +ZN +CT +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(166,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +CT +eb +RY +ga +oy +wL +Rc +HI +XV +pv +OG +TW +Nx +ja +Rc +KA +oy +wL +RY +CT +RY +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(167,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Ap +Rc +KU +cq +FC +li +vh +cq +iw +Rc +oy +kR +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +aj +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(168,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +Xx +oy +wL +Rc +No +cq +xM +li +zb +cq +wB +Rc +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(169,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +wL +Rc +AD +cq +cq +ty +cq +cq +tJ +Rc +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(170,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +xu +wL +Rc +pe +ck +aY +li +UA +kH +aJ +Rc +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(171,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +xu +wL +Rc +Rc +Rc +Rc +XY +Rc +Rc +Rc +Rc +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(172,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +sH +oy +oy +oy +oQ +Ik +Mp +kY +kG +Ik +nK +sH +oy +Qf +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(173,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +yS +yS +oj +oy +tZ +Oz +lO +bj +Jf +TP +sH +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(174,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +Rc +Cm +bc +JN +Rc +mM +qj +oy +wL +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(175,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +ga +oy +oy +oy +oy +oy +oy +oy +oy +oy +eb +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(176,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +eb +SR +eb +ZN +ZN +ZN +ZN +eb +SR +ZN +RY +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(177,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(178,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(179,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(180,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(181,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(182,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(183,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(184,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(185,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(186,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(187,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(188,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(189,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(190,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(191,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} +(192,1,1) = {" +he +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +TP +"} diff --git a/maps/victory/levels/deck2.dmm b/maps/victory/levels/deck2.dmm new file mode 100644 index 000000000000..ad3c353c8631 --- /dev/null +++ b/maps/victory/levels/deck2.dmm @@ -0,0 +1,64430 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"aaJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"abo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"ada" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"adl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"adV" = ( +/turf/simulated/floor/tiled, +/area/security/lobby) +"aek" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"afd" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"afH" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/structure/sign/department/interrogation{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"agu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ahm" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/sheet_silo_loader{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"ahK" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"aiq" = ( +/obj/machinery/button/windowtint{ + id = "det_office"; + pixel_x = -23 + }, +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/space) +"aiu" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aix" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/office) +"ajP" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"akf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"akk" = ( +/obj/structure/bed/chair/comfy/teal, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"akl" = ( +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/reagent_containers/glass/rag{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/button/remote/blast_door{ + id = "bar"; + name = "Bar Shutter control"; + pixel_y = 32; + pixel_x = -8 + }, +/obj/machinery/button/holosign{ + id = "barsign1"; + pixel_x = 8; + pixel_y = 28 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"ame" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"amn" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"amV" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"amW" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/visitor_dining) +"aoq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"aor" = ( +/obj/structure/railing, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aoL" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime/bordercorner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aoS" = ( +/turf/simulated/floor/wood, +/area/space) +"aoX" = ( +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -42 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -36 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = -30 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"apC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"aqa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"asS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"atd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"atx" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"atY" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"auf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/space) +"auh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"auI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"auN" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"awR" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/armguards/ablative{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/ablative{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ablative{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"awT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"awW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"axe" = ( +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"axq" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armorytactical"; + name = "Tactical Armory Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ayj" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"ayM" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/space) +"azv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/space) +"azV" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"aAZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"aBz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"aBF" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"aBI" = ( +/obj/structure/cable/green, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"aBO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"aCs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"aCx" = ( +/obj/structure/table/woodentable, +/obj/machinery/door/window/westright{ + dir = 1; + req_one_access = list(35,28) + }, +/turf/simulated/floor/plating, +/area/hydroponics) +"aCM" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"aEf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/gun/energy/phasegun/rifle, +/obj/item/gun/energy/phasegun/rifle, +/turf/simulated/floor/tiled/dark, +/area/space) +"aEF" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"aEM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 24 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"aFg" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"aFk" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aFl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aFu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"aFE" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"aFH" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"aHr" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aHy" = ( +/turf/space/basic, +/area/security/breakroom) +"aHL" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"aHS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"aHW" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"aII" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"aJE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aJV" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_3) +"aKb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window{ + dir = 1; + req_one_access = list(31) + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"aKz" = ( +/obj/structure/table/steel, +/obj/item/storage/box/evidence, +/obj/item/camera, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"aKP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"aKU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"aLL" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/dark, +/area/space) +"aMt" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"aMT" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"aMU" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_6) +"aNO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/turf/simulated/floor/tiled, +/area/space) +"aNV" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"aOb" = ( +/obj/structure/table/steel, +/obj/item/tape_recorder, +/obj/machinery/button/windowtint{ + id = "Interr"; + pixel_x = 26; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"aOd" = ( +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"aOh" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"aOk" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"aOY" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"aPd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"aRf" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aRE" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"aRK" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"aSi" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "16-0" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/space) +"aSr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"aTb" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 4; + name = "fuel pre-heater" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"aTD" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/security{ + name = "Holding Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"aUc" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"aUn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"aUp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"aVl" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/maintenance/dormitory) +"aVS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"aVZ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aWk" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = -5 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = -3 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = -1 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 1 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 3 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 5 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = -2; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/clothing/accessory/holster/leg{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/clothing/accessory/storage/black_drop_pouches{ + pixel_x = 7 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aWp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"aWq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aWC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"aWJ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aWO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space) +"aWP" = ( +/turf/space/basic, +/area/quartermaster/miningdock) +"aXC" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"aYd" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"aYj" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"aYk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"aYH" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"bbg" = ( +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"bbG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"bdc" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"bdq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Bar"; + req_access = list(25); + req_one_access = list(25) + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bdF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"bdR" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled, +/area/space) +"bew" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/computer/shuttle_control/explore/mining{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"beS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bfv" = ( +/turf/space/basic, +/area/crew_quarters/barrestroom) +"bfw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/table/steel, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/standard_operating_procedure{ + pixel_x = -5 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"bfC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"bgj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"bgq" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bho" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"bhB" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space) +"bhZ" = ( +/obj/structure/table/reinforced, +/obj/item/mass_spectrometer/adv, +/obj/item/reagent_scanner, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"bic" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biT" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/grass, +/area/space) +"biZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hydroponics) +"bjt" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"bkT" = ( +/obj/structure/dogbed, +/obj/random/plushie, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security, +/turf/simulated/floor/carpet, +/area/space) +"bli" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"blC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"blI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"bmp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/sec{ + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/plating, +/area/space) +"bmz" = ( +/obj/machinery/mineral/unloading_machine, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"bmO" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bnd" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"bnM" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"bnY" = ( +/obj/structure/table/woodentable, +/obj/item/book/manual/security_space_law, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/heads/hos) +"boa" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"boB" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"boF" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"boI" = ( +/obj/machinery/vending/loadout/overwear, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"bpt" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"bpN" = ( +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"bpQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"bpU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/space) +"bpV" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/wall/r_wall/prepainted/security, +/area/space) +"bqx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bqC" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"bqO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/space) +"brh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/space) +"brs" = ( +/obj/structure/fitness/punchingbag, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"brV" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"bst" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"btb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/cell/device/weapon{ + pixel_x = -8 + }, +/obj/item/cell/device/weapon{ + pixel_x = -4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -1 + }, +/obj/item/cell/device/weapon{ + pixel_x = 3 + }, +/obj/item/cell/device/weapon{ + pixel_x = 8 + }, +/obj/item/cell/device/weapon{ + pixel_x = 3 + }, +/obj/item/cell/device/weapon{ + pixel_x = 3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"btk" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/space) +"btB" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 2346; + input_tag = "portnacelle_in"; + name = "Burn Chamber Air Control"; + output_tag = ""; + pressure_setting = 0; + sensors = list("portnacelle_sensor"="Burn Chamber"); + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"btN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"buj" = ( +/turf/space/basic, +/area/security/armoury) +"buV" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_10) +"bvq" = ( +/obj/structure/lattice, +/turf/space, +/area/crew_quarters/sleep/Dorm_11) +"bvw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"bvG" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + cycle_to_external_air = 1; + frequency = 1380; + id_tag = "mining_docker"; + pixel_y = 27; + tag_airpump = "civvie_vent"; + tag_chamber_sensor = "civvie_sensor"; + tag_exterior_door = "civvie_door_Ro"; + tag_exterior_sensor = "civvie_exterior_sensor"; + tag_interior_door = "civvie_door_Ri"; + tag_interior_sensor = "civvie_exp_psg" + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"bwV" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"bwZ" = ( +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"bxO" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/directions/roomnum{ + dir = 6; + pixel_x = -31; + pixel_y = -3 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bxX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"byd" = ( +/obj/item/material/ashtray/bronze, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/toy/figure/secofficer, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"bzQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"bzV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"bAl" = ( +/turf/simulated/wall, +/area/maintenance/dormitory) +"bAz" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/security_processing) +"bAU" = ( +/obj/machinery/vending/boozeomat, +/obj/structure/table/marble, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"bBz" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"bCg" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/button/remote/blast_door{ + id = "armorytactical"; + name = "Tactical Armory Access"; + pixel_x = -25; + pixel_y = -6; + req_access = list(3) + }, +/obj/effect/floor_decal/corner/black/full{ + dir = 8 + }, +/obj/machinery/camera/network/security, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/ballistic/automatic/wt550{ + pixel_y = 7 + }, +/obj/item/gun/ballistic/automatic/wt550{ + pixel_y = -7 + }, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"bCK" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Solitary Confinement 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"bCR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"bDv" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"bDI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"bED" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bFt" = ( +/obj/structure/table/steel, +/obj/random/drinkbottle, +/turf/simulated/floor/tiled/monotile, +/area/space) +"bFT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/toilet) +"bGf" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"bGk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"bGL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"bGX" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"bHg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"bIg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"bIK" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bIN" = ( +/obj/machinery/light/small, +/obj/machinery/suit_cycler{ + req_access = null + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"bKe" = ( +/obj/structure/fitness/weightlifter, +/turf/simulated/floor/wood, +/area/space) +"bKj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"bKw" = ( +/obj/structure/table/steel_reinforced, +/obj/item/folder/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"bLt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bLz" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"bML" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bMS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"bNm" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"bOa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bOp" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"bOL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"bPf" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/machinery/airlock_sensor{ + id_tag = "sec_shuttle_sensor"; + pixel_x = -24; + pixel_y = 10 + }, +/turf/simulated/floor/plating, +/area/space) +"bPv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"bQy" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bRc" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"bRJ" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"bRZ" = ( +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"bTK" = ( +/obj/machinery/appliance/cooker/oven, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"bTZ" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"bUa" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/paper{ + desc = ""; + info = "In the event that more weapon permits are needed, please fax Central Command to request more. Please also include a reason for the request. Blank permits will be shipped to cargo for pickup. If long-term permits are desired, please contact your Nanotrasen Employee Representitive for more information."; + name = "note from CentCom about permits" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/item/clothing/accessory/permit/gun{ + desc = "An example of a card indicating that the owner is allowed to carry a firearm. There's a note saying to fax CentCom if you want to order more blank permits."; + name = "sample weapon permit"; + owner = 1; + pixel_y = 10 + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"bUg" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"bUi" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"bUJ" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"bUV" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bVc" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/legal/sop_vol1, +/obj/item/book/manual/legal/sop_vol2, +/obj/item/book/manual/legal/sop_vol3, +/obj/item/book/manual/legal/sop_vol4, +/turf/simulated/floor/lino, +/area/space) +"bVn" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bVF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/refinery) +"bVK" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"bVS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/space) +"bWr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central5, +/turf/simulated/floor/tiled/monotile, +/area/space) +"bWx" = ( +/obj/machinery/vending/weeb, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"bWM" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"bWP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"bXx" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/space) +"bZs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"caw" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"cax" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/bar) +"cbf" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"cbr" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/turf/simulated/floor/grass, +/area/space) +"cca" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"ccQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ccY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"cde" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/space) +"cdz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"cdC" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/qm) +"cdP" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/item/gun/energy/laser/practice, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"cdS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/tiled/dark, +/area/space) +"cdV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"ceK" = ( +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/obj/machinery/vending/loadout/gadget, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"cfb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"cfg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"cfj" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"cgO" = ( +/obj/structure/table/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"chC" = ( +/obj/machinery/mineral/mint, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"chR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"chS" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 3 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"chU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"chV" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/crew_quarters/bar) +"cig" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"cil" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"cip" = ( +/obj/structure/closet/secure_closet/hos2, +/obj/item/storage/box/firingpins, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"cjh" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"ckf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/voidcraft{ + frequency = 2020; + id_tag = "belt_shuttle_exterior"; + name = "maintenance hatch" + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "secondary fuel pump" + }, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"ckn" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/foyer) +"clo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"clW" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/wood, +/area/space) +"cmk" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cmF" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/shower{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"cmS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/sign/directions/roomnum{ + dir = 4; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cnL" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/civilian) +"cnY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/space) +"coo" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_4) +"cot" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"coJ" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/space) +"coV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"cqi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cqT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"cqW" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"csk" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_3) +"cso" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/space) +"csx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"csX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"ctF" = ( +/obj/structure/sign/warning{ + name = "\improper DANGER: ENGINE EXHAUST" + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"cus" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"cuA" = ( +/turf/simulated/floor/lino, +/area/space) +"cuM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/space) +"cvJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"cwK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"cwP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"cxK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"cyv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cyR" = ( +/obj/machinery/suit_cycler/mining, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"czq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"czS" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"czU" = ( +/obj/machinery/computer/security, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"czZ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"cAi" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_outer"; + locked = 1; + name = "Shuttle Exterior Access"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/shield_diffuser, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"cAP" = ( +/turf/space/basic, +/area/victory/surfacebase/mining_main/uxstorage) +"cBq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"cCb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/fancyblack, +/obj/structure/spirit_board/prop, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"cCp" = ( +/mob/living/simple_mob/animal/goat{ + desc = "Ah, it's Pete. They're not known for their pleasant disposition and now they're gonna eat all your plants."; + name = "Pete" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"cCC" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Equipment Storage"; + req_access = list(); + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/simulated/floor/tiled/dark, +/area/space) +"cCU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Cargo Lobby" + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"cCW" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"cDK" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/metaglass, +/turf/simulated/floor/tiled/monotile, +/area/space) +"cDM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"cDW" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"cEl" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"cEu" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"cEQ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cEV" = ( +/obj/machinery/light, +/obj/structure/table/steel, +/obj/item/deck/cards, +/turf/simulated/floor/tiled, +/area/space) +"cEX" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"cFv" = ( +/obj/structure/table/steel, +/obj/item/storage/box/flashbangs{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cFz" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"cGe" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"cGw" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"cHF" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1; + volume = 20000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"cIn" = ( +/obj/structure/table/steel, +/obj/item/soap, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"cJA" = ( +/obj/structure/sign/directions/cargo{ + dir = 1; + pixel_y = 32 + }, +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 38 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cJQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"cKF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/tiled/steel/airless, +/area/space) +"cKS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"cMH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/table/marble, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"cNm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cNt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"cNY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"cOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"cOq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"cOW" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/space) +"cPf" = ( +/obj/structure/fitness/weightlifter, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cPh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm7"; + name = "Dorm 7" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"cPK" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cPO" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"cPR" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/plastic, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"cQg" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cQu" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/plating, +/area/space) +"cRe" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"cRj" = ( +/obj/structure/extinguisher_cabinet{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"cRp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"cSy" = ( +/obj/structure/closet/wardrobe/green, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cSG" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"cSP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"cTj" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/tiled/steel/airless, +/area/shuttle/belter) +"cTB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cUC" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green, +/obj/structure/window/reinforced/polarized/full{ + id = "Interr"; + name = "interrogation window" + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"cUW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"cVe" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"cVq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/directions/roomnum{ + dir = 6; + pixel_x = -31; + pixel_y = -3 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"cVH" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -2; + pixel_y = -28 + }, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"cWS" = ( +/obj/structure/table/steel, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 3 + }, +/turf/simulated/floor/tiled, +/area/security/hallway) +"cXe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"cXs" = ( +/obj/structure/table/woodentable, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"cXJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"cYg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"cYw" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/cryopod/robot, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"cZh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/science, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"cZl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"cZG" = ( +/obj/machinery/disposal, +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dah" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"daA" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"daQ" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hosdouble, +/turf/simulated/floor/carpet/purcarpet, +/area/security/prison) +"daW" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dby" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/victory/surfacebase/mining_main/refinery) +"dcy" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_x = -31; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"dcV" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"ddC" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "CARGO/MINING" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"ddJ" = ( +/turf/simulated/floor/grass, +/area/space) +"deg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"dek" = ( +/obj/structure/table/glass, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"dex" = ( +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = -32 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dgh" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"dgl" = ( +/obj/structure/bed/padded, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"dgE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Warden's Office" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dgV" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"dhA" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dhE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dje" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"djg" = ( +/obj/machinery/vending/loadout/loadout_misc, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"djy" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"djY" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/flora/pottedplant/smalltree, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"dkj" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold4w/visible/fuel, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"dkB" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"dkD" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"dkF" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/turf/simulated/wall/prepainted/civilian, +/area/hallway/primary/port) +"dlw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"dlY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"dms" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"dnx" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/turf/simulated/wall/prepainted, +/area/vacant/vacant_office) +"dnz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"dnX" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/item/instrument/banjo, +/turf/simulated/floor/tiled, +/area/crew_quarters/recreation_area) +"dod" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/space) +"don" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"doY" = ( +/obj/structure/table/steel, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/storage/firstaid/regular, +/obj/item/retail_scanner/security, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/effect/floor_decal/corner/red/full, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/space) +"dpl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"dpA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"dpE" = ( +/turf/simulated/wall/prepainted, +/area/vacant/vacant_shop) +"dpF" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/gloves/boxing/yellow{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/clothing/gloves/boxing/blue, +/turf/simulated/floor/wood, +/area/space) +"dpN" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Solar Farm Input"; + name_tag = "Solar Farm Input" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"dqk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"dql" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"drl" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Recreation Room"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"drw" = ( +/turf/space/basic, +/area/maintenance/dormitory) +"drx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"drJ" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/cryo) +"drN" = ( +/obj/structure/bed/chair/sofa/left, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"dsd" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"dsr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_4) +"dsM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"dtH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/steel, +/area/vacant/vacant_shop) +"dtQ" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/prison/cell_block) +"dtT" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dun" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"duB" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 6 + }, +/obj/structure/sign/department/armory{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"duV" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_11) +"dvB" = ( +/obj/structure/table/steel, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/machinery/recharger, +/obj/item/book/manual/security_space_law, +/obj/machinery/light, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"dwj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"dwp" = ( +/turf/space/basic, +/area/victory/surfacebase/mining_main/refinery) +"dwC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dxg" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"dxs" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dxS" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_outer"; + locked = 1; + name = "Shuttle Exterior Access"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"dyA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"dyR" = ( +/turf/simulated/floor/tiled, +/area/hydroponics) +"dyV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"dzb" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_alc{ + pixel_y = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"dzk" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/belter) +"dzl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"dzB" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"dAo" = ( +/obj/machinery/door/airlock/glass{ + name = "Eva Storage" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"dAA" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/storage) +"dBz" = ( +/turf/simulated/wall, +/area/space) +"dCd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"dDm" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "sec_shuttle_pump" + }, +/turf/simulated/floor/plating, +/area/space) +"dDI" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dEt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/supplycomp/control{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"dEv" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/disposalpipe/up{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"dEO" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"dEU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/mining{ + name = "Quartermaster"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/head_office/quartermaster, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"dFd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dFk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"dFI" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"dFK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"dGz" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"dGB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dHf" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Private Quarters"; + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dIz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/blast_door{ + id = "VaultAc"; + name = "Vault Blast Door"; + pixel_y = 32; + req_access = list(53); + req_one_access = list(53) + }, +/obj/machinery/button/remote/airlock{ + id = "vault"; + name = "Vault Door Lockdown"; + pixel_y = -32; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"dJg" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"dKb" = ( +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"dKE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"dKF" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_8) +"dKK" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/wood, +/area/space) +"dKP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dKY" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"dLs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"dLw" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"dLK" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen"; + name = "Kitchen Service Shutters" + }, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"dMS" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"dMY" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"dNa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"dOz" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dOI" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"dPl" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/space) +"dPS" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"dPW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"dRv" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"dRL" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "det_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"dSN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"dSS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"dTo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled, +/area/crew_quarters/recreation_area) +"dTF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"dTY" = ( +/turf/space/basic, +/area/shuttle/mining_ship/general) +"dUo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"dUu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"dUy" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"dUT" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dUX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"dVe" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled/dark, +/area/space) +"dWK" = ( +/obj/structure/table/marble, +/obj/item/storage/box/donkpockets, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"dXb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/map_helper/access_helper/airlock/station/service/janitor, +/turf/simulated/floor/tiled/dark, +/area/space) +"dXA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"dXK" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"dYm" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"dZa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"dZk" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance/engineering, +/turf/simulated/floor/tiled, +/area/space) +"dZw" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"dZy" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"dZH" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"dZW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"ear" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"eaU" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"ebc" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"ebN" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/space) +"ecz" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"ecY" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space) +"edz" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_9) +"eeI" = ( +/obj/structure/table/standard, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/quartermaster, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"efB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "victory_annex_dock"; + pixel_x = -24 + }, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"efR" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"ehm" = ( +/turf/simulated/wall/prepainted/security, +/area/prison/cell_block) +"ehz" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/turf/simulated/floor/grass, +/area/space) +"ehW" = ( +/obj/item/stack/material/gold, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/secure{ + name = "Gold Crate"; + req_access = list(19) + }, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"eic" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"eiD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ejW" = ( +/obj/structure/closet/chefcloset, +/obj/item/glass_jar, +/obj/item/retail_scanner/civilian, +/obj/item/soap/nanotrasen, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"ekF" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"ekN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/botanist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"ell" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"elm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"eln" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"elM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"elT" = ( +/obj/structure/table/steel, +/obj/item/storage/box/donut, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"emo" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"emE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"eng" = ( +/turf/simulated/floor/tiled/white, +/area/space) +"enq" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"enY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/space) +"eou" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/nt{ + pixel_y = -8 + }, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/obj/item/clothing/accessory/armor/helmcover/navy, +/turf/simulated/floor/tiled/dark, +/area/space) +"eov" = ( +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"eoz" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"eoE" = ( +/turf/simulated/wall/prepainted/security, +/area/security/interrogation) +"eph" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ery" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/random/plushie, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"erM" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/space) +"esf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"esg" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"esn" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"esq" = ( +/obj/structure/disposalpipe/down{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/space) +"esv" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/machinery/vending/loadout/accessory, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"esG" = ( +/turf/simulated/wall/prepainted/security, +/area/crew_quarters/heads/hos) +"esO" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_one_access = null + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eud" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/showers) +"evJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/tiled, +/area/hydroponics) +"evX" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/window/phoronreinforced, +/obj/machinery/atmospherics/pipe/tank/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"ewg" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"exw" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/tiled/dark, +/area/space) +"exM" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell 3"; + name = "Cell 3"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"exQ" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"eyd" = ( +/obj/structure/filingcabinet/security{ + name = "Security Records" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"eyU" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/office) +"ezu" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"ezY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled/dark, +/area/space) +"eAa" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/victory/surfacebase/bar_backroom) +"eAb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"eAf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eAg" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"eAk" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"eBc" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/filingcabinet/tall, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/hallway) +"eBA" = ( +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"eBI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"eCq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"eCr" = ( +/obj/structure/table/marble, +/obj/item/flame/candle, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"eCS" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/bed/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"eDr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eDG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"eDI" = ( +/obj/item/book/manual/standard_operating_procedure, +/obj/structure/table/woodentable, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"eDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"eEI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"eFD" = ( +/obj/structure/table/bench/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/monotile, +/area/space) +"eFO" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eGo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"eGA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"eGX" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/space) +"eHe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eHf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"eIu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"eIx" = ( +/obj/structure/table/marble, +/obj/item/material/kitchen/rollingpin, +/obj/item/material/knife/butch, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eJf" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"eJR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/closet/secure_closet/hydroponics{ + req_access = list(28) + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/tiled, +/area/hydroponics) +"eKd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"eKv" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"eKD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eKI" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_inner"; + locked = 1; + name = "Shuttle Internal Access"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"eLn" = ( +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eLP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/landmark/spawnpoint/job/bartender, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"eMH" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eMJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"eMM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"eNH" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "det_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"eNR" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"eOi" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/evidence_storage) +"ePH" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"eQy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"eRh" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"eSr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"eSu" = ( +/obj/structure/table/marble, +/obj/machinery/microwave, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eTR" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eUl" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"eUo" = ( +/obj/machinery/holopad/ship, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"eUt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eUw" = ( +/turf/space, +/area/crew_quarters/bar) +"eUx" = ( +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"eUF" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"eVw" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/jcloset, +/obj/random/soap, +/obj/item/mop, +/obj/item/storage/bag/trash, +/obj/item/lightreplacer, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"eVR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eWO" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"eWV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eXk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"eXp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eXQ" = ( +/obj/machinery/mineral/input, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"eXV" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/space) +"eXW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/marble, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/item/reagent_containers/food/condiment/spacespice{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/soysauce{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"eYc" = ( +/obj/item/storage/box/handcuffs{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/megaphone, +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eYf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eYj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack, +/turf/simulated/floor/tiled/dark, +/area/space) +"eYI" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"faf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/paper_bin, +/obj/item/clothing/glasses/sunglasses, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"faJ" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"faW" = ( +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "interior access button"; + pixel_x = -26; + pixel_y = -24; + req_one_access = list(1,2) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fbB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -42 + }, +/obj/structure/sign/directions/command{ + pixel_y = -36 + }, +/obj/structure/sign/directions/science{ + pixel_y = -30 + }, +/obj/structure/sign/directions/security{ + pixel_y = -24 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"fcn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"fcD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"fdh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"fdX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"feP" = ( +/obj/effect/floor_decal/techfloor/corner, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"feT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"feU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"feZ" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/hallway/primary/port) +"ffu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ffQ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "BrigFoyer"; + name = "Security" + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ffS" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/table/marble, +/obj/item/storage/box/wings, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ffZ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/space) +"fgb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/space) +"fgu" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/bar/lower) +"fgz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"fgC" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"fgD" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "det_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"fgF" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"fgP" = ( +/obj/structure/coatrack, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/button/remote/airlock{ + id = "Dressroom"; + name = "Dressroom lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"fhg" = ( +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Firing Range Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"fhF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"fhO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"fhP" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/black/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/fire_alarm/east_mount, +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/ballistic/fiveseven, +/obj/item/gun/ballistic/fiveseven, +/obj/item/gun/ballistic/fiveseven, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/obj/item/ammo_magazine/a5_7mm/five_seven/ap, +/turf/simulated/floor/tiled/dark, +/area/space) +"fif" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Light Armory"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/simulated/floor/tiled/dark, +/area/space) +"fii" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm10"; + name = "Dorm 10" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"fip" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/detectives_office) +"fiA" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/condiment/spacespice{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/soysauce{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"fiH" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"fiT" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + dir = 1 + }, +/obj/item/folder/red_hos{ + pixel_x = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"fjr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"fju" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"fjA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"flh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"fll" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/security/lobby) +"fls" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/table/marble, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/ballistic/luger/brown, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"flZ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"fmE" = ( +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Firing Range Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"fnd" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"fnf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"fnw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"fnN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"foH" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/spawner/window/low_wall/full/nogrille/firelocks, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"fpl" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"fpD" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"fpV" = ( +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"fqe" = ( +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"fqt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"fqw" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/security_processing) +"fqK" = ( +/obj/structure/reagent_dispensers/cookingoil, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/space) +"fsq" = ( +/turf/simulated/floor/tiled, +/area/janitor) +"fsB" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/grass, +/area/space) +"ftn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"ftN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/space) +"ftQ" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"fun" = ( +/obj/structure/bed/padded, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"fvf" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"fwa" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/door_timer/cell_3{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fwt" = ( +/obj/structure/loot_pile/maint/technical, +/turf/simulated/floor/plating, +/area/space) +"fwO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/space) +"fwY" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"fxl" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"fyh" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"fyk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"fyB" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"fyF" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"fzp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/ore_box, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"fzv" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"fAe" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/machinery/sparker{ + id = "portnacelle_igniter"; + pixel_x = 24 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"fAj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fAm" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/medium{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/mediumtreated{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fAs" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Locker Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"fAL" = ( +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"fBq" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"fCl" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fCs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"fCu" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/space) +"fCA" = ( +/obj/structure/safe, +/obj/item/clothing/under/color/yellow, +/obj/item/disk/nuclear{ + name = "authentication disk" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"fCR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fCW" = ( +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"fDp" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"fEg" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"fEj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"fEK" = ( +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/space) +"fEO" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"fGd" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/steel, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"fGo" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fGs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Cargo Lobby" + }, +/turf/simulated/floor/wood, +/area/space) +"fGu" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"fHD" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fHQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"fIl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"fIK" = ( +/obj/landmark/spawnpoint/job/janitor, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"fJa" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Vacant lobby" + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_office) +"fJu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/structure/curtain/open/bed{ + name = "brown curtain"; + pixel_y = 32 + }, +/obj/machinery/biogenerator, +/turf/simulated/floor/tiled, +/area/hydroponics) +"fKm" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"fKv" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "hos_office" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"fLr" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"fLt" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fMj" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid/regular, +/obj/item/tape_recorder, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"fMn" = ( +/obj/structure/table/steel, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/storage/box/teargas{ + pixel_y = 3 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"fMD" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"fMQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"fMX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"fNe" = ( +/turf/simulated/wall/prepainted/civilian, +/area/hallway/primary/port) +"fNk" = ( +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"fNm" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"fNA" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/simulated/floor/carpet, +/area/space) +"fOL" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"fON" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled/dark, +/area/space) +"fOO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fPx" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/turf/simulated/floor/plating, +/area/space) +"fQb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"fQi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"fQF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"fQP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"fRT" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"fSq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fSr" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"fSP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/security_officer, +/turf/simulated/floor/tiled, +/area/security/lobby) +"fTd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/sign/directions/roomnum{ + dir = 1; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fTv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"fTz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fTV" = ( +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"fUa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"fUp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"fUW" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fUZ" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/simulated/floor/airless/ceiling; + docking_controller = "cargo_bay"; + landmark_tag = "supply_dock"; + name = "NSV Victory Cargo Dock" + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"fVI" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fWd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"fXa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/item/storage/box/donut, +/turf/simulated/floor/tiled/monotile, +/area/space) +"fXd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"fXG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fYv" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/miningdock) +"fZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"fZL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"gag" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/space) +"gav" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"gaF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"gba" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gbL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/engi, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"gbS" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"gbV" = ( +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/space) +"gbX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"gcn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gct" = ( +/obj/machinery/door/airlock/glass{ + desc = "A room dedicated for the repairs and recharging of adherent."; + name = "Adherent Maintenance" + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"gcA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"gcB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gcQ" = ( +/turf/simulated/open, +/area/station/stairs_two) +"gcW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"gdg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"gdr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"gdK" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/space) +"geo" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"geO" = ( +/obj/effect/floor_decal/techfloor, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"geU" = ( +/obj/structure/bed/chair/sofa, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"gfi" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"gfs" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"gfT" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"ggs" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"ggC" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ggD" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/structure/table/marble, +/obj/item/toy/plushie/deer, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ghe" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Security" + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"ghY" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/space) +"giq" = ( +/turf/simulated/wall/prepainted, +/area/space) +"giN" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/space) +"giY" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gjk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"gkv" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"glZ" = ( +/obj/structure/sign/deck/second, +/turf/simulated/wall/prepainted, +/area/station/stairs_two) +"gmb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_4) +"gmj" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"gml" = ( +/obj/machinery/requests_console/preset/cargo{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"gms" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/machinery/button/remote/blast_door{ + id = "armoryriot"; + name = "Emergency Armory Access"; + pixel_x = 25; + pixel_y = -6; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gnd" = ( +/obj/structure/railing, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"gnX" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"gpq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"gpC" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/space) +"gpX" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"gqk" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"gqB" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/space) +"gqX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"grc" = ( +/turf/simulated/wall/prepainted/security, +/area/security/hallway) +"grn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"grM" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"gsk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"gsz" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"gsO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"gtg" = ( +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"gtC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 4 + }, +/turf/space, +/area/space) +"gup" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"guU" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"gvp" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/camera/network/civilian, +/obj/machinery/holosign/bar{ + id = "barsign1"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"gvu" = ( +/obj/machinery/door/window/eastleft{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/tram) +"gwR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"gxF" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/legguards{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/armguards{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/legguards/navy{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/clothing/accessory/armor/legguards/navy{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/clothing/accessory/armor/armguards/navy, +/obj/item/clothing/accessory/armor/armguards/navy, +/obj/item/clothing/accessory/armor/legguards/navy{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gxS" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/crew_quarters/barrestroom) +"gyt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"gzH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"gAq" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"gAT" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"gBe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"gBW" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gCm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"gCI" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/space) +"gCN" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"gDF" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"gEh" = ( +/turf/space/basic, +/area/shuttle/belter) +"gEC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"gEH" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/hallway/primary/port) +"gFf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"gFH" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"gGg" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"gHm" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/uxstorage) +"gHW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gIa" = ( +/obj/structure/table/standard, +/obj/structure/bedsheetbin, +/obj/random/soap, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"gIt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"gIQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"gJg" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloor, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gJD" = ( +/obj/machinery/computer/security/wooden_tv, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"gKD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"gKU" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"gLc" = ( +/obj/structure/flora/pottedplant/smelly, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"gLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gLH" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"gLM" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/bar) +"gMj" = ( +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"gMr" = ( +/turf/simulated/floor/airless/ceiling, +/area/quartermaster/warehouse) +"gPl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"gPA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"gPC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"gPI" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gPP" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/structure/table/standard, +/obj/machinery/photocopier/faxmachine{ + department = "Quartermaster-Office" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"gPW" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"gQn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"gRd" = ( +/turf/simulated/floor/plating, +/area/space) +"gRy" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/victory/surfacebase/mining_main/eva) +"gRz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + id_tag = "cargodoor"; + name = "Cargo Office"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"gSK" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/space) +"gSR" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"gST" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"gTg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "solar_dock"; + name = "interior access button"; + pixel_x = -28; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"gTv" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"gTF" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"gTX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"gUi" = ( +/obj/machinery/light, +/obj/machinery/computer/ship/sensors{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"gUw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/cutout, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"gVO" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen"; + name = "Kitchen Service Shutters" + }, +/obj/structure/table/marble, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"gVX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Bar Backroom" + }, +/obj/map_helper/access_helper/airlock/station/service/bar, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"gWe" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Cargo"; + output_attempt = 0 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"gWm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/camera/network/engineering{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"gWy" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"gWI" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"gWM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock{ + id_tag = "restroom ad"; + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"gXa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"gXy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"gXB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"gYl" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armoryriot"; + name = "Emergency Armory Access" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gYA" = ( +/turf/space, +/area/victory/surfacebase/mining_main/refinery) +"gYF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"gYJ" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"gYQ" = ( +/obj/structure/table/woodentable, +/obj/item/stamp/hos, +/obj/item/hand_labeler{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -14; + pixel_y = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"gYW" = ( +/obj/structure/table/woodentable, +/obj/item/instrument/glockenspiel, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"gZF" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/space) +"gZJ" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"gZK" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"gZU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/space) +"har" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/beacon, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"hau" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"hbv" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"hbx" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"hbK" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"hcP" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/structure/curtain/open/bed{ + name = "brown curtain"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"hda" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"hde" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"hdq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "armorytactical"; + name = "Tactical Armory Access"; + pixel_x = 25; + pixel_y = -6; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hdy" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark, +/area/space) +"hdB" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"hdL" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/space) +"hes" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"heW" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/open, +/area/station/stairs_two) +"hfF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"hfL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"hhm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"hhD" = ( +/obj/structure/table/steel, +/obj/item/cell/device/weapon{ + pixel_x = -9; + pixel_y = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/cell/device/weapon{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/hand_labeler{ + pixel_x = 2; + pixel_y = -9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hie" = ( +/turf/space/basic, +/area/security/warden) +"hjB" = ( +/obj/structure/closet/crate/hydroponics{ + desc = "All you need to start your own honey farm."; + name = "beekeeping crate" + }, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/beehive_assembly, +/obj/item/bee_smoker, +/obj/item/bee_pack, +/obj/item/tool/crowbar, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/turf/simulated/floor/tiled, +/area/space) +"hkn" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"hkB" = ( +/turf/space/basic, +/area/hallway/primary/port) +"hkU" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"hll" = ( +/turf/simulated/wall/prepainted/civilian, +/area/hydroponics) +"hlC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"hmg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"hmM" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"hou" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/wood, +/area/space) +"hra" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/stool/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"hsB" = ( +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 23; + req_one_access = list(1,2) + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"hsM" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"hsN" = ( +/obj/structure/lattice, +/turf/space, +/area/quartermaster/warehouse) +"hta" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"hte" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central5{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"huf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_2) +"hum" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/clothing/accessory/armor/helmetcamera/security{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/stab{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"huS" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 10 + }, +/obj/machinery/mech_recharger, +/obj/vehicle/sealed/mecha/combat/fighter/baron/sec/loaded, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"hvt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"hvw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"hvT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hvV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"hwh" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/item/stool/padded, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"hwn" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"hwP" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 8; + pressure_resistance = 750 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"hxl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/toilet) +"hxR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"hyz" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/camera/network/cargo, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/item/clothing/accessory/permit/gun/planetside, +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + req_one_access = list(48) + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"hzo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/freezer{ + name = "Kitchen Cold Room" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/freezer) +"hzQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/space) +"hBs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"hBz" = ( +/obj/machinery/door/airlock/engineering{ + name = "Solars"; + req_one_access = null + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"hBA" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hCb" = ( +/turf/space, +/area/maintenance/dormitory) +"hCZ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/refinery) +"hEf" = ( +/obj/machinery/seed_storage/garden, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/techfloor, +/area/hydroponics) +"hEl" = ( +/obj/structure/icecream_cart, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"hEG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"hEH" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"hEP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hFq" = ( +/obj/structure/closet/secure_closet/detective, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/lino, +/area/space) +"hGe" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"hGR" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"hHg" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/shoot, +/obj/item/instrument/saxophone, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"hHw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"hIq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_3) +"hIt" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"hIL" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"hKh" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/camera/network/security, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hLm" = ( +/obj/machinery/button/ignition{ + id = "portnacelle_igniter"; + pixel_y = -28 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hLZ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/space) +"hMe" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/turf/simulated/floor, +/area/space) +"hMk" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"hNd" = ( +/obj/structure/bed/chair/office/dark, +/obj/landmark/spawnpoint/job/detective, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"hNG" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_soft{ + dir = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"hNZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/prison/cell_block) +"hOC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled/monotile, +/area/space) +"hPQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"hPX" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"hQg" = ( +/obj/machinery/atmospherics/component/binary/passive_gate{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"hQC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"hQH" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/clothing/glasses/sunglasses/sechud{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/obj/item/gunbox/armor/security{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hRd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/space) +"hSj" = ( +/obj/effect/floor_decal/corner/black{ + dir = 9 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/gun/ballistic/automatic/z8, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hTh" = ( +/obj/structure/bed/chair/sofa, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"hTy" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_11) +"hUD" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/space) +"hUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"hVb" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"hVB" = ( +/obj/structure/cryofeed, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"hWc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"hWi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"hWA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"hXT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/vault/bolted{ + id_tag = "vault"; + req_one_access = null + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "VaultAc"; + name = "\improper Vault" + }, +/obj/map_helper/access_helper/airlock/station/command/vault, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"hYs" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"hZb" = ( +/obj/structure/sign/warning/fire, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"hZf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/tiled/dark, +/area/space) +"hZz" = ( +/obj/machinery/mineral/output, +/obj/effect/floor_decal/industrial/loading{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"hZY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"iam" = ( +/obj/effect/floor_decal/corner/black{ + dir = 9 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/space) +"ibu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"ibX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"icW" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"idw" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"idG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"idY" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/space) +"ieM" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/machinery/computer/prisoner{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ieR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"ifA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/landmark/spawnpoint/job/bartender, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"ige" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"igf" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"igm" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"igs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"ihL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"iit" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/bed/chair/comfy/teal, +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"iiz" = ( +/obj/structure/table/steel, +/obj/item/storage/box/evidence, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"iiJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"iiK" = ( +/obj/machinery/atmospherics/component/trinary/mixer{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iiP" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"ijr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"ikk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"ikn" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ilv" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"ilH" = ( +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"ilS" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"imA" = ( +/obj/structure/table/woodentable, +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/clothing/glasses/sunglasses/blindfold, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"imT" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"inx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"inU" = ( +/turf/space/basic, +/area/security/evidence_storage) +"ioi" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "sec_shuttle_pump" + }, +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = -23; + req_one_access = list(1,2) + }, +/turf/simulated/floor/plating, +/area/space) +"iow" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"ioB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/airlock{ + id = "dorm4"; + name = "Room 4 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"ioP" = ( +/obj/structure/lattice, +/turf/simulated/floor/airless/ceiling, +/area/space) +"ipx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"iqC" = ( +/obj/machinery/camera/network/cargo, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"iqZ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/table/marble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ire" = ( +/obj/landmark/spawnpoint/job/head_of_security, +/obj/machinery/button/remote/airlock{ + id = "HoSdoor"; + name = "Office Door"; + pixel_x = -28; + pixel_y = -24 + }, +/obj/machinery/button/remote/blast_door{ + id = "security_lockdown"; + name = "Brig Lockdown"; + pixel_x = -28; + pixel_y = -36; + req_access = list(2) + }, +/obj/machinery/button/windowtint{ + id = "hos_office"; + pixel_x = -36; + pixel_y = -26; + req_access = list(58) + }, +/obj/structure/bed/chair/comfy/black, +/obj/machinery/light_switch{ + pixel_x = -36; + pixel_y = -35 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"irA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"irH" = ( +/obj/machinery/media/jukebox, +/turf/simulated/floor/wood, +/area/space) +"irJ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/uxstorage) +"irZ" = ( +/obj/effect/paint_stripe/palebottlegreen, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"isu" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"isx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/firstaid{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"isW" = ( +/obj/spawner/window/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/turf/simulated/floor/plating, +/area/space) +"iti" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"itV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"ivS" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 2346; + id = "portnacelle_in"; + power_rating = 5000 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"iwa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"iwj" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"ixg" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/vending/nifsoft_shop, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"ixk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"ixv" = ( +/obj/structure/stairs/spawner/north, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"iyF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"iyL" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"izW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"iAa" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"iAe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"iAh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "Cargo Substation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"iAu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"iAE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"iAM" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"iBd" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/table/steel_reinforced, +/obj/item/clipboard, +/obj/item/tool/wrench, +/obj/item/tool/crowbar, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled/dark, +/area/space) +"iBu" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/machinery/honey_extractor, +/turf/simulated/floor/tiled, +/area/space) +"iBL" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"iED" = ( +/obj/structure/dogbed, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/mob/living/simple_mob/animal/passive/dog/pug/SirPogsley, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"iFe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iFF" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"iFK" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"iGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"iHN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"iIw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"iIG" = ( +/turf/simulated/wall/prepainted/cargo, +/area/space) +"iJD" = ( +/obj/machinery/camera/network/cargo, +/obj/structure/table/standard, +/obj/item/stamp/cargo, +/obj/item/stamp/denied{ + pixel_x = 7 + }, +/obj/item/stamp/qm{ + pixel_x = -6 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"iKl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"iKn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"iLP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"iLT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass{ + name = "Bar" + }, +/turf/simulated/floor/tiled, +/area/space) +"iLY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"iMg" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"iNe" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"iNU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"iOe" = ( +/obj/machinery/light, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"iOD" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"iPt" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor{ + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"iPR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"iQw" = ( +/obj/item/stool/padded, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"iQB" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"iRu" = ( +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"iRT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + id_tag = "detdoor"; + name = "Forensics Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/lino, +/area/space) +"iSi" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"iSr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"iSt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"iSJ" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"iSL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"iSZ" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hos) +"iTd" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"iTp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"iTQ" = ( +/obj/machinery/light, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"iUd" = ( +/obj/machinery/media/jukebox, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/space) +"iUt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"iVr" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"iVu" = ( +/obj/structure/table/steel, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"iVW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"iWf" = ( +/turf/simulated/wall/r_wall, +/area/prison/cell_block) +"iWl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"iWG" = ( +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"iWR" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/gunbox/lethal, +/obj/item/gunbox/lethal, +/turf/simulated/floor/tiled/dark, +/area/space) +"iXr" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"iXC" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"iXG" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"iYi" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/hydroponics) +"iYz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass{ + name = "Cargo Lobby" + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"iYZ" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"iZa" = ( +/obj/item/paper_bin, +/obj/item/clothing/glasses/sunglasses, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/table/woodentable, +/obj/item/handcuffs, +/turf/simulated/floor/carpet, +/area/space) +"iZs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"iZN" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/space) +"iZT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/marble, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/item/reagent_containers/food/condiment/spacespice{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/condiment/hotsauce{ + pixel_y = 16 + }, +/obj/item/reagent_containers/food/condiment/coldsauce{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"iZZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jas" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"jaC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"jaJ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/space) +"jaY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"jbv" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/camera/network/civilian, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jbB" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/space) +"jbV" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"jcR" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"jdf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"jdy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/turf/simulated/floor/tiled/dark, +/area/space) +"jfm" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance Access" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jfA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"jfT" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/space) +"jhP" = ( +/obj/machinery/vending/hydroseeds, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jhV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"jiH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"jiJ" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/space) +"jiL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/item/instrument/trombone, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"jjD" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"jjP" = ( +/obj/structure/table/marble, +/obj/machinery/cash_register/civilian{ + dir = 4; + req_access = list(25) + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"jjQ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"jjU" = ( +/obj/effect/shuttle_landmark/victory/deck2/starboard, +/turf/space, +/area/space) +"jjW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"jkC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"jkE" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"jkF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"jkS" = ( +/obj/structure/sign/warning/secure_area, +/turf/simulated/wall/r_wall/prepainted/command, +/area/security/nuke_storage) +"jlb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"jlq" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/dormitory) +"jlu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jlz" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jlL" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"jlX" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/engineering, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"jmI" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"jnl" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/flora/pottedplant/flower, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"joe" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"joo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"joV" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"jpd" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jpf" = ( +/obj/item/storage/box/nifsofts_mining, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"jqp" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"jqw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"jrc" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/station/stairs_two) +"jrB" = ( +/obj/machinery/shower{ + pixel_y = 17 + }, +/obj/structure/curtain/open/shower/security, +/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/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hos) +"jsg" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/stool/padded, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jso" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jsr" = ( +/obj/structure/table/steel, +/obj/machinery/microwave, +/turf/simulated/floor/tiled/monotile, +/area/space) +"jsA" = ( +/obj/random/trash_pile, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"jsJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "warden"; + name = "Office Shutters"; + pixel_x = -24; + pixel_y = -39; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jtW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"jui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"juV" = ( +/obj/structure/table/woodentable, +/obj/item/radio/off{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/megaphone{ + pixel_x = 5 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = -24 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"jvi" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"jvm" = ( +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"jvC" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"jvN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"jvU" = ( +/obj/effect/floor_decal/corner/lightorange/bordercee{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Fuel Line to Thrusters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jwg" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jwJ" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"jwX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"jyW" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"jAf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"jAk" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_2) +"jAu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security Tool Storage"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/techfloor, +/area/security/hallway) +"jBi" = ( +/obj/structure/table/marble, +/obj/structure/flora/pottedplant/small, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jBy" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"jBJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"jCb" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"jCl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"jCY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"jDF" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/medical, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"jEq" = ( +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"jEE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"jFt" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jFR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"jGk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"jGm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jGv" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"jGy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"jGV" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"jIj" = ( +/obj/machinery/camera/network/civilian, +/turf/simulated/open, +/area/station/stairs_two) +"jIs" = ( +/obj/machinery/media/jukebox{ + icon_state = "superjuke-nopower"; + state_base = "superjuke" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jJg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"jJl" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"jJZ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"jKx" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jKZ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"jMc" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"jMj" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"jND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"jNJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"jOS" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"jPj" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/wood, +/area/space) +"jPk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"jPT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"jPY" = ( +/obj/machinery/holopad, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"jQb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"jQq" = ( +/obj/structure/bed/chair/office/light, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"jQV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"jRs" = ( +/obj/structure/sign/department/cargo_dock, +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/storage) +"jRA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/tiled, +/area/space) +"jRS" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jSb" = ( +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/dropper, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jSe" = ( +/turf/space/basic, +/area/crew_quarters/bar) +"jSi" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"jSj" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"jSK" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"jSS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jST" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"jTl" = ( +/obj/structure/window/reinforced/tinted, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hos) +"jTq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"jUw" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"jUO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jVx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Interrogation view room"; + req_access = list(); + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"jVX" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"jWc" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"jXq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"jXs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"jXT" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Hardsuit Storage"; + req_access = list(1,2,18) + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/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/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"jYt" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"jZh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"jZl" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jZy" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"kaR" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"kaY" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"kaZ" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell 2"; + name = "Cell 2"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"kbh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"kbF" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/southleft{ + name = "Jetpack Storage"; + req_access = list(1,2,18) + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"kbQ" = ( +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"kbS" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"kcl" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"kct" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + name = "RIG Storage"; + req_access = list(1,2,18) + }, +/obj/structure/window/reinforced, +/obj/item/hardsuit/hazard/equipped, +/turf/simulated/floor/tiled, +/area/space) +"kcw" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"kcx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/security{ + name = "Private Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"kcH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kcV" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"kdq" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm10"; + name = "Room 10 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"kdx" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/recipe_lookup/drinks{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"kdL" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kdP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"kep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"keI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kga" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"kgv" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kgN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kgZ" = ( +/obj/machinery/mineral/processing_unit, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"khy" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"khO" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"kiW" = ( +/obj/structure/ladder, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"kky" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/space) +"kla" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"klb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"klj" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"klu" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"klv" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "hos_office" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"kmn" = ( +/obj/structure/table/bench/steel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"kmo" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"kmz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"kmK" = ( +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"kmQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"kna" = ( +/obj/structure/closet/walllocker{ + pixel_y = 32 + }, +/obj/item/pickaxe/silver, +/obj/item/pickaxe/silver, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/clothing/suit/space/void/mining, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/turf/simulated/floor/tiled/steel, +/area/space) +"knd" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"knD" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"knW" = ( +/obj/structure/bed/padded, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"kpy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"kqd" = ( +/obj/structure/sign/directions/roomnum{ + dir = 10; + pixel_x = 32; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kqm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/airlock_sensor{ + id_tag = "solar_sensor"; + pixel_x = 28; + pixel_y = -1 + }, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "solar_dock"; + pixel_x = -24 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"kqu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"ksu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"ksT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ktS" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/space) +"ktV" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"kub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"kuN" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 9 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"kuV" = ( +/obj/structure/table/bench/padded, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/shaft_miner, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"kvl" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"kvG" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/open, +/area/maintenance/dormitory) +"kvN" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/largebush, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"kvO" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/cryopod/robot, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"kwx" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/space) +"kwP" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"kxc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + name = "Hydroponics" + }, +/obj/map_helper/access_helper/airlock/station/service/botany, +/turf/simulated/floor/plating, +/area/space) +"kxm" = ( +/turf/simulated/wall/prepainted/security, +/area/security/prison) +"kxM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"kyg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"kyn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"kyx" = ( +/obj/structure/sign/warning/internals_required{ + name = "\improper INTERNALS REQUIRED FOR FIGHTER CRAFT" + }, +/turf/simulated/wall/r_wall/prepainted/security, +/area/space) +"kyB" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"kyZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"kzC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armoryriot"; + name = "Emergency Armory Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kzJ" = ( +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/space) +"kzZ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kAl" = ( +/turf/simulated/wall/r_wall, +/area/space) +"kAr" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"kAJ" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"kAU" = ( +/obj/structure/closet/chefcloset, +/obj/item/glass_jar, +/obj/item/retail_scanner/civilian, +/obj/item/soap/nanotrasen, +/obj/item/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"kBd" = ( +/obj/item/storage/secure/safe{ + pixel_y = -26 + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"kBp" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/storage) +"kBs" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/space) +"kBF" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 5 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"kBR" = ( +/turf/simulated/wall/prepainted/security, +/area/security/detectives_office) +"kBW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"kCp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"kCG" = ( +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"kCQ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Equipment Storage"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/simulated/floor/tiled/dark, +/area/space) +"kDi" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/steel, +/area/space) +"kDN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/hydroponics) +"kEu" = ( +/turf/space, +/area/victory/surfacebase/mining_main/eva) +"kEv" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/legal/cr_vol1, +/obj/item/book/manual/legal/cr_vol3, +/obj/item/book/manual/legal/cr_vol2, +/obj/item/book/manual/legal/cr_vol4, +/obj/item/book/manual/legal/cr_vol5, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"kEL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/space) +"kEY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "mine_black"; + name = "Door Lock"; + pixel_x = 24; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"kFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"kFd" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kFt" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kFA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kFL" = ( +/obj/structure/table/steel_reinforced, +/obj/item/stamp/denied{ + pixel_x = 5 + }, +/obj/item/stamp/ward, +/turf/simulated/floor/tiled/dark, +/area/space) +"kGh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/vacant/vacant_shop) +"kGo" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kGR" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/Dorm_11) +"kHI" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/prison/cell_block) +"kIl" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "sec_shuttle_inner"; + locked = 1; + name = "Shuttle Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"kIn" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"kIu" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kIB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"kJd" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"kKf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"kKj" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"kKD" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 27 + }, +/obj/machinery/sheet_silo{ + obj_persist_static_id = "sheet-silo-mining" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"kKR" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"kMI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kNF" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/structure/curtain/black{ + anchored = 1 + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"kOc" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"kOm" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/microtaser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/turf/simulated/floor/tiled, +/area/security/prison) +"kOv" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"kPQ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"kRa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"kRt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"kSb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kSP" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"kUs" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"kUt" = ( +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"kUx" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/floor, +/area/space) +"kVe" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/hydroponics) +"kVE" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint, +/area/space) +"kWy" = ( +/turf/space/basic, +/area/quartermaster/qm) +"kXU" = ( +/obj/structure/table/steel, +/obj/machinery/recharger, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/storage/lockbox{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"kYe" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"kYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"kYD" = ( +/turf/simulated/floor/carpet, +/area/space) +"kZi" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"lap" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"laG" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"laM" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"laX" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"lbF" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/hallway/primary/port) +"lbN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"lbY" = ( +/obj/structure/disposalpipe/up{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lcc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"lcj" = ( +/obj/machinery/atmospherics/component/unary/engine/biggest{ + dir = 4 + }, +/turf/space, +/area/space) +"lco" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + dir = 8; + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"lcF" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"lcG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"lcT" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"ldh" = ( +/obj/machinery/door/airlock/glass{ + name = "Community Theater" + }, +/obj/structure/curtain/black{ + icon_state = "open" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"ldD" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/storage) +"leD" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"leP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"leY" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"lfz" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/turf/simulated/floor/tiled/steel, +/area/space) +"lfP" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"lfY" = ( +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"lgp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lgz" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"lgG" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"lgT" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "DECK 2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"lhf" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"lhs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"lhA" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/space) +"lik" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/lobby) +"liw" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"liT" = ( +/obj/structure/bed/chair/sofa, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ljQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"lkB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"lkW" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/table/steel, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"lkX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"llc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/item/instrument/trombone, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"llw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"llL" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"llM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"llU" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/storage/box/flashshells, +/obj/item/storage/box/shotgunammo, +/obj/item/storage/box/shotgunshells{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/storage/box/shotgunshells{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/turf/simulated/floor/tiled/dark, +/area/space) +"lmE" = ( +/obj/machinery/computer/security/wooden_tv, +/obj/machinery/button/windowtint{ + id = "det_office"; + pixel_x = -23 + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"lnq" = ( +/turf/space, +/area/crew_quarters/sleep/Dorm_11) +"lox" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"lps" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/small, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"lqx" = ( +/obj/structure/stairs/spawner/south, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"lqM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"lsa" = ( +/obj/machinery/light, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"lsK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"lsX" = ( +/turf/space/basic, +/area/crew_quarters/visitor_dining) +"ltj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ltp" = ( +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"ltr" = ( +/obj/structure/ladder, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"ltT" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/bed/chair/sofa, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"luv" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"luE" = ( +/obj/structure/table/steel, +/obj/item/clothing/gloves/black, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"luI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"luW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"lvf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"lvF" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"lvY" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/obj/machinery/camera/network/security, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"lwk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"lwl" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"lwr" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"lwy" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"lxo" = ( +/turf/simulated/wall/prepainted/security, +/area/security/security_processing) +"lxp" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"lxI" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"lxM" = ( +/obj/structure/stairs/spawner/east, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"lyu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/beacon, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lyC" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"lzn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"lzG" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/light, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/clothing/accessory/holster/hip{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/clothing/accessory/holster/waist{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/holster/waist{ + pixel_x = 1; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lAc" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"lAk" = ( +/obj/structure/table/woodentable, +/obj/item/handcuffs/fuzzy, +/turf/simulated/floor/tiled/dark, +/area/space) +"lAw" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"lAA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"lAR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"lAS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "victory_annex_dock"; + pixel_x = 26 + }, +/obj/machinery/door/airlock/glass_external{ + name = "Bar Internal Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/space) +"lBk" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/tiled, +/area/security/lobby) +"lCa" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"lCr" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"lCA" = ( +/turf/simulated/floor/airless/ceiling, +/area/space) +"lCW" = ( +/turf/space/basic, +/area/security/security_equiptment_storage) +"lDb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Crew Cryo Bay" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"lDd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance{ + id_tag = "Dressroom"; + name = "Dressing Room" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"lDQ" = ( +/obj/structure/closet/l3closet/security, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lDR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"lEt" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"lET" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"lFs" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"lFu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/window/westright{ + name = "Service Counter"; + req_access = list(25); + req_one_access = list(25) + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"lGl" = ( +/obj/structure/curtain/open/shower/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"lGC" = ( +/obj/structure/sign/double/barsign{ + pixel_y = 30 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lGK" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"lGL" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"lHg" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lIv" = ( +/obj/structure/table/reinforced, +/obj/item/binoculars, +/obj/item/stack/flag/green, +/obj/item/stack/flag/yellow, +/obj/item/stack/flag/red, +/obj/item/binoculars{ + pixel_y = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"lIK" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"lIO" = ( +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"lJl" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"lJy" = ( +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"lJV" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/black/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/clothing/head/helmet/combat{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/shield/riot/tower/swat{ + pixel_x = 4 + }, +/obj/item/shield/riot/tower/swat{ + pixel_x = 4 + }, +/obj/item/shield/riot/tower/swat{ + pixel_x = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lKc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"lKl" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/space) +"lKx" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm7"; + name = "Room 7 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"lKK" = ( +/obj/machinery/camera/network/outside{ + dir = 10 + }, +/turf/space, +/area/space) +"lKT" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"lLf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"lLB" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"lLM" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space) +"lMx" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"lNi" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/space) +"lNn" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + id_tag = "dorm2"; + name = "Dorm 2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"lOd" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"lOP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/black/full, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/accessory/armor/armorplate/heavy{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/heavy{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/heavy{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/ballistic{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/ballistic{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/ballistic{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/combat{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/combat{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/combat{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/clothing/accessory/armor/armorplate/tactical{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/tactical{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/accessory/armor/armorplate/tactical{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lPe" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"lPz" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"lQH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"lSh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"lSo" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"lSy" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"lSK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"lSP" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Holding Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"lUU" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"lVh" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"lWc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"lWt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"lXv" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"lXR" = ( +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "sec_shuttle_airlock"; + name = "interior access button"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(1,2) + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lYh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"lYO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"lYT" = ( +/obj/structure/table/reinforced, +/obj/item/forensics/sample_kit/powder, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"lZw" = ( +/obj/machinery/flasher/portable, +/obj/machinery/light, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/space) +"lZK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lZM" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"lZX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"man" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"mar" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"mbi" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"mbo" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"mbx" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"mbE" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"mcG" = ( +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"men" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"mew" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"mfb" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"mfc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"mft" = ( +/turf/simulated/wall/prepainted/security, +/area/crew_quarters/bar) +"mfU" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Cell Block"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"mfY" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"mga" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"mgb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"mgr" = ( +/obj/landmark/spawnpoint/job/chef, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"mht" = ( +/obj/structure/table/marble, +/obj/item/storage/box/wings, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"mic" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"miG" = ( +/obj/structure/closet/crate/secure, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"mjc" = ( +/obj/item/book/manual/standard_operating_procedure, +/obj/structure/table/woodentable, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/space) +"mjh" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"mjq" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/light, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mjF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"mkl" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/crew_quarters/heads/hos) +"mkJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"mlp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/secure_closet/freezer/money, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"mlr" = ( +/obj/structure/lattice, +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"mlW" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/crew_quarters/sleep/Dorm_11) +"mmr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"mnb" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"mne" = ( +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"mnm" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_4) +"mnN" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/camera/network/cargo, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"mnT" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"mof" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_scanner, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/wood, +/area/space) +"mow" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/tram) +"mox" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/quartermaster, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"moO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"moT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"mps" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/dormitory) +"mpF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"mpG" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"mql" = ( +/obj/effect/shuttle_landmark/victory/deck2/port, +/turf/space, +/area/space) +"mqs" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"mqK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mqS" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/refinery) +"mrE" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"mrG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"mrT" = ( +/obj/spawner/window/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"msa" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"msg" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"msz" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central5, +/turf/simulated/floor/tiled/monotile, +/area/space) +"muz" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled/dark, +/area/space) +"muD" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"muO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mwg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"mwk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"mxz" = ( +/obj/machinery/door/airlock/maintenance/sec{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"mxL" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"myQ" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_7) +"mzn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"mAr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/space) +"mBW" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/turf/simulated/floor/tiled, +/area/space) +"mCA" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/warehouse) +"mCH" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"mDr" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"mDw" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"mDA" = ( +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"mDS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"mDW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"mEE" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/warehouse) +"mEG" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"mEN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"mEP" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"mEU" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/cargo) +"mFM" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"mFZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 1; + name = "Engine Fuel Port" + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"mGr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"mGz" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/barrestroom) +"mGW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/item/suit_cooling_unit, +/obj/machinery/camera/network/engineering{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"mHd" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"mHg" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"mHU" = ( +/obj/machinery/door/airlock{ + name = "Kitchen"; + req_one_access = list(28) + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"mIE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"mIH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"mJk" = ( +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"mJI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"mJM" = ( +/obj/structure/sign/deck/second, +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/hallway/primary/port) +"mJZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"mKC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/shuttle_landmark/victory/deck2/mining, +/obj/overmap/entity/visitable/ship/landable/mining/victory, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"mKY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"mLk" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/computer/arcade/battle, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"mLp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"mMB" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/floor/tiled/steel, +/area/space) +"mNI" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"mNJ" = ( +/obj/structure/bed/chair/sofa/left, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"mNK" = ( +/obj/structure/adherent_bath, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"mNQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mOk" = ( +/obj/machinery/fitness/punching_bag, +/turf/simulated/floor/wood, +/area/space) +"mOz" = ( +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"mOH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"mOI" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"mPe" = ( +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"mPi" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"mPD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Cryo" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"mPQ" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"mPV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"mQm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"mQt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"mQv" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/foyer) +"mQw" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"mQR" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/landmark/spawnpoint/job/security_officer, +/obj/effect/floor_decal/steeldecal/steel_decals_central5, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"mRe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled, +/area/space) +"mSf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mSt" = ( +/obj/structure/table/marble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"mSY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"mTI" = ( +/obj/structure/bed/padded, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"mTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"mUI" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"mVn" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"mVq" = ( +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"mVB" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"mWb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"mWK" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"mWM" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/victory/surfacebase/tram) +"mXS" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mYh" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"mZd" = ( +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nax" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/closet/secure_closet/cargotech, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"naI" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/electrical, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"naO" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nbM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/phone, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"ndA" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/luminol, +/obj/item/uv_light, +/obj/machinery/light, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"nes" = ( +/turf/simulated/wall/prepainted/civilian, +/area/vacant/vacant_shop) +"neJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"nff" = ( +/obj/structure/table/marble, +/obj/machinery/recharger, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"nfi" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "mining_interior"; + name = "refining conveyor"; + pixel_y = 14 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"nfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"ngv" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ngz" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"ngI" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Warden's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/simulated/floor/tiled/dark, +/area/space) +"ngJ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"nhk" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/item/reagent_containers/glass/cooler_bottle, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"nhD" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"nie" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"niA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "solar_pump" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"nji" = ( +/obj/machinery/computer/shuttle_control/belter{ + dir = 4 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the belter shuttle systems, to help miners find where they left their shuttle."; + gps_tag = "BELTER"; + name = "belter beacon" + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"njy" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/bed/chair/comfy/teal, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"njR" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"nkn" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"nkM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"nkO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/security/lobby) +"nlt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"nlO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nmB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"nnD" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"nnO" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"nnY" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"nol" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"noF" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"noJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"noS" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"npg" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"npM" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"npR" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/space; + docking_controller = "belter_docking"; + landmark_tag = "belter_station"; + name = "NSV Victory - Belter Shuttle" + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/belter) +"nqS" = ( +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/office) +"nrr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"nsk" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"nsn" = ( +/obj/structure/table/marble, +/obj/item/material/knife/butch, +/obj/item/material/kitchen/rollingpin, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"nst" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"nsH" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/steel_reinforced, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southleft{ + name = "Security Reception" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"nti" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/security/hallway) +"ntA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ntG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"ntN" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/red, +/obj/effect/floor_decal/corner/red{ + dir = 1 + }, +/obj/structure/musician/piano, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"nug" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/cryo) +"nuo" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass{ + name = "Hydroponics" + }, +/obj/map_helper/access_helper/airlock/station/service/botany, +/turf/simulated/floor/tiled/monotile, +/area/hydroponics) +"nuI" = ( +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"nvl" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/table/marble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nvw" = ( +/obj/machinery/power/solar_control, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"nvC" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"nwd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"nxu" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 9 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"nxS" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"nyu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"nyy" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/tiled/dark, +/area/space) +"nyT" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/camera/network/cargo{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"nzi" = ( +/turf/simulated/floor/tiled/dark, +/area/space) +"nzH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"nAt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nAY" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + anchored = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"nCm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"nCo" = ( +/turf/space, +/area/quartermaster/miningdock) +"nCt" = ( +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"nDp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"nEU" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"nFa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nFF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"nFR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"nGc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + id_tag = "cargodoor"; + name = "Cargo Office"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"nGJ" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm5"; + name = "Room 5 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"nHe" = ( +/turf/space/basic, +/area/security/security_lockerroom) +"nHw" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/space) +"nHK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"nHR" = ( +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"nIh" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"nIS" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/fitness/weightlifter, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"nJr" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/item/gun/energy/laser/practice, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"nJt" = ( +/obj/effect/floor_decal/borderfloor, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/hydroponics) +"nKh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/security{ + id_tag = "detdoor"; + name = "Detective"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"nKA" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nKJ" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nLg" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"nLo" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"nLK" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"nMc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_3) +"nMe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"nMB" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nNq" = ( +/obj/structure/railing, +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nNw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"nNR" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nOs" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"nPn" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"nPz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm8"; + name = "Dorm 8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"nPK" = ( +/obj/structure/closet/hydrant{ + pixel_y = 30 + }, +/obj/item/gun/ballistic/shotgun/flare, +/obj/item/storage/box/flashshells, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/machinery/meter, +/obj/item/duct_tape_roll, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"nQt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"nRD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"nSs" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier/navy{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/pcarrier{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/navy{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nSx" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"nTs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"nUl" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"nUt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/janitor, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"nUA" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/space) +"nUH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Cargo Substation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"nUY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/closet, +/obj/item/storage/backpack/dufflebag, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"nVx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"nVN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"nWr" = ( +/turf/simulated/wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/storage) +"nWy" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"nWO" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/item/gunbox, +/obj/item/gunbox, +/obj/item/gunbox, +/turf/simulated/floor/tiled/dark, +/area/space) +"nWR" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"nXl" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/freezer) +"nXw" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"nXQ" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"nXY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"nYa" = ( +/obj/effect/floor_decal/corner/green/full, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/space) +"nYJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + id_tag = "dorm4"; + name = "Dorm 4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"nYQ" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/space) +"nYY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/space) +"nZs" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nZO" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oaB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oaO" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/mask/gas{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/mask/gas{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/clothing/mask/gas{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -10 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -9 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -8 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -7 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/clothing/mask/gas/half{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"obo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"obp" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/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 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"ocy" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"odf" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Deck 2 Subgrid"; + name_tag = "Deck 2 Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"odr" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"oeH" = ( +/obj/structure/ladder/up, +/turf/simulated/floor/plating, +/area/space) +"oeM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armorylight"; + name = "Light Armory Acccess" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"oeN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"ofb" = ( +/turf/space/basic, +/area/janitor) +"ofd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"ofH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"ofR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"ogj" = ( +/obj/structure/ladder, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"ogo" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ohJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "sec_shuttle_pump" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"ohZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Confinement Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"oio" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ojg" = ( +/turf/space/basic, +/area/security/eva) +"ojq" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/bed/chair/sofa/black/right, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ojF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"okB" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/vending/sovietsoda{ + name = "Water Dispenser" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"olj" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"olR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"omd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"omy" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"onm" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"ooh" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/space) +"oor" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"ooC" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/quartermaster/miningdock) +"oph" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"opE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/space) +"oqG" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"oqN" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/space) +"oqR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"oqT" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"oqY" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel, +/area/space) +"orD" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"osD" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"osG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"osR" = ( +/turf/simulated/wall/prepainted/civilian, +/area/victory/surfacebase/bar_backroom) +"otq" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/vending/loadout, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"otr" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"ovx" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"owd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"owe" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/steel, +/area/space) +"owH" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "hos_office" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/hallway) +"oxp" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oyT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/beacon, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"oza" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ozN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 5 + }, +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"ozQ" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"oAS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"oBi" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"oBv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"oBQ" = ( +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"oCH" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"oDM" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"oEg" = ( +/turf/space, +/area/security/brig) +"oEA" = ( +/turf/space, +/area/quartermaster/warehouse) +"oEW" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/table/woodentable, +/obj/item/reagent_scanner, +/turf/simulated/floor/tiled, +/area/hydroponics) +"oFA" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"oFR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"oGt" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door_timer/cell_3{ + id = "Cell 1"; + name = "Cell 1"; + pixel_x = 32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"oHh" = ( +/obj/machinery/shield_diffuser, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"oHn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"oIU" = ( +/obj/structure/bed/chair/shuttle, +/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/panic_button{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"oJn" = ( +/obj/machinery/appliance/mixer/cereal, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"oJt" = ( +/turf/simulated/wall/prepainted, +/area/station/stairs_two) +"oJx" = ( +/obj/landmark/spawnpoint/job/bartender, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"oJX" = ( +/obj/landmark/spawnpoint/latejoin/station/cyborg, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"oKB" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"oMz" = ( +/obj/structure/table/reinforced, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/stamp/cargo, +/obj/item/stamp/denied{ + pixel_x = 7 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"oMD" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"oNU" = ( +/turf/simulated/wall/prepainted, +/area/vacant/vacant_office) +"oOt" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central5{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"oOv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/space) +"oOR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/door_timer/cell_3{ + id = "Cell 2"; + name = "Cell 2"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"oOX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/directions/roomnum{ + dir = 8; + pixel_y = -23 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"oOZ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + dir = 1; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"oPm" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/space) +"oPw" = ( +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"oPO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"oPY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"oQe" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"oQo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"oQH" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security{ + name = "Interrogation view room"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"oQS" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Brig"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"oQW" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"oRa" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/voidcraft{ + frequency = 2020; + id_tag = "belt_shuttle_exterior"; + name = "belter craft hatch" + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"oRc" = ( +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"oRu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"oRV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oSv" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/turf/simulated/floor/plating, +/area/space) +"oSC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"oSG" = ( +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "SHUTTLE"; + name = "shuttle beacon" + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"oSN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/multi_tile/glass/civilian{ + name = "Annex Airlock" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"oTC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"oTE" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/gun/energy/gun, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"oTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"oUe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"oUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"oUt" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oVt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"oWR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"oWS" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"oXi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/marble, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/hand_labeler, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"oXO" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"oYw" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/table/rack/shelf, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"oYB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"oZs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"paa" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"paJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"pbp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"pbu" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "High Security Lockup"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/simulated/floor/tiled/dark, +/area/space) +"pbJ" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/space) +"pbW" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"pbY" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 6 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"pcp" = ( +/obj/structure/table/woodentable, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/packageWrap, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/space) +"pcq" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"pdu" = ( +/obj/spawner/window/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"pdv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"pdK" = ( +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"pfa" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"pfl" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/bed/chair/sofa/black/left, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"pfo" = ( +/obj/structure/dogbed, +/obj/random/maintenance/engineering, +/turf/simulated/floor/plating, +/area/space) +"pgg" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/machinery/camera/network/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"pgA" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pgF" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor/tiled/dark, +/area/space) +"pgN" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"phF" = ( +/obj/structure/table/standard, +/obj/structure/bedsheetbin, +/obj/random/soap, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"phH" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/tiled/monotile, +/area/space) +"pib" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"pin" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"piw" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/space) +"piI" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"piP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/landmark/spawnpoint/job/cargo_technician, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"pjd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pkq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pkJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"plg" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/flora/pottedplant/smalltree, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"pls" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"pmn" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock{ + id_tag = "dorm3"; + name = "Dorm 3" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"pmq" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"pmz" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/sleep/Dorm_5) +"pnr" = ( +/obj/structure/bookcase, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/command_guide, +/obj/item/book/manual/standard_operating_procedure, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"pnI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"pnJ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"poB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ppt" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 8; + name = "Warden's Desk" + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "warden"; + layer = 3.1; + name = "Warden's Office Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/westleft{ + dir = 4; + name = "Warden's Desk"; + req_access = list(3) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/deskbell, +/turf/simulated/floor/tiled/dark, +/area/space) +"pqn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"prL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/space) +"psU" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"ptq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"ptA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ptB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"ptH" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"ptY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"pvv" = ( +/obj/structure/fitness/punchingbag, +/turf/simulated/floor/wood, +/area/space) +"pvJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"pxG" = ( +/obj/structure/table/woodentable, +/obj/item/tape_recorder{ + pixel_x = 10; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/multi, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"pze" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"pzy" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/space) +"pAq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"pAN" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/security/brig) +"pBd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"pBA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"pBU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"pCt" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"pDg" = ( +/obj/structure/table/steel, +/obj/item/storage/box/donkpockets, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_y = 32 + }, +/obj/machinery/camera/network/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"pEa" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/mech_recharger, +/obj/vehicle/sealed/mecha/combat/fighter/baron/sec/loaded, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"pEA" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"pEY" = ( +/obj/landmark/spawnpoint/job/quartermaster, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"pFj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"pFn" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"pFM" = ( +/obj/machinery/appliance/mixer/candy, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"pGX" = ( +/obj/structure/table/steel, +/obj/item/tool/crowbar{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/tool/crowbar{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/tool/crowbar{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/retail_scanner/security{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pHw" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"pIp" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"pIs" = ( +/obj/machinery/light, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"pIv" = ( +/obj/structure/safe, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"pIG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"pIJ" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/scale, +/turf/simulated/floor/wood, +/area/space) +"pJB" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/obj/spawner/window/low_wall/full/nogrille/firelocks, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"pJK" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pJR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/closet/wardrobe, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"pKn" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"pLv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/heads/hos) +"pLG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"pMh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/space) +"pMq" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/substation/cargo) +"pMG" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"pMT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"pNr" = ( +/obj/landmark/spawnpoint/job/chef, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"pNv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"pNw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"pNH" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/flora/pottedplant/drooping, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"pOC" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pOF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"pPe" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"pPr" = ( +/turf/space/basic, +/area/vacant/vacant_shop) +"pPT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"pQy" = ( +/obj/structure/table/marble, +/obj/item/hand_labeler, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"pRw" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/victory/surfacebase/tram) +"pRI" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/visitor_dining) +"pRK" = ( +/turf/simulated/wall/prepainted/security, +/area/security/lobby) +"pRV" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pSh" = ( +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pSi" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"pSE" = ( +/obj/structure/sign/directions/evac{ + dir = 4 + }, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/barrestroom) +"pTI" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"pUv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"pWy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pWA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pWM" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"pXB" = ( +/obj/machinery/door/airlock{ + name = "Cyborg Recharging"; + id_tag = "bartoliet1" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"pXH" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"pXI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"pXS" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"pYo" = ( +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pZd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm10"; + name = "Dorm 1" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"pZp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"pZD" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/dogbed, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"qae" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"qan" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"qaD" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Solitary Confinement 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"qaF" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/button/remote/airlock{ + id = "BrigFoyer"; + name = "Lobby Door Control"; + pixel_x = 24; + pixel_y = 5; + req_access = list(1) + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"qaT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"qcO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"qea" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qey" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"qfp" = ( +/obj/machinery/air_sensor{ + frequency = 2346; + id_tag = "portnacelle_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"qfD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"qgx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qgE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"qgG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 10 + }, +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/space) +"qgW" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/computer/roguezones{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"qhI" = ( +/obj/structure/table/steel, +/obj/item/storage/box/handcuffs, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"qij" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -25; + pixel_y = -1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "kitchen"; + name = "Kitchen shutters"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "kitchen-c"; + name = "Kitchen public counter shutters"; + pixel_x = -24; + pixel_y = -10 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"qit" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"qix" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"qja" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qjm" = ( +/obj/structure/table/steel, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/interrogation) +"qju" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"qkT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/security/hallway) +"qkX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"qll" = ( +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"qlP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"qmb" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "portnacelle_blastdoor"; + opacity = 0 + }, +/obj/effect/paint_stripe/sun, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"qmt" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"qmI" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qny" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/mining{ + name = "Cargo Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/cargo_bay, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"qnz" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"qoh" = ( +/obj/structure/table/steel, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + id_tag = "sec_shuttle_airlock"; + pixel_y = 3; + req_access = list(); + req_one_access = list(1,2); + tag_airpump = "sec_shuttle_pump"; + tag_chamber_sensor = "sec_shuttle_sensor"; + tag_exterior_door = "sec_shuttle_outer"; + tag_interior_door = "sec_shuttle_inner" + }, +/turf/simulated/floor/tiled, +/area/space) +"qot" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"qoM" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"qpF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"qqu" = ( +/obj/structure/janitorialcart, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"qqz" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"qqB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qqC" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"qqM" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/turf/simulated/floor/tiled/dark, +/area/space) +"qrg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"qrn" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hosdouble, +/turf/simulated/floor/carpet, +/area/space) +"qrx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"qsd" = ( +/obj/machinery/dnaforensics, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"qsz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"qsC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"qsF" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/space) +"qtb" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK" + }, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/effect/paint_stripe/beastybrown, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"qtl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"qup" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"quT" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_6) +"qvt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Quartermaster"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/head_office/quartermaster, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"qvJ" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qwv" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ballistic{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qxm" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"qxE" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"qxO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"qxT" = ( +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"qyz" = ( +/obj/machinery/mineral/processing_unit_console{ + density = 0; + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qzr" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/item/clothing/accessory/poncho/roles/cloak/qm, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"qzs" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Vacant Shop" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/steel, +/area/vacant/vacant_shop) +"qzG" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"qAa" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/vacant/vacant_office) +"qAJ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/maintenance/bar/lower) +"qBq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"qBD" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"qCm" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"qCU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"qDC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"qDX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qEJ" = ( +/obj/structure/table/rack/steel, +/obj/structure/window/reinforced, +/obj/machinery/light, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/tiled/dark, +/area/space) +"qFq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"qFw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance/engineering, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"qGC" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"qGM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"qHl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"qHn" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"qHu" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/crew_quarters/bar) +"qIi" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"qIv" = ( +/obj/machinery/suit_cycler/security, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"qJl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/gear_painter, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"qJn" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"qJs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"qJB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"qJK" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qKy" = ( +/obj/machinery/computer/roguezones, +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qKC" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"qLm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"qLz" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"qLK" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"qLQ" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qMe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"qMQ" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"qNm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"qNW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qOX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"qPa" = ( +/obj/machinery/mineral/input, +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"qPf" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"qQj" = ( +/obj/machinery/button/remote/blast_door{ + id = "armoryriot"; + name = "Emergency Armory Access"; + pixel_x = -25; + pixel_y = -6; + req_access = list(3) + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qQk" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"qQn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"qQr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"qQK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qQT" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/space) +"qQV" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/security{ + name = "Shuttle Bay Control Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled, +/area/space) +"qRL" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/bridge) +"qSI" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"qTf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/landmark/spawnpoint/job/janitor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/space) +"qTR" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/arcade, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/bar) +"qUa" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"qUi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"qVB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"qWf" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"qWi" = ( +/turf/space, +/area/shuttle/belter) +"qWj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qWI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"qXp" = ( +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 38 + }, +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = 32 + }, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"qYk" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/plastic, +/turf/simulated/floor/tiled, +/area/space) +"qYQ" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/window/reinforced/polarized/full{ + id = "Interr"; + name = "interrogation window" + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/interrogation) +"qYV" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled, +/area/space) +"rav" = ( +/obj/machinery/power/apc/south_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"raJ" = ( +/obj/structure/table/bench/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/landmark/spawnpoint/job/security_officer, +/turf/simulated/floor/tiled/monotile, +/area/space) +"rbk" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/item/suit_cooling_unit, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"rbz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"rck" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/space) +"rcQ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/obj/machinery/button/remote/airlock{ + id = "dorm3"; + name = "Room 3 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"rda" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"rdy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"rdZ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Shower"; + req_access = list() + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/Dorm_10) +"res" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"rff" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"rfh" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"rfn" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Cell Block"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"rfy" = ( +/obj/structure/table/marble, +/obj/item/storage/pill_bottle/dice_nerd, +/obj/item/deck/cards, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/light, +/obj/item/deck/unus{ + pixel_x = 7 + }, +/obj/item/deck/cah{ + pixel_x = -8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"rgJ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"rgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"rhe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"rhf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/space) +"rhq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Solars"; + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"rhS" = ( +/obj/structure/table/reinforced, +/obj/item/forensics/sample_kit, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"rit" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"riv" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/space) +"rix" = ( +/obj/structure/lattice, +/turf/space, +/area/quartermaster/miningdock) +"riA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"riD" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"riH" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"riR" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/ablative{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled/dark, +/area/space) +"rja" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"rjc" = ( +/turf/simulated/shuttle/wall/voidcraft/no_join, +/area/quartermaster/miningdock) +"rjp" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"rjt" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/space) +"rjz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"rjI" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rjR" = ( +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"rkb" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "victory_annex_dock"; + pixel_x = 26; + pixel_y = -1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/space) +"rko" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rlo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"rlx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"rlU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"rmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"rnB" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"rnP" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/victory/surfacebase/bar_backroom) +"rot" = ( +/obj/structure/table/reinforced, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/space) +"rpl" = ( +/obj/landmark/spawnpoint/job/cargo_technician, +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"rpu" = ( +/obj/machinery/camera/network/prison, +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/phase, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/phase, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/phase, +/turf/simulated/floor/tiled, +/area/security/prison) +"rpY" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"rqa" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rqb" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"rqf" = ( +/obj/structure/closet/secure_closet/detective, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/lino, +/area/space) +"rqL" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security Reception"; + req_access = list(); + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled/dark, +/area/security/lobby) +"rrG" = ( +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled, +/area/space) +"rrW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"rsc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"rtd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"rtl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"rtT" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/space) +"rua" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/space) +"rul" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"rvv" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"rwf" = ( +/obj/machinery/camera/network/cargo{ + dir = 4 + }, +/obj/structure/sign/department/cargo{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/space) +"rwg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rwl" = ( +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/tiled/dark, +/area/space) +"rwt" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"rwE" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"rxu" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"rxJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/table/marble, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/gun/ballistic/shotgun/pump/rifle/lever/win1895, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"rxU" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"ryo" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"ryB" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/prison) +"ryZ" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"rzj" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/item/reagent_containers/glass/cooler_bottle, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"rzr" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/bar/lower) +"rAR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"rBm" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Permanent Confinement"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"rBD" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"rBW" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"rCS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"rDh" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"rEN" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"rFh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"rFp" = ( +/obj/machinery/camera/network/security{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/table/steel, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/space) +"rFC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair/shuttle, +/turf/simulated/floor/tiled/steel, +/area/space) +"rFT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rGl" = ( +/turf/space/basic, +/area/quartermaster/foyer) +"rGC" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"rGM" = ( +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell 1"; + name = "Cell 1"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"rHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rHD" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"rIH" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/dormitory) +"rJX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/button/remote/airlock{ + id = "dorm11"; + name = "Room 11 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"rKt" = ( +/obj/machinery/newscaster, +/turf/simulated/wall/r_wall, +/area/victory/surfacebase/bar_backroom) +"rKF" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/kitchen) +"rMp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"rNs" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/maintenance/bar/lower) +"rNI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"rNK" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"rNW" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rOb" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"rOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"rOw" = ( +/obj/machinery/power/apc/north_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"rOX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/space) +"rPs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"rPE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rPO" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"rPT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"rQl" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/machinery/status_display/supply_display{ + mode = 99; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"rQZ" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/lobby) +"rRe" = ( +/obj/machinery/door/airlock/maintenance/sec{ + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"rRg" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"rRy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"rRV" = ( +/turf/space/basic, +/area/security/range) +"rSn" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"rST" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"rTp" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"rTA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"rUe" = ( +/obj/machinery/fitness/heavy/lifter, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rUI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"rVo" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"rVt" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Cargo Subgrid"; + name_tag = "Cargo Subgrid" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"rVx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"rWk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/recreation_area) +"rWH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"rWO" = ( +/obj/map_helper/airlock/door/simple, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"rXf" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"rYa" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/ladder/up, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/space) +"rYj" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/turf/simulated/floor/plating, +/area/vacant/vacant_shop) +"rZC" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Bar"; + req_access = list(25); + req_one_access = list(25) + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"rZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"rZX" = ( +/obj/machinery/cryopod, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"saa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"sap" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/item/instrument/violin, +/turf/simulated/floor/wood, +/area/space) +"sat" = ( +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/space) +"saA" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/central) +"sbr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"sbB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"sbK" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/space) +"sbV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"sca" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/table/rack/shelf/steel, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/turf/simulated/floor/tiled/dark, +/area/space) +"scW" = ( +/turf/simulated/floor/wood, +/area/station/stairs_two) +"seX" = ( +/obj/structure/bed/chair, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"sfg" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/legguards/riot{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/clothing/accessory/armor/armguards/riot{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sfl" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"sfp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sft" = ( +/obj/machinery/light, +/obj/machinery/computer/arcade, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"sfB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"sfT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"shl" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/space) +"shK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"shQ" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"shT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"sij" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"siq" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"sje" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sjT" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/steel, +/area/space) +"sjZ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"slc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/map_helper/access_helper/airlock/station/service/janitor, +/turf/simulated/floor/plating, +/area/space) +"slX" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"smu" = ( +/obj/structure/table/steel, +/obj/item/tape_recorder, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"smw" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"smZ" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"snt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"snx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"snz" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"sow" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"soA" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"spT" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sqj" = ( +/turf/space/basic, +/area/security/hanger) +"sqQ" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/toilet) +"srn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"stN" = ( +/obj/structure/lattice, +/turf/simulated/floor/airless/ceiling, +/area/quartermaster/warehouse) +"suq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"swb" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/prison/cell_block) +"swp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"swq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/closet/jcloset, +/obj/random/soap, +/obj/item/mop, +/obj/item/storage/bag/trash, +/obj/item/lightreplacer, +/obj/item/reagent_containers/glass/rag/sponge, +/obj/item/reagent_containers/glass/rag/sponge, +/turf/simulated/floor/tiled/dark, +/area/space) +"swC" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"swE" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Locker Room"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled/dark, +/area/space) +"swK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"sxj" = ( +/obj/machinery/mineral/output, +/obj/machinery/conveyor{ + dir = 4; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"sya" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"syh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"sze" = ( +/turf/simulated/wall/prepainted/security, +/area/maintenance/security/port) +"szg" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"szl" = ( +/obj/structure/closet/secure_closet/bar, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/clothing/accessory/permit/gun/bar, +/obj/item/paper{ + info = "This permit signifies that the Bartender is permitted to posess this firearm in the bar, and ONLY the bar. Failure to adhere to this permit will result in confiscation of the weapon and possibly arrest."; + name = "Shotgun permit" + }, +/obj/item/clothing/suit/armor/vest, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/obj/item/gun/ballistic/shotgun/doublebarrel, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"szv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"szA" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"sAf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sAx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_5) +"sBt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"sBO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"sCc" = ( +/obj/structure/table/steel, +/obj/item/storage/box/evidence{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/hand_labeler, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"sCA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"sCK" = ( +/obj/machinery/smartfridge, +/turf/simulated/floor/plating, +/area/hydroponics) +"sCZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"sDt" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"sDF" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"sDU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"sEg" = ( +/obj/structure/flora/pottedplant/orientaltree, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"sEh" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"sEw" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"sEy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"sEK" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/cell_charger, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"sFl" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"sFq" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/remote/airlock{ + id = "bartoliet1"; + name = "Bar Toilet 1 Lock"; + pixel_y = -10; + specialfunctions = 4; + pixel_x = 24; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"sFY" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"sGD" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"sGF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"sGV" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sHt" = ( +/obj/machinery/airlock_sensor{ + dir = 1; + id_tag = "victory_annex_dock"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "victory_annex_dock_pump" + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/plating, +/area/space) +"sIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"sIN" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/vacant/vacant_office) +"sJf" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Crew Quarters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"sJj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"sJm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sJp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"sJy" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"sJK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/structure/sign/department/interrogation{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sJN" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hos) +"sJS" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/mining_main/refinery) +"sKe" = ( +/obj/structure/closet/gmcloset{ + name = "formal wardrobe" + }, +/obj/item/glass_jar, +/obj/item/retail_scanner/civilian, +/obj/item/retail_scanner/civilian, +/obj/item/clothing/accessory/hawaii/random, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"sKM" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/crew_quarters/kitchen) +"sLn" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "32-8" + }, +/turf/simulated/open, +/area/maintenance/cargo) +"sLo" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/storage) +"sLV" = ( +/obj/machinery/smartfridge/drinks, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"sMf" = ( +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/tiled/dark, +/area/space) +"sMZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"sNd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"sOg" = ( +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/wood, +/area/space) +"sPQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"sQF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/detectives_office) +"sQR" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"sRa" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/buildable{ + RCon_tag = "Deck 2 Grid"; + cur_coils = 3 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"sRb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sRg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"sRB" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/bed/double/padded, +/obj/random/bedsheet/double, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"sSh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"sSw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"sSF" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sSS" = ( +/obj/landmark/spawnpoint/job/botanist, +/turf/simulated/floor/tiled, +/area/hydroponics) +"sTV" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/obj/item/stamp/cargo, +/obj/item/stamp/denied{ + pixel_x = 7 + }, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"sUc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"sUf" = ( +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"sUR" = ( +/obj/structure/sign/warning/secure_area{ + pixel_x = -32 + }, +/turf/simulated/wall/r_wall/prepainted/command, +/area/security/nuke_storage) +"sUS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door_timer/cell_3{ + id = "Cell 1"; + name = "Cell 1"; + pixel_x = 32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"sUT" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"sVe" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"sWf" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sXd" = ( +/obj/machinery/hyperpad/centre{ + map_pad_id = "lavaland_station"; + map_pad_link_id = "lavaland_away"; + newcolor = "#fcba03" + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/office) +"sXA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"sXU" = ( +/obj/structure/cryofeed{ + dir = 4 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"sYm" = ( +/obj/structure/stairs/spawner/south, +/turf/simulated/floor/tiled, +/area/space) +"sYq" = ( +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"sYw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"sZw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"sZy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"sZK" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"sZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"tbe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"tbT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"tcb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"tdp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"tdE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"tdS" = ( +/obj/structure/fitness/weightlifter, +/turf/simulated/floor/tiled/dark, +/area/space) +"teb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"teq" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"tet" = ( +/obj/structure/closet/walllocker{ + pixel_y = 32 + }, +/obj/item/pickaxe/silver, +/obj/item/pickaxe/silver, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/clothing/suit/space/void/mining, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"tey" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"teE" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"teR" = ( +/obj/structure/curtain/open/shower/engineering, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"tfe" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/holosign/bar{ + id = "cafesign1"; + pixel_y = 38 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tft" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/barrestroom) +"tfV" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"tfX" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"tgq" = ( +/obj/machinery/computer/security/telescreen{ + pixel_x = 32 + }, +/obj/machinery/chemical_dispenser/catering/bar_soft{ + pixel_y = 8 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"thb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/security/security_processing) +"thn" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"thP" = ( +/obj/structure/closet/toolcloset, +/obj/item/storage/toolbox/mechanical, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/item/stack/cable_coil/random, +/obj/fiftyspawner/wood, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/fiftyspawner/steel, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"tiA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"tiK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"tjr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tkp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/station/stairs_two) +"tkN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"tlc" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"tlm" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"tlt" = ( +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"tlx" = ( +/obj/machinery/camera/network/engineering, +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Reserve Fuel" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tlE" = ( +/obj/machinery/shower{ + pixel_y = 17 + }, +/obj/structure/curtain/open/shower/security, +/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/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"tlN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Fitness Room" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"tmh" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tmo" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_1) +"tmT" = ( +/obj/structure/table/marble, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"tnh" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/drinkingglass/soda, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"tnm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced/airless, +/area/space) +"tnU" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"tos" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"toA" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/station/stairs_two) +"tpb" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/tiled/techfloor, +/area/hydroponics) +"tqv" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"tqK" = ( +/obj/structure/table/steel, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"tqQ" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tra" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"trX" = ( +/obj/machinery/door/airlock/voidcraft{ + frequency = 2020; + id_tag = "belt_shuttle_exterior" + }, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"tsi" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"tsO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"tsP" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"ttV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ttX" = ( +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/tiled/dark, +/area/space) +"tuG" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"tuJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"tuS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"tvd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/sblucarpet, +/area/space) +"tvu" = ( +/obj/item/paper_bin, +/obj/item/clothing/glasses/sunglasses, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/table/woodentable, +/obj/item/handcuffs, +/obj/machinery/light, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"tvR" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"txm" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"txD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"txF" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"txR" = ( +/obj/machinery/suit_cycler/headofsecurity, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"tyc" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"tzh" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/hallway/primary/port) +"tzE" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"tzO" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/sleep/Dorm_7) +"tBR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tBU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armorylight"; + name = "Light Armory Acccess" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tCS" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/quartermaster/miningdock) +"tCW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tDs" = ( +/obj/machinery/appliance/cooker/grill, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"tDS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"tEg" = ( +/turf/simulated/wall, +/area/crew_quarters/showers) +"tEz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"tEV" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/tiled, +/area/maintenance/dormitory) +"tFe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"tFp" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/space) +"tGf" = ( +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "kitchen-c"; + name = "Kitchen Service Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/smartfridge/food, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/kitchen) +"tGl" = ( +/obj/structure/adherent_pylon, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"tGm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tGo" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"tGX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/marble, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"tHl" = ( +/turf/space/basic, +/area/quartermaster/warehouse) +"tHt" = ( +/obj/structure/railing, +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"tHz" = ( +/obj/effect/floor_decal/corner/red{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"tIe" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/southright{ + name = "Jetpack Storage"; + req_access = list(1,2,18); + req_one_access = list() + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/turf/simulated/floor/tiled, +/area/space) +"tJa" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"tJc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"tJl" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"tJm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"tJH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/closet/wardrobe, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"tJL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/space) +"tJR" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/crew_quarters/sleep/Dorm_1) +"tKs" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "solar_dock"; + name = "exterior access button"; + pixel_x = -26; + pixel_y = 26 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"tKL" = ( +/obj/structure/cryofeed, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"tLj" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/decorative, +/obj/machinery/button/remote/airlock{ + id = "dorm2"; + name = "Room 2 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"tMv" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/legguards/ballistic{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/accessory/armor/armguards/ballistic{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/clothing/head/helmet/ballistic{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tMI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"tOa" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"tOk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"tOX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"tPv" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tPV" = ( +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/bed/chair/sofa, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"tQM" = ( +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/light_switch{ + name = "light switch "; + pixel_x = 32; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"tRn" = ( +/obj/effect/shuttle_landmark/victory/deck2/trade, +/turf/space, +/area/space) +"tRU" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/survival_knife{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/box/survival_knife{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/storage/box/survival_knife{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/survival_knife{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/storage/box/survival_knife, +/obj/item/storage/box/survival_knife, +/turf/simulated/floor/tiled/dark, +/area/space) +"tSp" = ( +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"tSw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"tSD" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"tSW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tTC" = ( +/obj/structure/ladder/up, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"tTL" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"tUu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"tUx" = ( +/obj/item/radio/beacon, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"tUH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"tVp" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tWi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tWk" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/security/hallway) +"tXi" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tYa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"tYn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/east_mount, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"tYA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"tZw" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"tZC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/old_cargo/white, +/area/space) +"uap" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 8; + pressure_resistance = 750; + target_pressure = 750 + }, +/turf/simulated/floor/plating, +/area/space) +"uaW" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"ubo" = ( +/obj/structure/table/steel, +/obj/item/storage/box/handcuffs{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/item/storage/box/nifsofts_security{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/storage/box/evidence{ + pixel_x = -2; + pixel_y = 16 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ubu" = ( +/obj/structure/table/reinforced, +/obj/machinery/microscope, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"ucb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"ucC" = ( +/obj/structure/table/marble, +/obj/item/storage/box/donkpockets, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"udc" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "BrigFoyer"; + name = "Security" + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/prison/cell_block) +"udA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ueK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/space) +"ufd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"ufk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"ufr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm5"; + name = "Dorm 5" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_5) +"ufN" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Community Theater" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"ufS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"uga" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"uhh" = ( +/obj/structure/bed/chair/sofa/left, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"uiL" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"ujm" = ( +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/structure/closet/crate/secure{ + name = "Silver Crate"; + req_access = list(19) + }, +/obj/item/coin/silver, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"uke" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + req_access = list(1,2,18) + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/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/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"ukA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 5 + }, +/obj/structure/closet/secure_closet/hydroponics{ + req_access = list(28) + }, +/obj/structure/curtain/open/bed{ + name = "brown curtain"; + pixel_y = 32 + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/tiled, +/area/hydroponics) +"ulu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"ulX" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"umL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"umU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch{ + name = "Port Nacelle"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/engineering/department, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"umW" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/space) +"unc" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"unv" = ( +/obj/structure/bed/padded, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"uob" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/tiled, +/area/space) +"uoF" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Security Lobby" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"uoN" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/warden, +/turf/simulated/floor/tiled/dark, +/area/space) +"upe" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"upi" = ( +/obj/machinery/computer/supplycomp/control{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"upO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/bed/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"uqa" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"uqm" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"utM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"utN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/space) +"uuD" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uvk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/Dorm_10) +"uvE" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/cargo) +"uxk" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "RIG Storage"; + req_access = list(1,2,18) + }, +/obj/structure/window/reinforced, +/obj/machinery/light, +/obj/item/hardsuit/hazard/equipped, +/turf/simulated/floor/tiled, +/area/space) +"uxq" = ( +/obj/structure/table/steel, +/obj/structure/bedsheetbin, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"uxu" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/space) +"uxC" = ( +/turf/simulated/floor/lino, +/area/security/detectives_office) +"uxL" = ( +/turf/space/basic, +/area/security/tactical) +"uyg" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"uyH" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"uAB" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/vending/loadout/clothing, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"uBj" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/toy/syndicateballoon{ + desc = "There is a tag on the back that reads \"FUK NT!11!\". There also seems to be a few names crossed out on the tag... I wonder why we have this even." + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"uBn" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armoryriot"; + name = "Emergency Armory Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"uBD" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uBJ" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/corner/blue/full, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/space) +"uCB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"uCF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uDz" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"uDJ" = ( +/obj/machinery/requests_console/preset/janitor{ + pixel_x = -33 + }, +/obj/structure/table/marble, +/obj/item/lightreplacer, +/obj/item/lightreplacer, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/item/holosign_creator, +/obj/item/holosign_creator, +/obj/item/holosign_creator, +/obj/item/holosign_creator, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/lightreplacer, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"uDY" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/closet/secure_closet/warden, +/obj/item/book/manual/security_space_law, +/turf/simulated/floor/tiled/dark, +/area/space) +"uEa" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"uFv" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm8"; + name = "Room 8 Lock"; + pixel_x = 24; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/space) +"uFJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"uFS" = ( +/turf/space/basic, +/area/security/riot_control) +"uGb" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"uGe" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"uGM" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"uGQ" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"uHZ" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"uIj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"uII" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"uJP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/mob/living/simple_mob/animal/passive/penguin/emperor{ + desc = "There's a tag on this pengiun that says Skipper. You're not even sure where the chef found them."; + name = "Skipper" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"uKf" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/old_cargo/red, +/area/security/security_processing) +"uKN" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"uLV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"uMo" = ( +/obj/machinery/button/remote/blast_door{ + id = "armorylight"; + name = "Light Armory Access"; + pixel_x = -6; + pixel_y = -25; + req_access = list(3) + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/space) +"uMr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"uMv" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"uMw" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_10) +"uMI" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"uMJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"uMW" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/window/reinforced/polarized/full{ + id = "Interr"; + name = "interrogation window" + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/interrogation) +"uNd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"uOa" = ( +/obj/structure/flora/pottedplant/smalltree, +/turf/simulated/floor/carpet/bcarpet, +/area/space) +"uOC" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"uOD" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/suit_cooling_unit, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/headofsecurity, +/obj/item/clothing/head/helmet/space/void/headofsecurity, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Prototype Hardsuit Storage"; + req_access = list(58) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/obj/item/hardsuit/hazard/equipped, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"uOJ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/belter) +"uPo" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"uPt" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/quartermaster/foyer) +"uPD" = ( +/obj/machinery/scale, +/turf/simulated/floor/wood, +/area/crew_quarters/showers) +"uPE" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"uQB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"uQL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"uRr" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"uRs" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/appliance/cooker/fryer, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"uRS" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/space) +"uSQ" = ( +/turf/simulated/wall/prepainted/cargo, +/area/quartermaster/qm) +"uTl" = ( +/obj/random/trash_pile, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar/lower) +"uVm" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"uWd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"uWw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/foyer) +"uXK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"uXZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm9"; + name = "Dorm 9" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/space) +"uYk" = ( +/turf/space/basic, +/area/maintenance/bar/lower) +"uYl" = ( +/obj/structure/closet/secure_closet/freezer/fridge{ + anchored = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"uZU" = ( +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area) +"vaG" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/fleet/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/obj/item/clothing/under/oricon/utility/marine/security, +/turf/simulated/floor/tiled, +/area/space) +"vbi" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/basic, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/space) +"vbN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"vcl" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/security{ + layer = 2.8; + name = "Security Tool Storage"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/security/lobby) +"vcI" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"vcK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"vem" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"veG" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/item/storage/box/flashbangs{ + pixel_y = 7 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/red/full, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/storage/box/flashbangs, +/turf/simulated/floor/tiled/dark, +/area/space) +"veV" = ( +/obj/item/stool/padded, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vfK" = ( +/obj/structure/closet/secure_closet/hos, +/obj/item/clothing/accessory/poncho/roles/cloak/hos, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"vfQ" = ( +/obj/random/trash_pile, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"vfS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"vgg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"vgo" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"vgu" = ( +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"vig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vil" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space) +"vir" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"viC" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Stroage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"viO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"viX" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches/large{ + pixel_y = -2 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/storage/pouches/large/navy{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/storage/pouches/large/navy{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"vjl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/space) +"vjB" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"vjE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"vjP" = ( +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"vks" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"vkE" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"vlr" = ( +/turf/simulated/wall/prepainted/security, +/area/space) +"vlz" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"vlV" = ( +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"vmc" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_3) +"vmw" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/hos) +"vmH" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"vmO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_2) +"vnb" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"vnn" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"vny" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vnG" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/security/lobby) +"vnL" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/crew_quarters/sleep/Dorm_2) +"vov" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/structure/curtain/open/bed{ + anchored = 1; + name = "curtain" + }, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/victory/surfacebase/bar_backroom) +"voG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"voZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair/shuttle, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"vqq" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vqJ" = ( +/turf/space/basic, +/area/security/detectives_office) +"vrn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"vrX" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/victory/surfacebase/mining_main/eva) +"vsa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"vtg" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/camera/network/security, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"vtk" = ( +/obj/machinery/light, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_7) +"vty" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/space) +"vtX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/space) +"vuo" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"vuy" = ( +/obj/structure/bed/chair/sofa{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vuG" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/airless, +/area/quartermaster/miningdock) +"vuJ" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/sleep/cryo) +"vvf" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Solar Farm - SMES 1" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"vvm" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/space) +"vvp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"vvs" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"vvt" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"vvP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"vvQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vwk" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/hydroponics) +"vws" = ( +/obj/structure/table/reinforced, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled, +/area/security/prison) +"vwu" = ( +/obj/machinery/smartfridge, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/kitchen) +"vww" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"vwE" = ( +/obj/structure/bed/chair/sofa/right, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vwS" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vxW" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "mining_interior" + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"vyT" = ( +/obj/machinery/mineral/output, +/obj/structure/window/reinforced, +/obj/machinery/conveyor{ + dir = 1; + id = "mining_interior" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/mining_main/refinery) +"vzq" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/target_stake, +/turf/simulated/floor/tiled/old_tile/red, +/area/space) +"vAu" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/victory/surfacebase/mining_main/uxstorage) +"vBf" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"vCj" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"vCA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"vCU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"vDq" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"vDu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/atm{ + pixel_x = -33 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"vDv" = ( +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/item/reagent_containers/glass/rag/sponge, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"vDU" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"vEb" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/item/instrument/bikehorn, +/turf/simulated/floor/tiled, +/area/space) +"vEk" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"vEp" = ( +/obj/landmark/spawnpoint/job/detective, +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"vEz" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/table/woodentable, +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"vFB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Firing Range"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"vFG" = ( +/turf/space, +/area/space) +"vHa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"vHh" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/monotile, +/area/victory/surfacebase/bar_backroom) +"vIT" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/vending/loadout/costume, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"vIU" = ( +/obj/machinery/camera/network/cargo{ + dir = 8 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "cargo_bay"; + pixel_x = 28 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"vJD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"vKc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"vLd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "dorm11"; + name = "Dorm 11" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_6) +"vLy" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/status_display/supply_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"vMh" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"vNc" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/lino, +/area/space) +"vNt" = ( +/obj/effect/floor_decal/corner/white/border{ + dir = 1 + }, +/obj/machinery/dnaforensics, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"vOk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"vOA" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/space) +"vOD" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"vOE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"vQf" = ( +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"vQs" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clothing/accessory/armor/tag/nts{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armor/tag/ntc{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/tag/ntc{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/accessory/armor/tag/ntbs{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/clothing/accessory/armor/tag/ntbs{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"vSR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"vTg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vUa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vUy" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/item/instrument/trumpet, +/turf/simulated/floor/wood, +/area/space) +"vUZ" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor/plating, +/area/space) +"vVj" = ( +/obj/structure/table/woodentable, +/obj/item/book/manual/security_space_law, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/space) +"vVy" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/secure/large/reinforced{ + anchored = 1; + desc = "A hefty, reinforced metal crate with an electronic locking system. It's securely bolted to the floor and cannot be moved."; + name = "gun safe"; + req_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"vVU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"vWN" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"vWU" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/security/nuke_storage) +"vYG" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"vYQ" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/recreation_area) +"vZO" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"wan" = ( +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/shaft_miner, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"wbI" = ( +/turf/simulated/floor/tiled/white, +/area/maintenance/bar/lower) +"wch" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/hallway/primary/port) +"wcB" = ( +/obj/structure/table/steel, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"wcN" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"wdy" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wdM" = ( +/turf/simulated/floor/carpet/turcarpet, +/area/crew_quarters/recreation_area_hallway) +"weX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"weZ" = ( +/obj/landmark/observer_spawn, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + id = "bar"; + name = "Bar Shutters" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wfl" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/heads/hos) +"wfu" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/showers) +"wgh" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/door/airlock/glass/security{ + name = "Brig"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled/dark, +/area/space) +"wgv" = ( +/obj/random/trash_pile, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"wgF" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"whc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"wiL" = ( +/turf/simulated/wall/r_wall/prepainted/cargo, +/area/quartermaster/warehouse) +"wjc" = ( +/turf/space/basic, +/area/space) +"wjt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"wjD" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/space) +"wjT" = ( +/turf/space/basic, +/area/crew_quarters/fitness) +"wjU" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"wkw" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"wlm" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/flora/pottedplant/fern, +/turf/simulated/floor/wood, +/area/vacant/vacant_shop) +"wmc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"wmf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/prison/cell_block) +"wmr" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_cargo/white, +/area/victory/surfacebase/tram) +"wmE" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/structure/dogbed, +/mob/living/simple_mob/animal/sif/fluffy, +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"wni" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wnq" = ( +/obj/machinery/vending/security, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/space) +"wnE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"woa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"woO" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/plating, +/area/maintenance/substation/cargo) +"wpe" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"wpx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wqn" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/crew_quarters/showers) +"wqI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/landmark/spawnpoint/job/janitor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/space) +"wqQ" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/fern, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"wrd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/obj/machinery/door/airlock/glass/mining{ + name = "Magmatic Rift Leap Pad"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"wre" = ( +/turf/space/basic, +/area/hydroponics) +"wsT" = ( +/obj/machinery/light, +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/wood, +/area/space) +"wtL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"wtS" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled, +/area/space) +"wue" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"wuH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"wuQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"wuV" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/space) +"wvw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/maintenance/dormitory) +"wvM" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/item/stool/padded, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wxf" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wxv" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/space) +"wxD" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 7 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/space) +"wxQ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"wxR" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"wya" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wye" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"wym" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Firing Range"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"wyR" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"wzk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/maintenance/bar/lower) +"wzI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"wzQ" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/hallway) +"wAB" = ( +/obj/structure/flora/pottedplant/stoutbush, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hos) +"wBX" = ( +/obj/machinery/vending/security, +/obj/machinery/camera/network/security{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wCi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/stool/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wCm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"wCV" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/camera/network/security{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/security/lobby) +"wES" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/space) +"wEU" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/security/hallway) +"wFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"wFL" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/lime/border, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/space) +"wFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"wFO" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"wGB" = ( +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled/dark, +/area/space) +"wGI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/space) +"wGM" = ( +/turf/space/basic, +/area/security/prison) +"wHy" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_y = -5 + }, +/obj/item/folder/blue{ + pixel_y = -3 + }, +/obj/item/folder/red, +/obj/item/storage/box/swabs{ + layer = 5 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled/old_cargo/white, +/area/security/detectives_office) +"wHH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/old_tile/gray, +/area/space) +"wIB" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"wJt" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"wJY" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"wKc" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/dark, +/area/maintenance/bar/lower) +"wKj" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"wKk" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"wKL" = ( +/turf/simulated/wall/prepainted/civilian, +/area/space) +"wLu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"wLw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/maintenance/dormitory) +"wLD" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plating, +/area/space) +"wLS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"wMo" = ( +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/wood, +/area/space) +"wME" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/space) +"wNN" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"wOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/space) +"wOo" = ( +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_11) +"wPf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/maintenance/dormitory) +"wQg" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor/airless, +/area/quartermaster/miningdock) +"wQh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled/steel, +/area/space) +"wQE" = ( +/obj/structure/dogbed, +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/mob/living/simple_mob/animal/passive/bird/ringneck_dove{ + desc = "The bartenders newest pet on the station. They seem like they want to help you out."; + name = "Brewster" + }, +/turf/simulated/floor/wood, +/area/space) +"wQX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"wRr" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/space) +"wRx" = ( +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"wRQ" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"wRV" = ( +/obj/structure/bed/padded, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/random/bedsheet, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_4) +"wSh" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"wSQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"wST" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/obj/structure/curtain/black, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/vacant/vacant_shop) +"wTt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"wTG" = ( +/obj/item/stack/cable_coil/yellow, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"wUb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"wUd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"wUh" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm1"; + name = "Room 1 Lock"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"wUy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/mining{ + name = "Mining Prep Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/supply/mining, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"wUB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/door/window{ + desc = "Electric Hazard Behind. Enter at own risk"; + dir = 1; + name = "Electron Reservoir"; + req_one_access = list() + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"wUX" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloor, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/space) +"wVH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"wWd" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/crew_quarters/sleep/Dorm_9) +"wWe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/foyer) +"wWE" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/red/border, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wXo" = ( +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/Dorm_2) +"xah" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/turf/simulated/floor/wood, +/area/space) +"xaz" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xaB" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/space) +"xaC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xbR" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xcL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xcM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/Dorm_10) +"xdl" = ( +/obj/landmark/spawnpoint/latejoin/station/cryogenics, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"xdn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"xfA" = ( +/obj/structure/table/steel, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/storage/box/evidence{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = -7 + }, +/turf/simulated/floor/tiled, +/area/security/hallway) +"xfE" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/security{ + name = "Visitation"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"xfO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/rack, +/obj/item/clothing/ears/earmuffs/headphones, +/obj/item/clothing/ears/earmuffs/headphones, +/obj/item/clothing/ears/earmuffs/headphones, +/obj/item/clothing/ears/earmuffs/headphones, +/turf/simulated/floor/carpet, +/area/space) +"xfV" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/tiled/dark, +/area/space) +"xgB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/obj/machinery/recipe_lookup/drinks{ + pixel_y = 32; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/bar) +"xgY" = ( +/turf/simulated/floor/wood, +/area/quartermaster/qm) +"xhI" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xio" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/mining_operations, +/obj/machinery/door/airlock/glass/mining{ + name = "Magmatic Rift Leap Pad"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"xiQ" = ( +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/tiled/techfloor, +/area/hydroponics) +"xiX" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"xjf" = ( +/obj/structure/closet/wardrobe, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/space) +"xjC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/closet/crate/trashcart, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/space) +"xjI" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"xjJ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/bed/chair/sofa/left, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xlD" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"xlH" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/crew_quarters/sleep/Dorm_9) +"xlN" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xlY" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_1) +"xmk" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"xml" = ( +/turf/simulated/floor/tiled, +/area/space) +"xmA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"xnh" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"xnG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/dormitory) +"xod" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/hallway/primary/port) +"xoC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"xoX" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"xoY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"xpH" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"xqe" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"xqQ" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"xqT" = ( +/obj/machinery/vending/loadout/uniform, +/turf/simulated/floor/tiled/dark, +/area/vacant/vacant_shop) +"xrc" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/cargo) +"xrJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/station/stairs_two) +"xtn" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/interrogation) +"xtX" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/port) +"xuj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"xvA" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console/preset/security{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/item/radio/intercom/department/security{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"xvK" = ( +/turf/space/basic, +/area/security/brig) +"xwD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xwF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"xxv" = ( +/obj/machinery/mineral/input, +/obj/effect/floor_decal/industrial/loading, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"xxx" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"xxI" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/crew_quarters/recreation_area) +"xyM" = ( +/obj/structure/grille, +/obj/structure/window/phoronreinforced/full{ + icon_state = "phoronwindow0" + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xyS" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"xyU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xzk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"xAR" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"xCh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/crystal, +/area/station/stairs_two) +"xDo" = ( +/obj/machinery/papershredder, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hos) +"xDu" = ( +/obj/structure/table/rack/shelf/steel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/pcarrier/riot{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = 11; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xDD" = ( +/obj/effect/floor_decal/corner/red, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/vacant/vacant_shop) +"xEP" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/sterile/latex, +/obj/item/reagent_containers/syringe, +/turf/simulated/floor/tiled/old_cargo/white, +/area/crew_quarters/heads/hos) +"xFI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/table/steel_reinforced, +/obj/item/retail_scanner/security, +/turf/simulated/floor/tiled/dark, +/area/space) +"xGn" = ( +/obj/structure/closet/firecloset, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/stairs_two) +"xGx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/space) +"xHo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep/Dorm_1) +"xHr" = ( +/turf/space/basic, +/area/security/forensics) +"xHw" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"xHC" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/wood, +/area/space) +"xHT" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/prison/cell_block) +"xJc" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/security/security_processing) +"xJN" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"xKx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"xKN" = ( +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xKY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security EVA"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/brig, +/turf/simulated/floor/tiled, +/area/security/prison) +"xLM" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"xMQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xMX" = ( +/obj/machinery/light, +/obj/structure/table/steel, +/obj/item/reagent_containers/glass/bucket/wood, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xNy" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/security/hallway) +"xNR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/sleep/Dorm_8) +"xNV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xOq" = ( +/obj/machinery/holopad, +/obj/machinery/camera/network/security{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/bar_backroom) +"xOx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xOE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/freezer) +"xOY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"xPR" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/dark, +/area/security/prison) +"xQE" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm9"; + name = "Room 9 Lock"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"xSH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"xSK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/storage) +"xSR" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled, +/area/space) +"xTI" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"xUj" = ( +/turf/simulated/wall/r_wall/prepainted/engineering, +/area/crew_quarters/sleep/Dorm_9) +"xUA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + id_tag = "detdoor"; + name = "Forensics Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/space) +"xUJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"xUZ" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian) +"xVr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"xWL" = ( +/turf/simulated/floor/wood, +/area/hallway/primary/port) +"xXf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"xXC" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/space) +"xXX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"xYB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 4 + }, +/obj/machinery/requests_console/preset/cargo{ + pixel_x = 30 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "belter_docking"; + name = "Belting Dock Controller"; + pixel_x = 24; + pixel_y = 30; + req_one_access = list(13,31) + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"xZC" = ( +/obj/machinery/button/remote/blast_door{ + id = "portnacelle_blastdoor"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"yaJ" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/airless, +/area/victory/surfacebase/mining_main/eva) +"yaM" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"yaR" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/monotile, +/area/security/hallway) +"ybi" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/reinforced/airless, +/area/space) +"ybs" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/toilet) +"ycp" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/refinery) +"ycB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ydc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/monotile, +/area/security/lobby) +"ydh" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/tiled/techmaint, +/area/crew_quarters/bar) +"ydX" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/camera/network/civilian, +/obj/structure/flora/pottedplant/smalltree, +/turf/simulated/floor/wood, +/area/crew_quarters/recreation_area_hallway) +"ydZ" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/shuttle/belter) +"yex" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/tiled/techfloor, +/area/crew_quarters/sleep/cryo) +"yeO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/corner_oldtile/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/kitchen) +"yfM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/quartermaster/qm) +"yfP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ygj" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/mining_main/uxstorage) +"ygn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ygX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/bar) +"yhm" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/structure/curtain/black{ + anchored = 1 + }, +/obj/effect/paint_stripe/darkred, +/turf/simulated/floor, +/area/space) +"yhP" = ( +/turf/simulated/floor/tiled/steel, +/area/space) +"yhT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/hallway) +"yiz" = ( +/turf/space/basic, +/area/bridge) +"yiB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/fitness/punching_bag, +/turf/simulated/floor/wood, +/area/space) +"yjG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/landmark/spawnpoint/job/cargo_technician, +/turf/simulated/floor/tiled, +/area/quartermaster/warehouse) +"yjM" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"yke" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ykB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/space) +"ykQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Detective"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/security/forensics, +/turf/simulated/floor/lino, +/area/space) +"ykU" = ( +/obj/structure/bed/chair/sofa/right, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/bar) +"ylm" = ( +/obj/structure/table/bench/steel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/landmark/spawnpoint/job/security_officer, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ylI" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/space) + +(1,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(2,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(3,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(4,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +omy +omy +omy +omy +omy +omy +jkE +jkE +kvl +kvl +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(5,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kvl +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(6,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(7,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(8,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(9,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +yiz +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +yiz +yiz +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(10,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +yiz +wGM +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +yiz +yiz +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(11,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(12,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(13,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +pAN +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(14,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(15,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(16,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(17,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(18,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(19,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +jkE +kvl +jkE +jkE +vFG +vFG +jkE +jkE +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +xvK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(20,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +fiH +coJ +jkE +jkE +jkE +jkE +coJ +coJ +coJ +smZ +ilS +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +oEg +oEg +oEg +oEg +oEg +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +"} +(21,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +gkv +wjc +gkv +vFG +vFG +lcj +vFG +vFG +lcj +jkE +wjc +gkv +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +iIG +wjc +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +yhm +kNF +coJ +coJ +coJ +leY +ilS +coJ +coJ +eFO +gag +wvM +aLL +xaB +coJ +coJ +coJ +coJ +coJ +coJ +coJ +eOi +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xvK +xvK +xvK +xvK +xvK +xvK +xvK +oEg +oEg +oEg +oEg +oEg +oEg +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(22,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xqe +xqe +xqe +xqe +gtC +vFG +vFG +gtC +vFG +vFG +jkE +wjc +gkv +gkv +gkv +gkv +gkv +jkE +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +xfO +fNA +cca +rUe +fVI +cPf +tdS +exw +coJ +hBA +giN +wRr +iZN +ehz +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(23,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xqe +xqe +xqe +xqe +gtC +vFG +vFG +gtC +vFG +vFG +jkE +wjc +gkv +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +pbJ +irZ +paa +paa +chV +chV +paa +irZ +paa +chV +chV +paa +paa +paa +chV +coJ +bkT +kYD +kYD +jlz +nzi +fdX +fXG +cdS +ngv +jRS +ykB +ddJ +vvm +biT +coJ +wjc +coJ +fTz +man +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(24,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xqe +xqe +xqe +xqe +kyZ +oHh +dkj +oHh +oHh +cjh +gkv +wjc +gkv +wjc +wjc +wjc +wjc +bhB +ecY +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +pbJ +tPv +mSt +qHn +ada +nKA +vwE +mSt +hda +ada +nSx +ykU +mSt +eCS +paa +coJ +hzQ +wME +uxu +nyy +nzi +brs +xfV +rwl +vYG +xlN +fsB +lhA +kBs +cbr +coJ +wjc +coJ +bCK +coJ +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(25,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +xqe +xqe +xqe +xqe +rNW +tWi +aTb +xqe +ctF +xqe +wjc +gkv +gkv +gkv +gkv +gkv +dMY +mWK +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +iIG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +pbJ +liT +eCr +vuy +exQ +nKA +geU +jBi +mZd +boB +gsO +hTh +eCr +iTQ +paa +coJ +lSh +fLr +uxq +qot +qot +nMe +mOI +mOI +bqC +bED +jhP +rjI +sje +pSh +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(26,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +dKP +qQK +fGo +xqe +xqe +xqe +wjc +gkv +wjc +wjc +wjc +wjc +vil +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +iIG +iIG +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +pbJ +rff +rff +rNs +rNs +rNs +rNs +chV +chV +uhh +tmh +nNR +fpl +xaz +drN +tqQ +bUg +gzH +rpY +xjJ +iqZ +cVH +vov +eAa +joe +fnw +fnw +bIg +xOq +iUt +otr +otr +vlr +vlr +vlr +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(27,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +evX +cwK +imT +aoq +hfF +xqe +xqe +wjc +gkv +wjc +wjc +wjc +wjc +vil +mWK +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +aoS +aoS +bOp +szl +thP +fgu +jbv +bQy +vgo +vgo +vgo +vgo +vgo +vgo +vgo +rul +vgo +vgo +vgo +vgo +vgo +osR +eAa +vvt +tSp +tSp +sft +rKt +qTR +otr +otr +qMQ +vlr +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(28,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +evX +xyS +uLV +qQK +hfF +xqe +xqe +xqe +gkv +wjc +wjc +wjc +wjc +vil +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +pcp +aoS +mcG +mcG +wzk +fgu +xhI +vny +cFz +sVe +bIK +nKJ +nKJ +nKJ +nKJ +teb +vgo +vgo +vgo +vgo +qJn +osR +eAa +gST +tSp +tSp +xLM +ery +xKx +otr +otr +cEV +vlr +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(29,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +xqe +tlx +hQg +uLV +xqe +xqe +xqe +xqe +gkv +wjc +wjc +wjc +wjc +vil +mWK +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +aoS +aoS +mcG +ifA +hQC +fgu +nvl +yke +vgo +foH +nff +teq +mht +teq +mht +hra +vgo +vgo +ojq +qQk +wCm +osR +eAa +eKv +qmt +vHh +rmM +rNI +men +itV +otr +aKP +vlr +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(30,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +kPQ +jpd +fGo +dxs +dxs +xqe +xqe +gkv +gkv +gkv +gkv +gkv +dMY +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wKL +wQE +mof +sKe +onm +jNJ +fgu +sFY +yke +uFJ +rZC +tQM +aOd +oJx +aOd +ggD +fnN +vgo +vgo +ltT +mSt +dFK +osR +eAa +tnh +aYH +okB +uqa +lbN +iTp +otr +noF +xml +rjt +coJ +wjc +wjc +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(31,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +vSR +iFe +muO +dxs +btB +xqe +xqe +xqe +wjc +wjc +wjc +wjc +lLM +aWO +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +jSe +jSe +gLM +gLM +gLM +gLM +gLM +gVX +fgu +xbR +xnh +mQm +pJB +akl +hNG +fiA +lzn +enq +veV +chU +xXf +tPV +jBi +vir +osR +eAa +rnP +rnP +eAa +eAa +rBm +rVo +qHu +qHu +coJ +coJ +coJ +wjc +wjc +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(32,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xGx +tVp +qDX +dxs +dxs +rav +xqe +gRd +xqe +xqe +wjc +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +vFG +jSe +jSe +jSe +jSe +jSe +jSe +jSe +jSe +oSN +chU +mQt +ofR +pJB +bAU +thn +dzb +lzn +weZ +wCi +eUo +vgo +pfl +tmh +deg +gLM +qHu +mft +mft +mft +mft +mpF +amn +qHu +dnz +man +wjc +wjc +pjd +pTI +coJ +nzi +vzq +nzi +nzi +vzq +nzi +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +"} +(33,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +gBe +kVE +qNW +ycB +pvJ +qWj +umU +uGe +gRd +xqe +wjc +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +jSe +jSe +jSe +jSe +jSe +jSe +jSe +jSe +mWb +jST +pPT +cwP +bdq +xgB +emE +eLP +emE +ffS +akf +qGC +fcn +fcn +uNd +blC +gLM +jSe +ydh +ydh +rEN +dxg +lvf +wNN +qHu +qaD +coJ +wjc +wjc +pjd +pTI +coJ +xml +sZT +xml +xml +qCU +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +eKI +lXR +bPf +opE +dxS +wjc +wjc +wjc +wjc +"} +(34,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +gBe +iiK +cGe +rPE +dxs +dxs +hZb +wUb +gRd +xqe +xqe +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +wjc +wjc +jSe +eUw +xXX +gLM +gLM +fgu +fgu +fgu +gLM +mLk +jsg +vgo +sLV +teq +teq +igs +mht +nff +fnN +nmB +vgo +vgo +vgo +sEg +gLM +jSe +jqp +oPw +oPw +xfE +hHw +vZO +ayj +soA +pWM +wjc +wjc +pjd +pTI +coJ +xml +sJp +xml +xml +iAa +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kIl +dDm +ohJ +ioi +cAi +wjc +wjc +wjc +wjc +"} +(35,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xqe +gBe +xZC +ptA +jvU +hLm +xqe +xqe +wUb +gRd +gRd +xqe +gkv +gkv +jkE +dMY +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wKL +wKL +wKL +rck +qqz +qqz +fgu +gLM +kKR +vWN +vgo +jso +jKZ +ikn +ikn +ikn +ikn +vUa +nmB +vgo +qxE +bIK +rfy +tft +bfv +mGz +mGz +ydh +mft +slX +ygX +ohZ +kRt +iLP +wjc +wjc +pjd +pTI +coJ +xml +wVH +hUD +xml +mDS +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +xjI +coJ +coJ +wjc +wjc +wjc +wjc +"} +(36,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +tnm +qmb +ilv +don +xyM +xyM +xqe +wUb +gRd +gRd +xqe +wjc +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wKL +eJf +fQi +iHN +izW +hBs +ljQ +gLM +mYh +wdy +vgo +vgo +vgo +vgo +vgo +vgo +vgo +rul +nmB +vgo +jso +jKZ +jIs +tft +bfv +gxS +gxS +qHu +mft +qHu +qHu +qHu +lQH +pTI +wjc +wjc +pjd +pTI +coJ +nnD +kwx +xml +xml +kwx +jfT +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(37,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +sUc +ivS +vCA +qfp +xyU +xyM +xqe +wUb +gRd +gRd +xqe +xqe +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +wjc +wKL +wKL +wKL +wcN +vJD +wbI +wbI +cax +vgo +dzl +vgo +eBA +eBA +eBA +eBA +iQw +nXY +fCs +lco +fcn +fQF +fcn +gLM +tft +tft +tft +tft +tft +tft +tft +gLM +gLM +gLM +wKL +wKL +wjc +pjd +pTI +coJ +rrG +xml +xml +xml +xml +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(38,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +ybi +ybi +wue +kqu +fMX +xyM +xqe +wUb +gRd +gRd +gRd +xqe +wjc +vFG +vil +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +sFq +pXB +lwl +syh +gIa +wbI +rKF +rKF +lFu +tGf +kOc +jKx +kOc +kOc +mbi +rKF +vks +pXS +bzQ +gLM +gLM +gLM +bfv +bfv +bfv +bfv +bfv +bfv +bfv +jSe +drw +jSe +wjc +coJ +wjc +pjd +pTI +coJ +rrG +xml +xml +xml +xml +xml +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(39,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +wue +vty +kqu +kqu +xyU +xyM +xqe +wUb +gRd +gRd +gRd +xqe +xqe +jkE +lyC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +wKL +wKL +wKL +fgu +fgu +fgu +rKF +kdx +rCS +sGF +dOz +nnO +eLn +eLn +lsa +rKF +lGC +fLt +ggC +pSE +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +wjc +wjc +wjc +wjc +coJ +coJ +pjd +mWM +coJ +cdP +fhg +cdP +cdP +fmE +nJr +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHr +xHr +xHr +xHr +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(40,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +xAR +dkD +kqu +kqu +fMX +xyM +xqe +wUb +gRd +gRd +gRd +gRd +xqe +xqe +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +tgq +aBz +wgF +xwF +vCU +eLn +eLn +rqb +rKF +qja +fLt +oza +tft +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +bfv +wjc +wjc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +vcI +wHH +mSY +jCb +sfT +fjr +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(41,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +wue +dkD +kqu +kqu +xyU +xyM +xqe +wUb +gRd +gRd +gRd +gRd +gRd +xqe +xqe +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +rKF +mHU +rKF +hkU +hkU +dLK +gVO +jZh +rKF +gvp +eYf +eUt +tkN +rWH +rWH +rWH +rWH +rWH +rWH +rWH +rWH +rWH +wjc +wjc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +uMv +nlt +pgN +sEK +shK +txm +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +cDK +bFt +jPY +coJ +coJ +coJ +coJ +fiH +wjc +"} +(42,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xyM +xyM +fAe +kqu +kqu +fMX +xyM +xqe +wUb +gRd +gRd +gRd +gRd +gRd +cQu +gpC +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +eXW +oFR +qij +eLn +eLn +eLn +eLn +jGm +sKM +qja +lyu +nMB +jlq +fyF +bpt +yaM +hGR +nHR +nHR +nHR +nHR +cEl +wjc +wjc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +lJl +wym +coJ +coJ +vFB +aBI +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +inU +inU +inU +inU +inU +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +qUa +ogo +vsa +nYa +dBz +obp +coJ +coJ +wjc +"} +(43,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +xqe +xqe +xqe +xyM +xyM +xyM +xyM +xyM +xyM +xqe +dql +feU +feU +feU +feU +feU +dgh +gRd +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +iZT +bWP +oXi +nsn +whc +eSu +pNr +jGm +sKM +qja +eTR +lHg +hll +hll +hll +hll +hll +hll +hll +hll +hll +hll +wKL +wKL +wjc +wjc +wjc +coJ +pjd +mWM +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +aHL +ntA +xSH +wxf +cot +nCt +uRS +coJ +wjc +"} +(44,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +xqe +xqe +xqe +xqe +xqe +xqe +xqe +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +cZG +ipx +pFM +jSb +tZw +ucC +eLn +jGm +sKM +kSb +poB +pOC +hll +evJ +oEW +tJl +fqt +kYe +eYI +gBW +wKk +tJl +qgG +wKL +wjc +wjc +wjc +coJ +pjd +mWM +wjc +wjc +wjc +wjc +coJ +coJ +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +pDg +tqK +jsr +jZl +dBz +cIn +nCt +coJ +wjc +"} +(45,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gPC +piw +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +qxm +dhE +oJn +bmO +mgr +dWK +eLn +jGm +sKM +qja +ame +ggC +kVe +fJu +dyR +vwk +fEg +qit +bRJ +dyR +bRJ +dyR +iBu +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +coJ +coJ +coJ +coJ +coJ +wjc +vFG +vFG +vFG +vFG +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wxf +dBz +dBz +cot +coJ +wjc +"} +(46,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +lXv +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lKl +cKF +cKF +cKF +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +kAU +jui +tmT +eIx +eLn +eSu +eLn +jGm +sKM +qja +xcL +ggC +aCx +hcP +qit +dyR +fEg +aqa +bRJ +dyR +bRJ +dyR +wtS +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +kbF +bdR +qSI +uxk +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +hSj +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +sSF +xMX +dBz +psU +coJ +wjc +"} +(47,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +hZY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lKl +owe +nji +sjT +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +rKF +ejW +yeO +iZZ +iZZ +iZZ +iZZ +iZZ +cXJ +lsK +jwg +llw +ggC +sCK +hcP +aqa +sSS +fEg +aqa +bRJ +dyR +bRJ +dyR +hjB +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +tIe +xml +xml +kct +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +fhP +aWJ +lJV +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +"} +(48,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gRd +gbL +vjB +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lKl +kna +dPS +lPz +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +jfm +eLn +bfC +vDv +tDs +bTK +bTK +uRs +hMk +vwu +qja +gqX +ggC +kVe +hcP +aqa +dyR +fEg +jmI +bRJ +dyR +bRJ +dyR +eGX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +rot +xml +ovx +jXT +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +bCg +iam +lOP +bpV +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(49,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +nYQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +fCu +wjc +wjc +lKl +oqY +yhP +yhP +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +nXl +nXl +hzo +nXl +nXl +nXl +nXl +nXl +rKF +rKF +nlO +auI +qJK +nuo +rXf +qlP +gXa +sBt +ekN +rbz +biZ +biZ +biZ +aNO +kxc +wjc +wjc +wjc +coJ +pjd +mWM +coJ +gSK +xml +eBI +uke +coJ +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +coJ +axq +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +kuN +pEa +uVm +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(50,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +xqe +gRd +gRd +gRd +gRd +gRd +gRd +kmQ +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +fCu +wjc +wjc +lKl +wQh +yhP +yhP +lKl +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +uGb +vrn +qll +fCW +uJP +gtg +gtg +rKF +rKF +qXp +sEy +rtl +kVe +ukA +eJR +gcn +aoL +dyR +gJg +dyR +gJg +dyR +wFL +wKL +wjc +wjc +wjc +coJ +pjd +mWM +coJ +coJ +iVr +sZT +xSR +coJ +wjc +wjc +wjc +wjc +wjc +coJ +muz +qQj +cyv +spT +dFd +ulX +veG +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kyx +kBF +pbY +gLx +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(51,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +jkE +vFG +vFG +fCu +vFG +wjc +oRa +lfz +yhP +kDi +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +pKn +vgg +gIQ +xOE +gtg +gtg +guU +fNe +fNe +tzh +nQt +tzh +hll +hll +hll +hEf +vOE +cCp +gJg +dyR +bRJ +dyR +wUX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +pYo +coJ +xml +jiH +riv +coJ +wjc +wjc +wjc +wjc +wjc +coJ +tMv +rOX +aEf +spT +iWR +feT +fMn +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +iiJ +nFa +eHe +rit +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(52,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +vFG +vFG +fCu +fCu +wjc +lKl +rFC +yhP +icW +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +nAY +ofH +uYl +lwr +gtg +hEl +fNe +feZ +mJM +rBD +qrg +rgJ +mJM +feZ +fNe +xiQ +mOH +hWc +dyR +dyR +dyR +dyR +eGX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +jhV +xKY +gCm +lcc +qIv +ryB +wGM +wGM +wGM +wjc +wjc +coJ +qwv +nzi +xxx +spT +oTE +nzi +qEJ +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +oFA +tCW +eph +gYF +wjc +wjc +wjc +wjc +wjc +coJ +vFG +vFG +vFG +"} +(53,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +lXv +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +fCu +wjc +lKl +mMB +yhP +icW +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +nAY +lSo +uYl +lwr +lSo +vEk +fNe +xKN +nNq +qja +agu +ggC +lZK +xKN +fNe +tpb +ozN +kDN +kAJ +bRJ +bRJ +nJt +eGX +wKL +wjc +wjc +wjc +coJ +pjd +mWM +xPR +ryB +kOm +rpu +vws +ryB +wGM +wGM +wGM +wjc +wjc +coJ +xDu +nzi +llU +tXi +hZf +nzi +riR +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +nxu +huS +faW +wjc +wjc +wjc +wjc +wjc +kvl +vFG +vFG +vFG +"} +(54,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +gPC +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +dzk +dzk +dzk +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +nXl +nXl +nXl +nXl +nXl +nXl +fNe +dkF +fLt +aor +kSb +owd +mqK +dGz +ocy +fNe +fNe +hll +hll +hll +hll +hll +hll +wKL +wKL +wjc +wjc +wjc +coJ +pjd +mWM +ryB +ryB +ryB +ryB +ryB +wGM +wGM +wGM +wGM +wjc +coJ +coJ +sfg +eic +hdq +cmk +ltj +pnJ +awR +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +kBF +pbY +moO +wjc +wjc +wjc +wjc +wjc +hsB +vFG +vFG +vFG +"} +(55,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +xoY +gRd +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +qWi +uOJ +npR +uOJ +vFG +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +rOw +vMh +jwg +pkq +ggC +xWL +jlL +dnx +hkB +wre +wre +wre +wre +wre +wre +wjc +wjc +wjc +wjc +wjc +coJ +pTI +mWM +gTv +ryB +ryB +wGM +wGM +wGM +wGM +wGM +wGM +coJ +coJ +coJ +coJ +coJ +gYl +uBn +kzC +coJ +coJ +coJ +wjc +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +fvf +dMS +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +"} +(56,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +kmQ +fgb +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +omy +vFG +vFG +wjc +wjc +wjc +fCu +gEh +gEh +gEh +gEh +gEh +wjc +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +eUx +xWL +qja +gqX +ggC +xWL +jnl +oNU +hkB +wre +wre +wre +wre +wre +wre +wjc +wjc +wjc +wjc +wjc +coJ +pTI +mWM +gTv +gTv +ryB +ryB +ryB +ryB +ryB +ryB +ryB +coJ +coJ +coJ +fON +hdy +gxF +viX +fAm +dUT +uBJ +coJ +coJ +wjc +wjc +wjc +ojg +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +cRe +tJc +vbN +qoh +qrx +lCA +lCA +lCA +jkE +vFG +vFG +vFG +"} +(57,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +elM +btk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +omy +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +cTj +cTj +cTj +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +bPv +tYn +irA +qea +aoX +oNU +oNU +oNU +hkB +hkB +wre +wre +wre +iYi +iYi +coJ +coJ +coJ +coJ +coJ +coJ +pTI +mWM +gTv +gTv +gTv +gTv +ryB +ryB +ryB +ryB +ryB +coJ +coJ +coJ +lvY +asS +ibu +ygn +jlu +nzi +lZw +coJ +coJ +wjc +wjc +wjc +sqj +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +qQT +rHD +ufS +fRT +qrx +lCA +lCA +lCA +jkE +vFG +vFG +vFG +"} +(58,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +elM +nYQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +bew +oSG +gUi +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +xtX +xtX +qja +xUJ +jFt +fJa +wjc +wjc +wjc +wjc +wjc +wjc +ffQ +bOa +rwg +eGo +sQF +sQF +sQF +sQF +sQF +caw +mWM +gTv +gTv +gTv +gTv +jjW +jjW +jjW +jjW +jjW +olR +olR +oeM +eWV +nzi +sca +fCl +qqM +nzi +lDQ +coJ +coJ +wjc +wjc +wjc +sqj +ojg +ojg +ojg +ojg +ojg +wjc +wjc +sqj +sqj +sqj +sqj +sqj +sqj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +qQV +grn +azv +rFp +qsF +qrx +lCA +lCA +lCA +jkE +vFG +vFG +vFG +"} +(59,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vjB +vjB +vjB +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xqe +gRd +gRd +gRd +gRd +gRd +gRd +elM +lbY +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +jkE +jkE +vFG +wjc +wjc +wjc +fCu +gEh +dzk +tet +ydZ +vem +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +gcW +eKD +ggC +qAa +wjc +wjc +wjc +wjc +wjc +wjc +sGV +wya +sUS +snx +aaJ +aaJ +aaJ +aaJ +aaJ +caw +mWM +gTv +gTv +gTv +llM +llM +llM +llM +llM +llM +nZs +nZs +tBU +nzi +nzi +btb +teE +nWO +feT +gba +coJ +coJ +wjc +wjc +wjc +sqj +ojg +ojg +ojg +ojg +ojg +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(60,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +tRn +vFG +efB +sHt +gQn +cTB +bqx +kMI +hvT +xwD +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +kAl +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +bvG +bbg +fUp +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kSb +iAe +hvw +oNU +wjc +wjc +wjc +wjc +wjc +wjc +vlr +vlr +vlr +kBR +nKh +kBR +eNH +vqJ +fip +caw +mWM +mkl +mkl +mkl +mkl +mkl +mkl +mkl +ryB +gTv +pTI +pTI +coJ +wGB +gms +utM +omd +ezY +wGB +qLQ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +"} +(61,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +csx +rkb +lAS +fXG +rFT +aiu +iGO +kla +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +trX +mKC +bdF +fzp +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +fgu +eVw +qqu +qqu +uDJ +wKL +giq +giq +giq +giq +giq +giq +giq +aVZ +eKD +szg +oNU +giq +giq +giq +giq +giq +giq +vlr +aiq +gJD +kEv +mwg +lmE +khy +fip +fip +caw +mWM +mkl +iSZ +jTl +imA +vmw +wfl +bnY +ryB +ryB +qkX +pTI +vlr +fif +lJl +vlr +vlr +eng +ayM +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(62,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vjB +vjB +vjB +vjB +vjB +vjB +lgp +wKL +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +wjc +wjc +wjc +fCu +gEh +dzk +qIi +coV +mFZ +lKl +wjc +wjc +wjc +dTY +dTY +dTY +dTY +dTY +wjc +uYk +uYk +uYk +uYk +fgu +mrE +fIK +nUt +wKc +wKL +rfh +xml +xml +xml +xml +xml +xml +qja +eKD +ggC +sIN +hLZ +hLZ +hLZ +hLZ +hLZ +rwt +vlr +iZa +vEp +kUt +mwg +hNd +tvu +kBR +fip +fip +pRw +mkl +mkl +jrB +sJN +knd +knd +wfl +daQ +ryB +pjd +pTI +vlr +jsJ +tey +kIu +eYc +vlr +tlE +vOA +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(63,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +lCA +lCA +lCA +lCA +lCA +dod +vHa +dZk +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +kAl +vFG +wjc +wjc +wjc +fCu +wjc +dzk +voZ +gcA +pHw +lKl +wjc +wjc +wjc +wjc +dTY +dTY +dTY +wjc +wjc +wjc +wjc +wjc +wjc +slc +qqB +qTf +wqI +rtT +dXb +rfh +xml +xml +xml +xml +xml +xml +fLt +fLt +fLt +xml +xml +xml +xml +xml +lAA +jas +vlr +mjc +kzJ +kUt +mwg +eDI +bwZ +kBR +cdz +vNt +ubu +rhS +mkl +esG +esG +esG +kcx +esG +kxm +ryB +oQS +wgh +fwY +nAt +nzi +uoN +iBd +vlr +vlr +vlr +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(64,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +lCA +lCA +lCA +lCA +lCA +vjB +eAb +nUA +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +vFG +vFG +jkE +omy +vFG +vFG +vFG +vFG +fCu +wjc +lKl +oIU +utN +pHw +lKl +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +ffu +tjr +wKL +wKL +wKL +rfh +xml +jas +oqR +oqR +oqR +oqR +pFn +pFn +pFn +oqR +oqR +oqR +oqR +rfh +lAA +jas +fgD +jJl +gqB +kUt +pZp +jJZ +faf +kBR +dSS +fNk +jQq +lYT +mkl +czU +sYw +cXs +rPO +iED +juV +tWk +hEP +pTI +vlr +hKh +cuM +fXG +uDY +vlr +qrn +vVj +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(65,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +lCA +lCA +lCA +lCA +lCA +vjB +osG +brh +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +nCo +fYv +aWP +tCS +tCS +ckf +lLf +kga +wjc +fCu +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +swq +nzi +wKL +wjc +wjc +vkE +oQo +sEh +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +vkE +oQo +sEh +dRL +cuA +cuA +mJI +luI +aSr +nEU +ptH +oPO +wHy +wmr +ndA +mkl +mEP +ire +gYQ +sZK +bvw +xNy +owH +xOx +pTI +ngI +tBR +eVR +cPK +qmI +dHf +kYD +kYD +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(66,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +lCA +lCA +lCA +lCA +lCA +dod +vHa +nYQ +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +kAl +jkE +rix +fYv +aWP +tCS +wQg +ntG +yaJ +kga +wjc +fCu +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wKL +ttX +wni +wKL +wjc +wjc +rSn +ksT +nLK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rSn +ksT +nLK +ykQ +cuA +cuA +uxC +ulu +uxC +uxC +rNK +fEj +fNk +jQq +xEP +mkl +pnr +rPO +fiT +mbE +lkB +qkT +esO +kGo +kdP +vlr +rHc +bKw +kFL +xFI +vlr +lAk +nzi +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(67,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +kRa +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +nCo +fYv +aWP +tCS +rjc +nPK +cHF +kga +kWy +cdC +cdC +cdC +cdC +uSQ +qAJ +qAJ +bZs +uYk +uYk +wjc +wjc +wKL +sMf +pgA +wKL +wjc +wjc +wtL +xMQ +hwn +wjc +dpE +hwh +kGh +dpE +wjc +wjc +wjc +wjc +wjc +wjc +wtL +xMQ +hwn +vlr +bVc +cuA +vNc +rqf +hFq +cuA +vlr +tZC +fKm +qsd +bhZ +mkl +fls +rPO +rPO +rPO +rUI +nti +fKv +xOx +pTI +fwY +xNV +dgE +yjM +ieM +vlr +knD +gbV +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(68,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +eAb +fwt +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +nCo +fYv +aWP +vuG +ooC +dkB +vrX +kga +kWy +cdC +eeI +gYJ +dEt +qgW +gPP +qAJ +bZs +uYk +uYk +wjc +wjc +wKL +wKL +wKL +wKL +wjc +wjc +rlU +wzI +orD +wjc +dpE +fgP +jtW +dpE +wjc +wjc +wjc +wjc +wjc +wjc +rlU +wzI +orD +wjc +vlr +bmp +vlr +vlr +vlr +vlr +iRT +aMT +ezu +mDr +axe +mkl +uOD +knd +knd +knd +knd +bUa +klv +hEP +pTI +vlr +jUO +giY +cQg +laM +vlr +tlE +kmo +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(69,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +qNm +giq +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +mqS +mqS +mqS +mqS +dwp +gYA +dby +gRy +gRy +kEu +kWy +cdC +iJD +tyc +ekF +tyc +mEG +qAJ +bZs +uYk +uYk +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xod +wye +lIK +wjc +dpE +dpE +lDd +dpE +dpE +dpE +dpE +dpE +wjc +wjc +xod +wye +lIK +wjc +wRx +wRx +wRx +wRx +wRx +wRx +coJ +yfP +yfP +gvu +pLv +mkl +rxJ +ghe +pxG +knd +knd +kBd +tWk +hEP +pTI +coJ +ppt +coJ +lJl +coJ +coJ +coJ +coJ +qRL +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +aHy +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(70,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +cnY +opE +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +hCZ +hCZ +bmz +eXQ +aCM +rTA +gDF +vDU +qvJ +txD +lxI +oDM +xgY +lcG +pEY +oeN +mcG +mox +sNd +aPd +aPd +lET +dyV +wjc +wjc +wjc +wjc +wjc +wjc +wtL +jSS +wpe +wjc +dpE +dlw +sAf +oSC +srn +sWf +qxT +dpE +wjc +wjc +wtL +jSS +wpe +vlr +wRx +wRx +wRx +wRx +wRx +wRx +coJ +phH +kcV +mow +mkl +mkl +mkl +mkl +mkl +vfK +cip +txR +tWk +hEP +oQW +vlr +pGX +ubo +kXU +wBX +cFv +hhD +vQs +coJ +fiH +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +aHy +yiz +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(71,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +dod +jPT +uap +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +dZw +vxW +vyT +qPf +cKS +ycp +sMZ +pAq +csX +vjE +iow +qvt +xgY +yfM +swp +qpF +mcG +qAJ +lIO +lIO +lIO +gRd +bzV +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +fyh +wjc +dpE +nFR +fMQ +mjF +gKD +qxT +qxT +qzs +wjc +wjc +wtL +eKD +fyh +vlr +wRx +wRx +wRx +rQZ +cDW +pRK +lik +lik +lik +lik +lik +xvA +xDo +wAB +mkl +mkl +mkl +tWk +tWk +dah +nFF +vlr +dhA +dhA +rko +dhA +dhA +dhA +tRU +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(72,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +jPT +hUZ +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +eaU +bVF +bVF +ycp +ycp +qKy +xYB +hwP +lIv +wSQ +emo +uSQ +wmE +apC +fgz +qzr +nUY +qAJ +uTl +qFw +rzr +gRd +iWl +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +nXQ +wjc +fSr +qxT +qxT +qxT +nzH +iAu +oUq +dtH +wjc +wjc +wtL +eKD +nXQ +vlr +wRx +wRx +wRx +rQZ +cDW +msa +lYO +lYO +vDu +uMI +boa +hEG +rlx +adV +vgu +pcq +joV +eBc +grc +pjd +pTI +vlr +olj +qgx +mnb +naO +aHr +aWq +aWk +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(73,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +gjk +xjC +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +fOL +bVF +bDI +kub +awW +nWr +nWr +tiA +dAA +iFF +aix +aix +aix +dEU +oCH +aix +aix +aix +aix +aix +qAJ +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +cvJ +iAe +ibX +wjc +dpE +ixg +cJQ +cJQ +lWc +cJQ +nkM +dpE +wjc +wjc +cvJ +iAe +ibX +vlr +wRx +wRx +wRx +rQZ +cDW +nbM +fcD +fcD +dzB +nsH +mQR +adV +jAf +fll +nkO +rMp +fSP +xfA +grc +pjd +pTI +vlr +xaC +hQH +hum +nSs +oaO +tGm +lzG +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lCW +lCW +lCW +lCW +lCW +lCW +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(74,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +hde +nYQ +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +qPa +bVF +nfi +rRy +pbW +nWr +bNm +tUH +jpf +aek +cyR +aix +nax +mGr +oxp +aix +uPE +nqS +eyU +nqS +cGw +iIG +leP +wjc +wjc +wjc +wjc +wjc +wjc +sfl +eKD +ggC +wjc +dpE +otq +gMj +jjP +tGX +gMj +wjU +dpE +wjc +wjc +sfl +eKD +ggC +bqC +wRx +wRx +wRx +rQZ +cDW +qae +fyk +fyk +dzB +fGu +qaF +bRZ +lBk +jaC +aFl +kwP +wKj +cWS +grc +pjd +pTI +vlr +cCC +vlr +aEF +vlr +vlr +kCQ +eou +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +lCW +nHe +nHe +nHe +nHe +lCW +lCW +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(75,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +lCA +lCA +lCA +lCA +vjB +ikk +fqK +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +kgZ +bVF +kCG +rRy +aRf +nWr +hyz +aFk +mar +aHS +uXK +wUy +iKl +lhf +fjA +wrd +wyR +nqS +sXd +nqS +cGw +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +kFd +eKD +ggC +wjc +dpE +esv +gMj +tcb +cMH +ufk +oYw +dpE +wjc +wjc +kFd +eKD +ggC +vlr +fwY +aOY +uPo +cDW +cDW +gfi +fyk +fyk +dzB +vnG +pRK +pRK +tOa +rqL +brV +brV +pRK +grc +grc +pjd +pTI +fwY +wOi +gCN +nsk +vbi +sZT +sZT +vUZ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +lCW +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +coJ +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(76,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +lCA +lCA +lCA +lCA +vjB +jPT +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +sxj +hCZ +qyz +uGQ +hlC +nWr +tuJ +xSK +wan +nZO +cxK +aix +mzn +oaB +amV +aix +xpH +nqS +nqS +nqS +nyT +iIG +mCH +wjc +wjc +wjc +wjc +wjc +wjc +cJA +eKD +ggC +wjc +dpE +uAB +gMj +gMj +pQy +gMj +xqT +rYj +wjc +wjc +cJA +eKD +ggC +uoF +hLZ +hLZ +hLZ +oMD +oMD +mjh +pLG +pLG +cqW +dyA +udc +auh +gXB +bOL +qFq +rrW +eXk +eAf +rfn +rqa +qkX +vlr +cRj +hte +hOC +msz +sZT +sZT +doY +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(77,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +lCA +lCA +lCA +lCA +vjB +jPT +brh +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +bVF +fOL +hCZ +kKD +gPl +aXC +jPk +aJE +gWy +wan +gKU +nHK +aix +sJy +fdh +sTV +oCH +mPQ +kIB +vnn +vnn +bdc +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +fUW +eKD +ggC +wjc +dpE +vIT +gMj +gMj +gMj +gMj +boI +rYj +wjc +wjc +fUW +eKD +ggC +tfX +oqR +oqR +oqR +mmr +mmr +czS +ydc +ydc +esn +xHT +lwy +klb +oGt +jvN +sZw +oOR +bCR +fwa +mfU +wpx +pnI +swE +pBU +raJ +fXa +eFD +wFw +pBd +vaG +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(78,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vjB +vjB +vjB +vjB +vjB +jPT +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +eaU +bVF +ahm +rRy +nRD +nWr +iPR +fUa +wan +nZO +iyL +aix +atY +neJ +vjP +oCH +isx +bUV +nZO +pNw +iXG +iIG +iWl +wjc +wjc +wjc +wjc +wjc +wjc +eDr +har +ttV +wjc +dpE +ceK +gMj +gMj +gMj +gMj +feP +dpE +wjc +wjc +eDr +har +ttV +vlr +vlr +vlr +vlr +pRK +pRK +bnd +dsM +kFc +nkn +iWf +ehm +rGM +ehm +dtQ +kaZ +ehm +dtQ +exM +grc +pjd +pTI +fAs +mrG +kmn +bfw +ylm +mfc +iVW +mBW +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(79,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vjB +gRd +gRd +gRd +brh +jPT +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +dwp +dwp +mqS +gbS +iPt +tDS +atd +pkJ +nWr +lcF +cOi +kuV +nZO +iyL +iFF +nrr +oaB +kyB +aix +aix +oCH +xio +oCH +qAJ +iIG +hdL +wjc +wjc +wjc +wjc +wjc +wjc +vmH +drx +pWy +wjc +dpE +djg +fNm +qJl +dKb +uDz +dje +dpE +wjc +wjc +vmH +drx +pWy +pRK +ryZ +uRr +ryZ +ryZ +pRK +wIB +dpA +mLp +hPX +hNZ +sUT +ryo +ehm +sUT +wmf +ehm +sUT +ixk +grc +pjd +pTI +vlr +djy +oOt +dqk +bWr +xml +xml +wnq +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(80,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +dod +nYQ +gRd +gRd +gRd +aVS +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cAP +cAP +vAu +gHm +sJS +hCZ +oZs +kKf +nWr +mnN +cRp +ngz +nZO +iyL +iFF +nrr +uaW +upi +mQv +qLK +igm +mOz +uPt +gAq +aoS +ueK +fGs +aFH +qxO +rda +sow +qxO +qja +eKD +ggC +wjc +dpE +dpE +dpE +rYj +rYj +dpE +dpE +dpE +wjc +wjc +qja +eKD +ggC +mxz +sYq +mbx +ptB +ptB +vcl +gbX +abo +vOk +byd +hNZ +dgl +igf +kHI +knW +qaT +kHI +knW +tdp +gup +sJm +pRV +fwY +enY +gsz +rST +lZM +chS +chS +vlr +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +nHe +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(81,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +dod +qix +kEL +dLs +qQn +vTg +gRd +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cAP +cAP +vAu +nLg +wFO +viC +jdf +eUF +nWr +sCZ +cNt +cNt +dUu +xqQ +iFF +nrr +eCq +uKN +aKb +hbK +upe +mOz +kbh +oQe +aUn +ccY +iYz +qcO +pMT +bpQ +lZX +lZX +piI +blI +cfj +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +piI +blI +cfj +pRK +tGo +ucb +sYq +sYq +ptq +mfY +eAk +dXK +swb +ehm +bTZ +tlm +ehm +nie +tlm +ehm +tuG +njR +grc +eXp +wWE +coJ +coJ +coJ +coJ +coJ +vlr +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +nHe +nHe +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +buj +buj +buj +buj +buj +buj +buj +buj +buj +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(82,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +gRd +dPW +giq +giq +giq +giq +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +fPx +fPx +vjB +vFG +vFG +vFG +vFG +vFG +giq +xml +elm +gRd +wjc +wjc +wjc +cAP +cAP +vAu +aOh +pIs +mCA +ngz +ngz +nWr +nWr +dFI +dFI +aix +aix +aix +eov +eCq +oMz +mQv +mHd +qJs +qJB +qzG +eHf +gPA +dRv +cCU +mbo +bbG +jQb +aYd +iSi +vkE +oQo +sEh +wjc +wjc +wjc +xrc +xrc +iAh +xrc +xrc +wjc +wjc +wjc +vkE +oQo +sEh +pRK +naI +gTX +wCV +wCV +grc +fHD +nLo +nLo +lxo +lxo +lxo +lxo +lxo +eoE +eoE +eoE +eoE +grc +grc +sRb +pTI +vlr +uOa +ftQ +fMD +jPj +erM +aoS +iUd +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +nHe +nHe +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(83,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +wxv +dPW +giq +gRd +gRd +gRd +rYa +ltr +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +pBA +fZL +vjB +vFG +vFG +vFG +vFG +vFG +giq +lOd +pqn +xml +wjc +wjc +wjc +cAP +cAP +vAu +nnY +bGX +mCA +mpG +mpG +lfP +bWM +vvQ +yjG +fjA +lCr +iOD +tSw +jvC +uWw +gRz +uWw +mIE +qtl +tUx +dUo +vuo +wQX +rGl +rGl +rGl +rGl +rGl +rGl +rSn +ksT +nLK +wjc +wjc +wjc +xrc +woO +kCp +pOF +xrc +wjc +wjc +wjc +rSn +ksT +nLK +pRK +tGo +sYq +sYq +sYq +jAu +lxp +ijr +ijr +lxo +gZJ +riH +mFM +wSh +aKz +eoE +elT +qjm +nhk +grc +pjd +oKB +bqC +sUf +dun +dun +inx +aoS +aoS +ngJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(84,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +dod +gRd +dPW +giq +pzy +auf +aaG +ftN +oSv +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +mPi +vjB +vFG +vFG +vFG +vFG +vFG +giq +giq +bVS +giq +wjc +wjc +wjc +cAP +cAP +vAu +ygj +vwS +mCA +qoM +piP +tMI +tMI +cZl +tMI +oBi +eGA +jqw +gml +iiP +mHd +nGc +nst +tYa +mOz +oQe +dZH +dZH +wWe +wjc +wjc +wjc +wjc +wjc +wjc +wtL +xMQ +hwn +wjc +wjc +wjc +nUH +jVX +mVn +fQb +pMq +wjc +wjc +wjc +wtL +xMQ +hwn +pRK +nvC +luE +lkW +lkW +grc +lxp +aFu +aFu +fqw +fMj +iVu +tos +vfS +jND +jVx +kmz +hPQ +bgj +oQH +beS +kdP +vlr +nIS +dun +dun +viO +qWI +clW +kcw +mgb +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +wjc +wjc +wjc +wjc +wjc +wjc +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(85,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +dod +bqO +mAr +eQy +aWp +hmg +oOv +gpq +jlb +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +lxM +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cAP +cAP +vAu +irJ +mCA +mCA +jMj +hYs +hYs +hYs +cDM +ilH +ilH +sfB +jRs +kBp +kBp +ckn +ckn +ckn +tqv +hIt +aYj +gfs +rja +ccY +wjc +wjc +wjc +wjc +wjc +wjc +rlU +wzI +orD +wjc +wjc +wjc +xrc +rVt +gWe +ddC +pMq +wjc +wjc +wjc +rlU +wzI +orD +pRK +pRK +pRK +pRK +pRK +grc +oOZ +lhs +lhs +lxo +uKf +pPe +nwd +pUv +dvB +eoE +bVK +fhO +uga +grc +pjd +pTI +drl +rhf +rhf +rhf +gZU +sbK +mNJ +qan +lox +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(86,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +dod +gRd +bzV +giq +gRd +iZs +pNv +gRd +esq +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +wES +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +fzv +xxv +chC +mpG +iBL +mpG +mHg +snt +saa +mpG +sfB +rpl +npg +kBp +dJg +ewg +kBp +kBp +kBp +iIG +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +xod +wye +lIK +wjc +wjc +wjc +xrc +xrc +xrc +xrc +pMq +wjc +wjc +wjc +xod +wye +lIK +grc +rzj +esg +iiz +qhI +grc +lxp +adl +adl +aNV +wuQ +wuQ +vVU +iNU +ggs +eoE +uMW +qYQ +cUC +grc +sJK +pTI +vlr +wJt +oqN +tfV +xah +dKK +ylI +iOe +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(87,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +gRd +bzV +giq +nYQ +dEv +aSi +gRd +jiJ +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +cil +jGV +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +lcT +jGv +mpG +hZz +mpG +hYs +hYs +hYs +gsk +uCF +uCF +uBD +fTv +fTv +hvV +xHw +iIw +kgN +kdL +jDF +cso +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wtL +jSS +wpe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +jSS +wpe +grc +seX +hxR +sCA +tsO +aTD +joo +iSt +iSt +lxo +cbf +laG +eDG +rVx +jND +rOb +oAS +iAE +pmq +hbv +pjd +pTI +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +wjc +wjc +wjc +wjc +wjc +wjc +vlr +wjc +wjc +vlr +vlr +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +uFS +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(88,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +giq +qDC +giq +giq +giq +giq +giq +giq +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +tJL +qxO +ktS +wKL +nDp +vcK +bMS +nfV +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +lcT +vqq +mpG +mpG +mpG +mpG +mpG +wmc +dGB +idG +mpG +mpG +qnz +qnz +qny +qnz +lAR +pdv +jlX +wxQ +pZD +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wtL +eKD +fyh +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +fyh +grc +uHZ +yaR +iXr +jvi +wEU +iSL +thb +thb +fqw +smu +iVu +odr +odr +afH +eoE +xtn +wcB +sDU +grc +pWA +lEt +vlr +iSJ +wTt +jwJ +coJ +coJ +coJ +pbu +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(89,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +jsA +iWl +wLD +pfo +giq +rDh +xml +sYm +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +mPV +iVW +rua +iLT +uiL +xml +xml +jRA +isW +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +lcT +iqC +mpG +mpG +pSi +mCA +rQl +mpG +mpG +mpG +mfb +mpG +iRu +dDI +kBp +sSw +dtT +kBW +qnz +qnz +wjD +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wtL +eKD +nXQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +nXQ +grc +uHZ +tlt +oqT +aFg +grc +lxp +jJg +jJg +lxo +sEw +gTF +xJc +odr +shQ +eoE +aOb +gWI +wzQ +grc +qsz +uMo +vlr +iSJ +nVN +fju +coJ +coJ +pgF +tYA +pgF +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hie +hie +hie +hie +hie +hie +hie +hie +hie +hie +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(90,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +wjc +wjc +wjc +vjB +ooh +btN +vig +dyV +giq +jbB +lwk +vBf +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vjl +cdV +rjp +wKL +rfh +fEK +xml +uob +isW +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +sDF +dZy +mpG +mpG +mpG +daW +mpG +dZy +mpG +mfb +mpG +iRu +dex +kBp +cPR +kzZ +kBW +wxQ +wxQ +qYk +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +cvJ +iAe +ibX +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cvJ +iAe +ibX +grc +grc +lSP +bli +grc +grc +lxp +ijr +ijr +lxo +lxo +bAz +lxo +lFs +eoE +eoE +eoE +eoE +grc +grc +aWC +eYj +vlr +vtg +sIb +gPW +coJ +coJ +pgF +tjr +pgF +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(91,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +sGD +iSr +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +lUU +uOC +uOC +uOC +uuD +daW +tuS +vIU +dwC +mfb +jfA +qnz +mga +kBp +wxQ +kzZ +kBW +wxQ +cZh +cso +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +sfl +eKD +ggC +wjc +wjc +wjc +ofb +ofb +ofb +ofb +ofb +ofb +wjc +wjc +sfl +eKD +ggC +rRe +wLu +kpy +qgE +tiK +tiK +vvP +bKj +bKj +jXs +aKU +qUi +kpy +swK +kpy +nol +lKc +fOO +oYB +yhT +fXd +jdy +xUA +eMM +tEz +iSJ +coJ +coJ +dVe +pJK +pgF +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(92,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rfh +iSr +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tHl +tHl +wiL +wiL +wiL +lcT +lcT +lcT +jjQ +rWO +lcT +rWO +gmj +lcT +ldD +sLo +sLo +sLo +kBp +cSG +kBp +kBp +iIG +iIG +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +kFd +eKD +ggC +wjc +wjc +wjc +ofb +ofb +ofb +ofb +ofb +ofb +wjc +wjc +kFd +eKD +ggC +sze +eMJ +eMH +eMH +eMH +eMH +eMJ +uyH +uyH +shT +eMH +mnT +eMH +eMJ +pgg +klu +sbB +fQP +dZa +uyg +tbT +duB +vlr +sCc +hvt +fju +coJ +coJ +coJ +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +uxL +uxL +uxL +uxL +uxL +uxL +uxL +uxL +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(93,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +tOX +ksu +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +oEA +oEA +hsN +gMr +stN +gMr +lcT +hMe +nuI +lGK +xml +kUx +eXV +lCA +fCu +oeH +wjc +wjc +wjc +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +qja +eKD +ggC +wjc +xml +xml +fsq +fsq +fsq +fsq +fsq +fsq +xml +wjc +vkE +oQo +sEh +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +coJ +coJ +coJ +vlr +vlr +vlr +vlr +vlr +vlr +vlr +vlr +coJ +coJ +coJ +coJ +iSJ +wjc +iSJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(94,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wKL +bGk +vjB +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +hsN +hsN +hsN +stN +stN +stN +mEE +kZi +hIL +qtb +qYV +auN +gdK +ioP +fCu +dod +wjc +wjc +wjc +wjT +wjT +wjT +wjT +wjT +wjT +wjT +wjT +piI +blI +cfj +wjc +xml +xml +fsq +fsq +fsq +fsq +fLt +fLt +xml +wjc +qja +gqX +ggC +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vlr +vlr +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(95,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +wjc +wjc +wjc +wjc +lsX +wjT +wjT +wjT +wjT +wjT +wjT +lsX +vkE +oQo +sEh +wjc +xml +xml +fsq +fsq +fsq +fsq +xml +xml +xml +wjc +qja +gqX +ggC +mRe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +coJ +coJ +coJ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(96,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kAl +vFG +vFG +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +pRI +cSy +wdM +kxM +hta +ige +uZU +pRI +rSn +ksT +nLK +wjc +xml +xml +fsq +fsq +fsq +fsq +xml +xml +xml +wjc +qja +gqX +ggC +mRe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(97,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +pRI +hbx +wdM +gdr +jwX +nOs +jkF +pRI +wtL +xMQ +hwn +wjc +wjc +wjc +ofb +ofb +ofb +ofb +wjc +wjc +wjc +wjc +wtL +xMQ +hwn +giq +giq +giq +giq +giq +tlN +hou +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(98,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +fUZ +wjc +pRI +bWx +wdM +flZ +hta +qju +obo +pRI +rlU +wzI +orD +wjc +wjc +wjc +pPr +pPr +pPr +pPr +wjc +wjc +wjc +wjc +rlU +wzI +orD +hou +rxu +bXx +sOg +aoS +aoS +irH +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(99,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +mql +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kAl +jkE +jkE +omy +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +pRI +gfT +wdM +pMG +hta +bML +keI +pRI +xod +wye +lIK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xod +wye +lIK +hou +gCI +aoS +wMo +wGI +vtX +awT +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(100,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +jkE +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +amW +ydX +hta +hta +hta +xuj +dCd +amW +wtL +jSS +wpe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +jSS +wpe +giq +ebN +aoS +aoS +aoS +tdE +pvv +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(101,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +jkE +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +lCA +wjc +sJf +aUp +aUp +vCj +xOY +fCR +oOX +sJf +wtL +eKD +fyh +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +fyh +hou +dpF +aoS +bKe +wGI +pMh +kcl +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(102,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +kAl +vFG +vFG +jkE +omy +omy +omy +jkE +omy +omy +omy +omy +omy +omy +jkE +jkE +omy +wjc +afd +fWd +qsC +dUX +vww +kOv +tFe +afd +wtL +eKD +nXQ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wtL +eKD +nXQ +giq +yiB +aoS +bKe +aoS +tdE +wsT +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(103,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +vFG +vFG +jkE +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +omy +wjc +jAk +jAk +jAk +jAk +jAk +fAj +sBO +jAk +cvJ +iAe +ibX +wjc +wjc +wjc +xrc +xrc +iAh +xrc +xrc +wjc +wjc +wjc +cvJ +iAe +ibX +giq +xXC +xTI +xTI +dLw +tdE +mOk +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(104,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +kAl +jkE +jkE +kAl +jkE +jkE +kAl +jkE +jkE +kAl +jkE +jkE +kAl +omy +wjc +jAk +njy +tLj +hEH +jAk +bLt +cUW +jAk +sfl +eKD +ggC +wjc +wjc +wjc +xrc +woO +kCp +pOF +xrc +wjc +wjc +wjc +sfl +eKD +ggC +giq +iti +iTd +iTd +jjD +tdE +pIJ +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(105,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +wXo +vnL +pib +jAk +bML +sBO +jAk +kFd +eKD +ggC +wjc +wjc +wjc +nUH +jVX +mVn +fQb +pMq +wjc +wjc +wjc +kFd +eKD +ggC +eud +unc +wqn +wqn +khO +kYq +uPD +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +jkE +jkE +jkE +xqe +gkv +xqe +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(106,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +unv +vmO +cfg +jAk +fTd +hfL +jAk +cJA +eKD +ggC +wjc +wjc +wjc +xrc +rVt +gWe +ddC +pMq +wjc +wjc +wjc +cJA +eKD +ggC +eud +aMt +fDp +kJd +wnE +hWA +bDv +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +umW +cde +cOW +vFG +umW +cde +cOW +vFG +umW +cde +cOW +vFG +umW +cde +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(107,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +ecz +huf +hsM +lNn +cqi +cNm +jAk +fUW +eKD +ggC +wjc +wjc +wjc +xrc +xrc +xrc +xrc +pMq +wjc +wjc +wjc +fUW +eKD +ggC +eud +eud +eud +eud +eud +eud +eud +giq +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(108,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jAk +nWR +jQV +eoz +jAk +bML +sBO +jAk +eDr +har +ttV +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +eDr +har +ttV +eud +dEO +iwj +cmF +vvs +oRu +eud +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xJN +vFG +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(109,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +aJV +aJV +aJV +aJV +xoC +nNw +aJV +vmH +drx +pWy +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +vmH +drx +pWy +eud +bGL +nhD +tEg +wfu +ieR +eud +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rRV +rRV +rRV +rRV +rRV +rRV +rRV +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(110,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +osD +pfa +lAw +aJV +fSq +suq +aJV +qja +eKD +ggC +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +qja +eKD +ggC +eud +uIj +qWf +fgC +qWf +pCt +eud +gFf +bAl +bAl +nHR +rIH +vFG +vFG +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(111,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +mUI +hIq +lLB +pmn +kFt +qey +aJV +piI +blI +cfj +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +piI +blI +cfj +eud +teR +tEg +tEg +tEg +lGl +eud +gFf +ePH +bAl +nHR +rIH +vFG +vFG +wjc +wjc +wjc +wjc +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(112,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +fun +nMc +vmc +aJV +cmS +rFh +aJV +vkE +oQo +sEh +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vkE +oQo +sEh +sqQ +eiD +wUd +grM +dKE +uQL +sqQ +kep +ePH +bAl +kyn +rIH +rIH +rIH +drw +drw +drw +drw +hCb +ahK +gAT +liw +hCb +ahK +wkw +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(113,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +jEq +csk +mQw +aJV +hta +snz +aJV +rSn +ksT +nLK +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rSn +ksT +nLK +sqQ +eNR +hGe +wFN +ccQ +eNR +sqQ +lWt +ePH +ebc +nHR +drw +tTC +bLz +iyF +drw +drw +drw +hCb +ahK +wkw +liw +hCb +ahK +gAT +cOW +vFG +umW +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(114,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +aJV +akk +gYW +rcQ +aJV +hta +uMJ +aJV +wtL +xMQ +hwn +wjc +nug +nug +nug +nug +nug +mPD +nug +nug +nug +wjc +wtL +xMQ +hwn +sqQ +sqQ +sqQ +xVr +sqQ +sqQ +sqQ +mTU +rWH +rWH +rWH +drw +jTq +clo +rIH +drw +drw +drw +hCb +ahK +wkw +liw +hCb +ahK +wkw +cOW +vFG +umW +dPl +cOW +vFG +umW +cde +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(115,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +rwf +bXx +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +saA +wjc +wjc +wjc +rlU +wzI +orD +wjc +nug +sXU +sXU +cYw +kvO +dcy +sXU +sXU +nug +wjc +rlU +wzI +orD +sqQ +xmk +lMx +xVr +lMx +ybs +sqQ +myQ +myQ +myQ +myQ +myQ +mIH +dTF +dKF +dKF +dKF +xUj +jvm +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(116,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +tvd +prL +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +vWU +wjc +wjc +wjc +xod +wye +lIK +wjc +nug +idw +idw +oJX +oJX +vQf +idw +idw +nug +wjc +xod +wye +lIK +sqQ +sqQ +sqQ +qfD +sqQ +sqQ +sqQ +jSK +qqC +bjt +cVe +myQ +siq +gIt +dKF +wTG +nvw +xUj +wWd +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +lKK +xqe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(117,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +ghY +aoS +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +miG +jUw +tsi +oBQ +rvv +faJ +vWU +vWU +wjc +wjc +wjc +wtL +jSS +wpe +wjc +nug +mVB +xdl +vQf +vQf +vQf +xdl +bUi +nug +wjc +wtL +jSS +wpe +sqQ +xoX +jCY +udA +mNI +qCm +sqQ +ear +jGy +tzO +fqe +myQ +uEa +iwa +rhq +czZ +tOk +xUj +xUj +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(118,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +ghY +ffZ +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkS +vWU +pIv +oBQ +geo +geo +oBQ +uBj +vWU +jkS +wjc +wjc +wjc +wtL +eKD +fyh +wjc +drJ +vuJ +jcR +xdl +vQf +xdl +xdl +tSD +nug +wjc +wtL +eKD +fyh +bFT +uGM +uGM +bxX +oio +fyB +sqQ +dgV +fxl +qup +vtk +myQ +eEI +pXI +dKF +vvf +bGf +edz +tHt +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +cde +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(119,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +xHC +oPm +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +ujm +oBQ +gUw +rPs +oBQ +fCA +vWU +vWU +wjc +wjc +wjc +wtL +eKD +nXQ +wjc +drJ +iFK +jcR +xdl +vQf +rZX +rZX +rZX +nug +wjc +wtL +eKD +nXQ +sqQ +kaR +kaR +vDq +cfb +phF +sqQ +jbV +lKx +sRg +hHg +myQ +dKY +paJ +hBz +xNR +gWm +edz +bRc +nIh +sQR +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(120,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +ehW +oBQ +geo +fhF +jaY +vVy +vWU +vWU +wjc +wjc +wjc +cvJ +iAe +ibX +wjc +nug +dYm +vQf +vQf +iNe +tKL +hVB +tKL +nug +wjc +cvJ +iAe +ibX +sqQ +sqQ +sqQ +sqQ +hxl +sqQ +sqQ +myQ +myQ +cPh +myQ +myQ +gLH +eKd +dKF +dKF +dKF +xUj +ogj +nIh +smw +xlH +hCb +ahK +wkw +liw +hCb +ahK +dPl +cOW +vFG +umW +dPl +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(121,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vvp +oBQ +geo +chR +ofd +mlp +vWU +vWU +wjc +wjc +wjc +sfl +eKD +ggC +wjc +nug +gSR +qBq +cNY +nug +nug +nug +nug +nug +wjc +sfl +eKD +ggC +dFk +lGL +pFj +rnB +aHW +iLY +cqT +rlo +jyW +aHW +cVq +dTo +mEN +gTg +rWk +kqm +niA +qVB +tKs +dpN +qGM +qGM +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +hRd +hRd +hRd +hRd +hRd +hRd +idY +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(122,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +eyd +oBQ +geo +oBv +gaF +hmM +vWU +vWU +wjc +wjc +wjc +kFd +eKD +ggC +wjc +lDb +pXH +rjz +xzk +yex +ozQ +eln +jCl +rWH +wjc +kFd +eKD +ggC +uCB +uWd +mJZ +fHQ +uWd +ell +qHl +uWd +sbr +uWd +uWd +dTo +dnX +rdy +vYQ +vYQ +vYQ +vYQ +vYQ +xxI +dlY +lCa +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(123,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkS +vWU +oRc +oBQ +oBQ +wjt +wJY +eUl +vWU +jkS +wjc +wjc +wjc +cJA +eKD +ggC +wjc +cEu +vQf +lPe +dwj +nug +tEV +gFf +mps +kiW +wjc +cJA +eKD +ggC +coo +coo +coo +nYJ +coo +coo +coo +buV +fii +buV +buV +buV +kGR +lYh +duV +rxU +mGW +xlY +iWG +laX +qQr +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(124,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +dIz +vWU +vWU +vWU +vWU +wjc +wjc +wjc +fUW +eKD +ggC +wjc +nug +kUs +jcR +tSD +nug +ajP +gFf +rIH +rIH +wjc +fUW +eKD +ggC +coo +ioB +rPT +oPY +luv +cPO +coo +djY +uMw +kdq +aRK +buV +jSj +lYh +dAo +wOo +xHo +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +kky +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(125,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vWU +vWU +vWU +vWU +vWU +hXT +vWU +sUR +vWU +vWU +wjc +wjc +wjc +eDr +har +ttV +wjc +nug +dcV +jcR +xdl +nug +fyF +gFf +rIH +lCA +wjc +eDr +har +ttV +coo +jSi +mnm +dsr +gmb +iQB +coo +fgF +xcM +eAg +jBy +buV +wOo +lYh +duV +wOo +rbk +xlY +tJR +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(126,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vmH +drx +pWy +wjc +nug +iFK +jcR +xdl +nug +mDw +gEC +rIH +lCA +wjc +vmH +drx +pWy +coo +vlz +mnm +mnm +mnm +oph +coo +tJH +rsc +tbe +jiL +buV +hTy +riA +duV +wOo +lJy +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +lKK +xqe +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(127,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +mXS +jGk +mjq +wjc +nug +iFK +jcR +xdl +nug +iKn +gFf +rIH +lCA +wjc +mXS +jGk +mjq +coo +wRQ +wqQ +isu +vlz +wRV +coo +tvR +szv +uMr +nxS +buV +cig +lYh +duV +rGC +bIN +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(128,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +ldh +nes +nes +wjc +oRV +kcH +sDt +wjc +nug +iFK +uqm +lgG +nug +nHR +gFf +rIH +lCA +wjc +oRV +kcH +sDt +coo +coo +coo +coo +coo +coo +coo +tJa +aFE +rhe +kbQ +buV +fEO +lYh +duV +duV +xlY +xlY +iWG +laX +gwR +tmo +hCb +ahK +mkJ +liw +hCb +ahK +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(129,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wlm +tUu +cEX +nes +wjc +bgq +qLm +bst +wjc +nug +nug +nug +nug +nug +nHR +gFf +rIH +lCA +wjc +bgq +qLm +bst +pmz +iit +kvN +rTp +mPe +klj +pmz +buV +buV +mew +buV +buV +wOo +lYh +pEA +lnq +iWG +rRg +iWG +laX +gwR +tmo +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +kky +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(130,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +upO +lqM +kIn +nes +wjc +ojF +hWi +gcB +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +ojF +hWi +gcB +pmz +boF +lSy +azV +sAx +iMg +pmz +aOk +mKY +czq +llL +buV +wOo +lYh +mlW +lnq +iWG +rRg +iWG +laX +gwR +tmo +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(131,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +cCb +eDY +mVq +wST +wjc +vLy +qLm +pze +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +vLy +qLm +pze +pmz +mTI +dOI +oUe +dOI +swC +pmz +jZy +jkC +uvk +rdZ +buV +vnb +lYh +pEA +lnq +iWG +rRg +iWG +laX +qQr +tmo +hCb +ahK +wPf +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(132,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nTs +eDY +mVq +wST +wjc +tfe +qLm +gPI +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +tfe +qLm +gPI +pmz +sya +swC +mwk +nGJ +jOS +pmz +buV +buV +buV +buV +buV +wOo +lYh +mlW +bvq +mlr +rRg +iWG +laX +gwR +tmo +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(133,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +rZT +eDY +qBD +nes +wjc +gHW +mNQ +wLS +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +gHW +mNQ +wLS +pmz +pmz +pmz +ufr +pmz +pmz +pmz +drw +drw +nHR +nHR +nHR +nHR +aAZ +iyF +hCb +hCb +aVl +hCb +ahK +mkJ +liw +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(134,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +ltp +rZT +eDY +gqk +ufN +wjc +bgq +jWc +pze +wjc +wjc +wjc +cnL +xUZ +rAR +mqs +cnL +wjc +wjc +wjc +bgq +jWc +pze +hes +cEQ +bxO +riD +jwX +wuH +wuH +jXq +jXq +fnf +mDW +dSN +dSN +jFR +rIH +hCb +hCb +aVl +hCb +ahK +mkJ +liw +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(135,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nyu +iAu +voG +cYg +qxT +kmK +wjc +bgq +lSK +szA +wjc +wjc +wjc +weX +dpl +oXO +kbS +cus +wjc +wjc +wjc +bgq +lSK +szA +lap +hta +jBJ +nCm +kqd +hta +hta +bpN +bpN +tsP +mps +rIH +rIH +rIH +rIH +hCb +hCb +aVl +hCb +ahK +mkJ +liw +hCb +ahK +mkJ +cOW +vFG +umW +bpU +cOW +vFG +umW +bpU +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(136,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +pls +sfp +sZy +oqG +nes +wjc +jMc +jWc +pze +wjc +wjc +wjc +cnL +lgT +sRa +odf +cnL +wjc +wjc +wjc +jMc +jWc +pze +aMU +aMU +aMU +vLd +aMU +aMU +aMU +pZd +mps +mps +giq +wjc +wjc +wjc +wjc +vFG +vFG +omy +vFG +umW +kky +cOW +vFG +umW +kky +cOW +vFG +umW +kky +cOW +vFG +umW +kky +cOW +vFG +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(137,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +eRh +ptY +res +iXC +nes +wjc +bgq +kFA +geO +wjc +wjc +wjc +cnL +cnL +cnL +cnL +wjc +wjc +wjc +wjc +bgq +kFA +geO +aMU +vEz +rJX +rBW +iYZ +aMU +plg +nWy +wUh +tnU +giq +wjc +vFG +vFG +vFG +vFG +vFG +omy +jkE +jkE +jkE +jkE +jkE +jkE +jkE +xqe +jkE +xqe +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(138,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +tHz +gyt +lVh +ntN +nes +wjc +bgq +kFA +atx +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +atx +aMU +gav +quT +cSP +msg +aMU +gZK +wvw +lKT +tTL +giq +wjc +omy +omy +omy +jkE +jkE +jkE +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(139,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +sjZ +fpV +sFl +xDD +nes +wjc +vLy +kFA +daA +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +giq +vLy +kFA +daA +giq +dsd +quT +cSP +sRB +aMU +pJR +jEE +hau +llc +giq +wjc +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +jkE +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(140,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +nes +nes +nes +nes +nes +nes +wjc +lgz +xdn +aBF +giq +tFp +xiX +bXx +lNi +giq +shl +qWI +nYY +lNi +giq +lgz +xdn +aBF +giq +fwO +fZl +aCs +pIG +aMU +aRE +qOX +eSr +kaY +giq +vFG +vFG +vFG +vFG +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +vFG +vFG +vFG +vFG +jkE +jkE +jkE +jkE +jkE +jkE +jkE +jkE +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +jkE +jkE +jkE +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(141,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bVn +kFA +bst +giq +sat +pin +rtd +gZF +giq +xjf +pin +rtd +gZF +giq +bVn +kFA +bst +giq +wxD +cXe +gXy +msg +aMU +msg +aII +xnG +mJk +giq +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +xJN +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(142,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +pze +giq +kKj +umL +rwE +jaJ +giq +kKj +umL +rwE +jaJ +giq +bgq +kFA +pze +giq +giq +pbp +mps +mps +mps +mps +mps +pbp +mps +giq +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(143,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +lkX +mSf +gcB +giq +uFv +moT +wuV +vUy +giq +xQE +moT +wuV +sap +giq +lkX +mSf +gcB +giq +uII +wLw +bUJ +lAc +mps +vOD +kAr +oVt +lAc +giq +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(144,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +pze +giq +giq +nPz +giq +giq +giq +giq +uXZ +giq +giq +giq +bgq +kFA +pze +giq +nHw +oHn +fTV +fBq +mps +tzE +sbV +woa +fBq +giq +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(145,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +kFA +kgv +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +bgq +kFA +kgv +giq +giq +mps +mps +mps +giq +giq +giq +giq +giq +giq +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(146,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +tSW +dms +muD +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +tSW +dms +muD +wjc +wjc +nHR +gFf +iyF +vFG +vFG +vFG +jkE +vFG +vFG +vFG +jkE +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(147,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +xml +xml +xml +xml +xml +xml +xml +xml +xml +wjc +bgq +jWc +pze +vFG +vFG +rWH +jFR +rIH +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(148,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +lbF +gEH +gEH +lbF +wjc +wjc +wjc +wjc +bgq +jWc +pze +vFG +vFG +cEl +dUy +rIH +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(149,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +gEH +wjc +wjc +wjc +wjc +bgq +jWc +pze +vFG +vFG +rIH +rIH +rIH +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(150,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +wch +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +vFG +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +vEb +kwx +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(151,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +wch +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +vFG +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(152,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +gEH +wch +wch +gEH +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +jkE +omy +omy +omy +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(153,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +wjc +lbF +gEH +gEH +lbF +wjc +wjc +wjc +wjc +bgq +jWc +pze +wjc +wjc +lCA +lCA +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(154,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +xml +xml +xml +xml +xml +xml +xml +xml +xml +xml +xml +bgq +jWc +pze +wjc +wjc +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(155,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +txF +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +bic +bgq +jWc +pze +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(156,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +bgq +jWc +pze +dZW +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +oUt +bic +bgq +jWc +pze +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(157,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +lCA +lCA +lCA +uvE +sXA +fnd +wjc +wjc +wjc +wjc +oJt +xrJ +oWR +luW +oJt +mps +mps +mps +hkn +mps +dXA +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(158,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +lCA +lCA +lCA +uvE +sLn +fnd +efR +oJt +oJt +oJt +oJt +flh +bBz +hhm +oJt +oJt +oJt +oJt +ePH +mps +kvG +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(159,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +lCA +lCA +lCA +uvE +vlV +fnd +fnd +gdg +mne +oWS +leD +dNa +lfY +xmA +ktV +oWS +mne +bHg +ePH +mps +mps +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(160,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +jkE +lCA +lCA +lCA +uvE +vlV +fnd +vlV +oJt +hVb +lfY +leD +dNa +lfY +xmA +ktV +lfY +wxR +oJt +ePH +ePH +fGd +rIH +lCA +lCA +lCA +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(161,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +jkE +vFG +vFG +uvE +cCW +fnd +efR +oJt +jIj +gcQ +nXw +dNa +lfY +xmA +gnd +gcQ +heW +oJt +iKn +ePH +gpX +rIH +vFG +vFG +jkE +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(162,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +uvE +cgO +fnd +vlV +oJt +gcQ +gcQ +nXw +dNa +tra +xmA +gnd +gcQ +gcQ +oJt +vfQ +ePH +nHR +rIH +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(163,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +pdu +vlV +fnd +vlV +oJt +oJt +glZ +oJt +kyg +eIu +ihL +oJt +glZ +oJt +oJt +nHR +ePH +nHR +mrT +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(164,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +pdu +vlV +fnd +vlV +toA +ixv +lfY +ktV +oTC +mic +xmA +ktV +lfY +lqx +toA +mDw +ePH +hGR +mrT +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(165,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +pdu +efR +fnd +rjR +toA +ixv +lfY +ktV +dNa +lfY +xmA +ktV +lfY +lqx +toA +iKn +ePH +yaM +mrT +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(166,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +pdu +vlV +fnd +vlV +oJt +oJt +oJt +oJt +aEM +aUc +fbB +oJt +oJt +oJt +oJt +mps +sSh +mps +rIH +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +jjU +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(167,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +vFG +uvE +rjR +fnd +vlV +vlV +wgv +oJt +hdB +rOi +mxL +rgR +pNH +oJt +mNK +dek +mNK +pdK +kSP +toA +iAM +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(168,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +vFG +gGg +uvE +npM +fnd +fnd +fnd +fnd +bwV +bnM +nVx +vKc +qMe +nUl +gct +pdK +pdK +pdK +pdK +pdK +toA +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(169,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jkE +jkE +jkE +uvE +mEU +mEU +mEU +mEU +mEU +oJt +cBq +noS +fIl +noS +nUl +jrc +oTU +esf +lDR +fAL +fAL +toA +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(170,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +uvE +efR +vlV +mEU +nPn +mDA +oJt +tlc +lps +uQB +eWO +nUl +jrc +xCh +ufd +wUB +tGl +pdK +toA +vFG +vFG +omy +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(171,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +omy +vFG +vFG +uvE +uvE +vlV +mEU +fpD +jYt +oJt +qLz +bho +oyT +bho +nUl +jrc +cOq +oor +gnX +pdK +toA +toA +vFG +vFG +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(172,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +uvE +uvE +uvE +tkp +kEY +gWM +sJj +noJ +tJm +noJ +sij +aYk +ftn +aBO +toA +toA +toA +omy +omy +omy +jkE +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(173,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +uvE +uvE +uvE +oJt +lvF +scW +scW +scW +gFH +oJt +toA +toA +toA +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(174,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +uvE +toA +xGn +noS +noS +noS +gLc +toA +toA +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(175,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jrc +jrc +qKC +xlD +pIp +jrc +jrc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(176,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +jrc +jrc +jrc +jrc +jrc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(177,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(178,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(179,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(180,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(181,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(182,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +xJN +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(183,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +wjc +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(184,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(185,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(186,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(187,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(188,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(189,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(190,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(191,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} +(192,1,1) = {" +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +vFG +"} diff --git a/maps/victory/levels/deck3.dmm b/maps/victory/levels/deck3.dmm new file mode 100644 index 000000000000..fb6bf90d0cec --- /dev/null +++ b/maps/victory/levels/deck3.dmm @@ -0,0 +1,62778 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaK" = ( +/obj/structure/lattice, +/turf/simulated/floor/airless/ceiling, +/area/space) +"abL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"acc" = ( +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"acf" = ( +/obj/effect/floor_decal/spline/plain, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"act" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"acD" = ( +/obj/structure/table/standard, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"adc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"ade" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiovs5"; + name = "Divider Blast Doors"; + pixel_y = -38; + req_one_access = list(29,47) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"aeS" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"aeW" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"afb" = ( +/obj/machinery/sleep_console{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"afc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"afh" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/medical_restroom) +"afR" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"agS" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_a) +"ahH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ajj" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ako" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"alr" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"alX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"amr" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"amL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"amU" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/computer/med_data/laptop, +/obj/item/hand_labeler, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"amZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/recharger, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"anx" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"apg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"apy" = ( +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/airlock_sensor{ + frequency = 1380; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"apK" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"apN" = ( +/obj/structure/table/standard, +/obj/item/soap/nanotrasen, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -4 + }, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"aqP" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"aqT" = ( +/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 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"arr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"arH" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/table/woodentable, +/obj/item/toy/plushie/kitten, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"arT" = ( +/obj/machinery/computer/mecha, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"arY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 8 + }, +/obj/structure/table/carbon/reinforced, +/obj/item/storage/box/treats, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"asv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"atV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"auq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Infectious Diseases & Treatment Center" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"avn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"avB" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"avE" = ( +/obj/landmark/spawnpoint/job/cyborg, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"aww" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "EMT"; + name = "shuttle beacon" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"awE" = ( +/obj/machinery/optable, +/obj/machinery/oxygen_pump/anesthetic{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery2) +"awP" = ( +/obj/machinery/scale, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"axp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"ayB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"ayI" = ( +/obj/machinery/light, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/structure/flora/pottedplant/orientaltree, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"azK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + dir = 4 + }, +/obj/machinery/disease2/diseaseanalyser, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"aBb" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"aBk" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"aBt" = ( +/obj/machinery/button/remote{ + dir = 4; + id = "emg_pump"; + name = "EMERGENCY XENO-BIO KILL SWITCH"; + pixel_x = -24 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"aCZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/closet/secure_closet/hydroponics{ + name = "Xenobotanist's locker"; + req_access = list(); + req_one_access = list(30,35,47,77) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"aDe" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"aDi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"aDx" = ( +/turf/simulated/wall/prepainted/science, +/area/assembly/robotics) +"aDY" = ( +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"aEn" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/mob/living/simple_mob/slime/xenobio/rainbow/kendrick, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"aEO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/landmark/spawnpoint/overflow, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"aET" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"aEU" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"aEX" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"aFj" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 1; + frequency = 1380; + master_tag = "emt_shuttle_dock"; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"aFA" = ( +/obj/machinery/computer/diseasesplicer, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"aFC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"aFN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/virologyisolation) +"aFW" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"aHb" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"aHe" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"aHi" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs4"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"aHG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aHX" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aIx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aIF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"aIH" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/machinery/computer/mecha{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"aIK" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"aJe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"aJg" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/camera/network/research{ + dir = 6; + network = list("Research","Toxins Test Area") + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"aKv" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"aKR" = ( +/obj/machinery/computer/aifixer, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"aLf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"aLW" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"aOb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"aOx" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"aOH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"aOX" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aPs" = ( +/obj/structure/lattice, +/turf/space/basic, +/area/space) +"aPI" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/surgery2) +"aPL" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal, +/turf/simulated/floor, +/area/shuttle/emt/general) +"aPX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"aQo" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"aRa" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/research/testingrange) +"aRl" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"aSk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -25; + pixel_y = -24; + tag_exterior_door = "virology_airlock_exterior"; + tag_interior_door = "virology_airlock_interior" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"aSs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"aSW" = ( +/obj/effect/floor_decal/corner/beige/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"aTQ" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"aUb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"aUo" = ( +/obj/machinery/button/windowtint{ + id = "psyche"; + pixel_x = 24; + pixel_y = -2 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "mentaldoor2"; + name = "Door Switch"; + pixel_x = 28; + pixel_y = 9 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"aUR" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"aVO" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_y = -30 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"aWr" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aXm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"aXF" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Medbay Employee Entrance" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"aXN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"aXR" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"aZa" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/light/small, +/obj/machinery/media/jukebox, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"aZo" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"aZG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-a-inner"; + name = "Ward A Back Area Access"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-a-outer"; + name = "Ward A Lockdown"; + pixel_x = -26; + pixel_y = 32; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"aZT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aZV" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"aZZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bbD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"bbY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"bcX" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor, +/area/shuttle/emt/general) +"bds" = ( +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled{ + start_pressure = 9000 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"bdJ" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bfS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"bge" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/hallway/primary/aft) +"bgr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bhD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"bix" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"biy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"biX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"bjg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"bji" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"bks" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"bkt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"bkF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/research{ + name = "XenoArcheology"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenoarcheology, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"bkU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"blH" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"bmd" = ( +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"bnr" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"bnP" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/iv_drip, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"bpn" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"bqe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bqS" = ( +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"brk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"bsC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"bsW" = ( +/obj/structure/table/standard, +/obj/machinery/computer/atmoscontrol/laptop{ + monitored_alarm_ids = list("xenopenvent"); + req_one_access = list(47,24,11) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"btU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + external_pressure_bound = 0; + frequency = 1445; + icon_state = "map_vent_in"; + id_tag = "burn_out"; + initialize_directions = 4; + pump_direction = 0 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"buE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"bvp" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery) +"bwA" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/medical, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/surgeryprep) +"bwC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bxz" = ( +/obj/structure/curtain/open/shower, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"bxO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"byw" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue, +/obj/machinery/organ_printer/flesh, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bzj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bzV" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light/small, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bAd" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bAI" = ( +/mob/living/bot/medibot/medass, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bAJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bAN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"bAO" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/closet/secure_closet/paramedic, +/obj/item/stack/medical/splint, +/obj/item/material/knife/machete, +/obj/item/clothing/accessory/holster/machete, +/obj/item/clothing/accessory/permit/gun/paramedic, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"bBu" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"bBA" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space) +"bBJ" = ( +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"bCG" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/ward) +"bCS" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayEmergency"; + name = "Medbay Emergency Access" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"bDe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"bDo" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bDG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"bDT" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/psych/psych_1) +"bEc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"bEz" = ( +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"bFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"bFy" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"bFz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bFH" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/airless, +/area/shuttle/emt/general) +"bGt" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/resleeving) +"bGx" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bHu" = ( +/obj/effect/shuttle_landmark/victory/deck3/port, +/turf/space, +/area/space) +"bHz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/medbreak) +"bHA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bIw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"bIW" = ( +/obj/structure/sign/department/robo, +/turf/simulated/wall/prepainted/science, +/area/assembly/robotics) +"bJp" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bJH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bJZ" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bKV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/machinery/recharger, +/obj/item/cell/device/weapon, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"bKW" = ( +/obj/machinery/atmospherics/component/unary/cryo_cell, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"bLe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"bLL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"bMe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bMn" = ( +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bMV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bNl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"bNp" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay_primary_storage) +"bOw" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"bOx" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"bPE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"bPH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 6 + }, +/obj/machinery/transhuman/resleever, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"bPO" = ( +/obj/machinery/atmospherics/pipe/vent/high_volume, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"bQP" = ( +/obj/structure/table/woodentable, +/obj/item/toy/plushie/therapy/green, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"bQS" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/scale, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"bRc" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/button/windowtint{ + dir = 8; + id = "ward_b"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"bSL" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bTa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"bTc" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = 26; + pixel_y = -26; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"bTw" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/roller_holder, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"bUY" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"bVe" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"bVy" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"bWt" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bWA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Rest Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"bXb" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"bXJ" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/scale, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"bXX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/medical, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bYa" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"bYn" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/bamboo, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"bYw" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/megaphone, +/obj/item/paper/monitorkey, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"bYA" = ( +/obj/structure/closet{ + name = "spare clothes" + }, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/green, +/obj/item/clothing/under/color/lightpurple, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"bYC" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bYH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"bYR" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"bYT" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "DECK 3" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"cac" = ( +/obj/structure/bed/chair/comfy/brown, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cam" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"cau" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"caz" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 8; + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cbh" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"cbw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"cbF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ccN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + icon_state = "map_vent_out"; + on = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"cdE" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"ceo" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/exam_room/exam_1) +"ces" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cew" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"ceM" = ( +/obj/structure/dispenser, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"cfa" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"cfl" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"cfG" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/morgue) +"cfI" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "ward_c" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/patient_c) +"cgs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"cgN" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/bookcase/manuals/research_and_development, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"cgQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"chv" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/chemistry) +"chD" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/medical) +"chQ" = ( +/obj/machinery/atm{ + pixel_x = -33 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cjf" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"cjM" = ( +/obj/structure/table/standard, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ckU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"clg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"clp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"cmc" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology) +"cmy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cmO" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cnh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cny" = ( +/obj/structure/stairs/spawner/south, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"coH" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"coV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"cps" = ( +/obj/structure/table/reinforced, +/obj/random/plushie, +/obj/random/plushie, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cpB" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cqv" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/obj/machinery/requests_console/preset/research{ + pixel_x = 32 + }, +/obj/item/tool/wrench, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"cqR" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/research{ + name = "Research Lounge"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/breakroom) +"cqX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"crw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 1 + }, +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology) +"crH" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"csb" = ( +/turf/simulated/floor/airless/ceiling, +/area/space) +"csx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/access_button{ + frequency = 1380; + master_tag = "emt_shuttle_docker"; + name = "exterior access button"; + pixel_x = -30; + pixel_y = 10 + }, +/obj/map_helper/airlock/door/ext_door, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"csz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"csA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ctW" = ( +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"cuL" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"cvD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cvM" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cvP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"cxI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"cyt" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"cyw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"czv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"czU" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/fiftyspawner/cardboard, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"cAb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cAA" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Pre-Revival Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/morgue, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"cBb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"cBT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"cBY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cDA" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/loot_pile/maint/boxfort, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"cDC" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"cEs" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cEy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"cEL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cEY" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/power/apc/north_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cFb" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_primary_storage) +"cFy" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"cFz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"cGc" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"cGx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cGH" = ( +/obj/structure/sign/directions/cryo{ + dir = 1; + pixel_y = 24 + }, +/obj/structure/sign/directions/cargo{ + dir = 1; + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cGO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"cHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cHj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"cHx" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cHC" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"cIp" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"cIZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"cKJ" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"cLl" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cLW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"cMb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"cMM" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"cNf" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"cNK" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"cNP" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"cNW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"cOu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cOC" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/reception) +"cOG" = ( +/obj/machinery/camera/network/research, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/closet/secure_closet/scientist, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"cOM" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cPx" = ( +/obj/machinery/cell_charger, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"cQu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cRF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"cRH" = ( +/obj/structure/table/standard, +/obj/item/flashlight/lamp, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"cSS" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"cSU" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cTd" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"cTl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/pipedispenser, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"cTK" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"cTS" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/closet/l3closet/scientist/double, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"cVq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"cWK" = ( +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"cWM" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"cWS" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"cXC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"cXQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"cYH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"cYX" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/vending/hydronutrients, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cZD" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"cZK" = ( +/obj/machinery/body_scanconsole, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"cZR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dbb" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dbh" = ( +/obj/machinery/camera/network/medbay{ + dir = 5 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"dbo" = ( +/turf/simulated/wall/prepainted/science, +/area/assembly/chargebay) +"dbq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"dbE" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio10"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dci" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"ddn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"ddG" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + id_tag = "MedbayFoyer"; + name = "Recovery Wing" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"ddT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"dec" = ( +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/medical/emt, +/obj/item/clothing/head/helmet/space/void/medical/emt, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/clothing/mask/breath, +/obj/machinery/camera/network/medbay{ + dir = 5 + }, +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/machinery/camera/network/medbay{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"dgC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "mentaldoor"; + name = "Mental Health"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"dgF" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"dic" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"dip" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"djp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"djx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"djF" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"dkr" = ( +/obj/machinery/light, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"dkQ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"dlt" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio9"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dlw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"dlB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"dlN" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "psyche-b-inner"; + name = "Ward B"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/psych_ward) +"dmF" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"dni" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"doR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"dpx" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"dqh" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay3) +"dqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"drj" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/medbreak) +"drp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"drq" = ( +/obj/machinery/mech_recharger, +/obj/machinery/light, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"drR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"dsi" = ( +/obj/effect/floor_decal/corner/green/full, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"dsT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"dsY" = ( +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"dtz" = ( +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"duc" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"dug" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"dui" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dum" = ( +/obj/item/defib_kit/compact/loaded, +/obj/item/defib_kit/compact/loaded, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"duZ" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/medbay/fore) +"dvL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"dwr" = ( +/obj/structure/dogbed, +/mob/living/simple_mob/animal/passive/dog/tamaskan/Spice{ + desc = "The robotics new spry canine friend! He seems to love old rock music from Sol."; + name = "Rocket" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"dwF" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"dwM" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"dwU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"dxA" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/medical{ + name = "Medbay Reception"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/reception) +"dyF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"dyM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"dyS" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/fpmaint2) +"dyX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"dzg" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dzs" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"dzN" = ( +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"dAa" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"dAl" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"dAn" = ( +/obj/structure/closet{ + name = "spare clothes" + }, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/green, +/obj/item/clothing/under/color/lightpurple, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"dAF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"dAV" = ( +/turf/simulated/floor/wood, +/area/medical/medbay4) +"dCq" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"dCW" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"dEc" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/recharger/wallcharger{ + pixel_x = 5; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dEl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/reception) +"dEC" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "er1"; + name = "Exam Room 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"dEU" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"dFg" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dFm" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_one"; + dir = 8; + pixel_x = 22 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"dGi" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"dGj" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"dGL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"dHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"dHs" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/surgeryprep) +"dHH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"dIa" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"dIj" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/surgery) +"dIx" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"dIJ" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/teleporter/departing) +"dJs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/closet/l3closet/virology, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/medbay{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"dJW" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dKK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dKQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"dKT" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"dLn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"dLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"dLG" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"dNk" = ( +/obj/effect/floor_decal/spline/plain, +/obj/item/toy/plushie/red_fox, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"dNs" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/medical/virology) +"dNv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"dNE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"dNT" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + id_tag = "deck3_airlock" + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"dNU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"dOr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"dPT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"dQf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dQC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/open, +/area/victory/station/stairs_three) +"dQN" = ( +/turf/simulated/wall/prepainted/medical, +/area/crew_quarters/medical_restroom) +"dQR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"dRt" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"dSa" = ( +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"dSf" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"dSA" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"dSG" = ( +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/pen, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"dSN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"dSQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"dSY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera/network/research{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"dTF" = ( +/obj/machinery/transhuman/resleever, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"dTO" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "emt_shuttle_docker_pump" + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"dTP" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"dUn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"dUW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"dVV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"dYI" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"dYN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"dYS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"dZd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"dZN" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"dZX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_x = null + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"eam" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"eaq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eat" = ( +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"eaI" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"ebY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ece" = ( +/obj/machinery/computer/security/mining{ + dir = 8; + name = "psychiatric wing camera monitor"; + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ecE" = ( +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"ecT" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"edn" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/closet/secure_closet/paramedic, +/obj/item/stack/medical/splint, +/obj/item/material/knife/machete, +/obj/item/clothing/accessory/holster/machete, +/obj/item/clothing/accessory/permit/gun/paramedic, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"edC" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "er1"; + name = "Exam Room 1 Lock"; + pixel_x = 26; + pixel_y = 10; + specialfunctions = 4 + }, +/obj/machinery/button/windowtint{ + dir = 6; + id = "exam_1"; + pixel_x = 24 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"edP" = ( +/obj/structure/sign/warning/airlock{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eew" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"efa" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/r_wall/prepainted/medical, +/area/crew_quarters/heads/cmo) +"efb" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"eff" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/traumainjectors, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"efr" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"efz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"efL" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/emt/general) +"efT" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + name = "Public Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"ego" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"egt" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"egu" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/surgeryprep) +"egX" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"egY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ehf" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8500 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ehv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ehA" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"ehC" = ( +/obj/machinery/camera/network/medbay, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ejb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/crate/robotics, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"ejt" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ejy" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30 + }, +/obj/machinery/mecha_part_fabricator/pros, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"ejD" = ( +/obj/structure/sign/warning/caution, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/test_area) +"ejF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/storage/fancy/vials, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"ejI" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/port) +"ekI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"ekU" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/psych_ward) +"eme" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"enA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward D"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"eow" = ( +/obj/structure/anomaly_container, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/anomaly_lab) +"epc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"eqt" = ( +/obj/structure/sign/department/chem, +/turf/simulated/wall/prepainted/medical, +/area/medical/chemistry) +"eri" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"ety" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"etB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"etN" = ( +/obj/structure/morgue, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"etO" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"ewY" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/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/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/item/radio{ + pixel_x = -4 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/item/hand_labeler, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"eyb" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_b) +"eyv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 30000 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"ezb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ezA" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "Cockpit" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"ezI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"ezO" = ( +/obj/machinery/camera/network/research, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"eAh" = ( +/obj/item/storage/firstaid/surgery, +/obj/structure/table/standard, +/obj/item/autopsy_scanner, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/freezer, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/medical/morgue) +"eAv" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"eBe" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eBL" = ( +/obj/structure/table/woodentable, +/obj/item/paicard, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"eBV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward A"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"eCw" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"eCA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"eCY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"eEv" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"eEE" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/medical_science) +"eEO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"eEW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"eEX" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"eGv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"eHm" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"eHS" = ( +/obj/machinery/sleep_console, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"eID" = ( +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = 26; + pixel_y = 26; + req_access = list(29,47); + req_one_access = list(47) + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"eJc" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/sink/kitchen{ + name = "industrial sink"; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"eKi" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/hazmat/equipped{ + req_access = list(65) + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/obj/item/cartridge/signal/science, +/obj/item/cartridge/signal/science, +/obj/item/clothing/glasses/welding/superior, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"eKJ" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Paramedic Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay_emt_bay) +"eLb" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"eLe" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/computer/crew, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"eLj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"eMi" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"eMm" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgeryprep) +"eMZ" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/space) +"eNH" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "mechbay"; + name = "Mech Bay Access"; + pixel_x = -32; + pixel_y = 27; + req_access = list(29,47); + req_one_access = list(47) + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central1, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"eOr" = ( +/obj/machinery/media/jukebox, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"ePH" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"ePT" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"eQq" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"eQr" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"eQu" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"eRt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"eRP" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"eSf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"eSg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"eSw" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"eSQ" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"eTk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"eTX" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/research{ + name = "Research Entrance" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"eUu" = ( +/obj/item/clothing/head/feathertrilby, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"eUx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"eUy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"eUQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"eVl" = ( +/obj/machinery/light/small, +/obj/structure/catwalk, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"eVG" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_b) +"eVZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"eWi" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_c) +"eWn" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"eWN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 1 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"eWW" = ( +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"eWX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"eXe" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"eXE" = ( +/obj/structure/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"eXW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"eYa" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"eYh" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"eYk" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/passive_gate{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"eYr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"eYM" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/crew_quarters/heads/cmo) +"eYX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"eZV" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/black, +/turf/simulated/floor/tiled, +/area/medical/virology) +"eZX" = ( +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/obj/structure/closet/secure_closet/guncabinet/robotics, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"eZZ" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/obj/structure/plushie/ian{ + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"faD" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fbl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fby" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"fbI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fcw" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"fcH" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"fcX" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_d) +"fdp" = ( +/obj/structure/closet/crate, +/obj/random/maintenance, +/obj/random/maintenance, +/obj/random/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"fdv" = ( +/obj/machinery/atmospherics/component/unary/heater{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"feG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"feP" = ( +/obj/structure/table/steel, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"ffh" = ( +/obj/effect/floor_decal/corner/blue, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ffI" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/rdoffice) +"ffK" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"fhj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"fiD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"fjh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"fjt" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/steel_reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/firstaid/surgery, +/obj/item/autopsy_scanner, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"fjC" = ( +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"fkK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"flF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"flY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fmi" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"fmm" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology/xenoflora_storage) +"fmp" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"fmI" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"fmZ" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fnt" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/resleeving) +"foh" = ( +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"foz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"fpV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fqm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled, +/area/medical/reception) +"fqJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"frq" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"fry" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"frz" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"frJ" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"fsw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"fsC" = ( +/obj/structure/sign/department/sci, +/turf/simulated/wall/prepainted/science, +/area/rnd/reception_desk) +"fsM" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay-inner"; + name = "Mech Bay" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"fsS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"fti" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fts" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"fus" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"fuU" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"fwu" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/sleeper) +"fwy" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 30000 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"fwJ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"fwL" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/research{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"fxa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobiology, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"fxj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"fxR" = ( +/obj/structure/cable/green, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + pixel_y = 8; + state = 2 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"fxU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/folder/white_cmo, +/obj/item/stamp/cmo, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"fzt" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio8"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"fzF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"fzO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"fAo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"fAD" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fBi" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward B"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"fBJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fBT" = ( +/obj/structure/table/reinforced, +/obj/random/toy, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fCa" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"fCr" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"fDK" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"fDP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobiovs4"; + name = "Divider Blast Doors"; + req_access = list(55); + pixel_y = 38 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"fGD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"fHi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"fHl" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"fIn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"fIp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"fIs" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"fIt" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"fIE" = ( +/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/machinery/vending/cigarette, +/turf/simulated/floor/tiled/monotile, +/area/rnd/breakroom) +"fIJ" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"fIK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"fIS" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + id = "MedbayFoyer"; + name = "Door Switch"; + pixel_x = -5; + pixel_y = 27 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door's bolts."; + id = "MedbayFoyer"; + name = "Medical Door Bolt"; + pixel_x = 8; + pixel_y = 27; + specialfunctions = 4; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"fJj" = ( +/obj/machinery/optable, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"fKp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"fKw" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"fLa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/medbay{ + dir = 8; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fLw" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"fMh" = ( +/obj/structure/mirror{ + pixel_y = 33 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"fMp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"fMY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"fNb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"fNB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"fNZ" = ( +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"fOo" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"fOE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"fOX" = ( +/obj/structure/cable/green{ + 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/tiled/techfloor, +/area/rnd/workshop) +"fPm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"fPM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"fQj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fRk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fRq" = ( +/obj/structure/closet/crate/bin{ + desc = "A large bin for medical and other personnel that deals with bio-grade waste."; + icon_closed = "biohazard"; + icon_opened = "biohazardopen"; + icon_state = "biohazard"; + name = "biohazard bin" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"fRZ" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/aft) +"fSf" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"fSg" = ( +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio7"; + name = "Containment Blast Doors"; + pixel_x = 24; + pixel_y = 24; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"fSO" = ( +/obj/structure/sign/department/medbay, +/turf/simulated/wall/prepainted/medical, +/area/medical/reception) +"fTE" = ( +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"fTU" = ( +/obj/machinery/computer/rdconsole/core, +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"fUn" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"fUH" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/storage/box/syringegun, +/obj/item/storage/box/syringegun, +/obj/item/gun/launcher/syringe, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"fUM" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/toilet{ + pixel_y = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"fVB" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"fWa" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"fWy" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 4; + name = "Xenoflora Waste Buffer"; + start_pressure = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"fWJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"fWQ" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fWZ" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"fXo" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs6"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"fZo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"fZv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gbZ" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/obj/structure/flora/pottedplant/decorative, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"gck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gcM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gdj" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"geo" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"gep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"geD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"geE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/loading{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"gfA" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"ggD" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"ggO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"ghn" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/mask/breath, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"gii" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"giU" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"gjp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"gjw" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"gkl" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"gkq" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/organ_printer/flesh, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"gkx" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/orangejuice, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"glw" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"gly" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"glD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"gmh" = ( +/obj/machinery/computer/arcade/battle, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gmB" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"gmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"gmW" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"goh" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"goH" = ( +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"gpg" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"gpS" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"gqb" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/syringes, +/obj/item/radio/headset/headset_med, +/obj/item/storage/box/pillbottles, +/obj/item/storage/fancy/vials, +/obj/item/storage/fancy/vials, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"gqW" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"grd" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"grl" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"gry" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"gsB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Research Desk"; + req_access = null; + req_one_access = list(8,44) + }, +/obj/item/deskbell, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"gtM" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"gub" = ( +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"guj" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"guA" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"guG" = ( +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"guJ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"guQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"gvn" = ( +/obj/machinery/optable, +/obj/machinery/oxygen_pump/anesthetic{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery) +"gvw" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gwo" = ( +/obj/structure/ladder, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"gwr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"gwT" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"gyu" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"gzw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light{ + color = "#0098c8"; + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"gzO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"gBj" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"gBH" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/closet/secure_closet/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"gBN" = ( +/obj/structure/table/steel_reinforced, +/obj/item/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/stack/nanopaste{ + amount = 30 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"gBW" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/button/remote/blast_door{ + id = "mechbay"; + name = "Mech Bay Access"; + pixel_x = -32; + pixel_y = -24; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"gCj" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light{ + color = "#0098c8" + }, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"gCw" = ( +/obj/machinery/atmospherics/component/binary/pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"gDB" = ( +/obj/structure/closet, +/obj/random/maintenance/research, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"gDW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/camera/network/research, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"gEp" = ( +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"gFG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/closet/excavation, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"gFT" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"gFX" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/item/mirrortool, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"gGo" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"gGu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"gHo" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"gHG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virology) +"gIr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/table/reinforced, +/obj/item/paper{ + desc = ""; + info = "This is a direct notice to anyone using firing range: All tests involving destruction of testing facilities MUST be run through Research Director or Central Command before anyone even so much as thinks about going through with this, or be moved outside to where test cannot affect any existing facility. This is both to maintain a professional environment, and ensure nobody else is harmed during these experiments. Nobody wants another 'two SM shards going nuclear in the firing range' incident again, especially not the people handling your paychecks."; + name = "note to science staff" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"gIy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"gIR" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"gJS" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"gKZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gLF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gMn" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"gMI" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"gMS" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gNf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/vending/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"gOV" = ( +/obj/machinery/smartfridge/chemistry/chemvator, +/turf/simulated/wall, +/area/medical/chemistry) +"gPr" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"gPQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_one) +"gQh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gQH" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"gQO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"gSb" = ( +/obj/item/storage/box/masks{ + pixel_y = 5 + }, +/obj/item/storage/box/gloves, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"gSJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"gSR" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"gTY" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/extinguisher, +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology Requests Console"; + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"gUD" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/shuttle_landmark/victory/deck3/emt, +/obj/overmap/entity/visitable/ship/landable/emt/victory, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "emt_shuttle_docker"; + pixel_x = 1; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"gVf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + id = "mechbay"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"gWK" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"gXk" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"gXK" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 6 + }, +/obj/structure/closet/wardrobe/chemistry_white, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"gYw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"gYU" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/resleeving) +"gYW" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"gZg" = ( +/obj/machinery/light, +/obj/structure/bed/roller, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"gZv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Weapons Testing Range"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"gZZ" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"haj" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"haG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"hbm" = ( +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hbZ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"hce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"hdc" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"hdd" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hdr" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hdw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"hff" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"hfZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"hgb" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hgr" = ( +/obj/structure/table/standard, +/obj/item/melee/baton/slime/loaded, +/obj/item/gun/energy/taser/xeno, +/obj/item/slime_scanner, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hhH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"hhW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hia" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/rnd/xenobiology/xenoflora) +"hih" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"hiV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"hjm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"hjr" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hjJ" = ( +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"hjT" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"hjX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Toxins Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/toxins, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"hkx" = ( +/obj/machinery/papershredder, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"hln" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 19 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hlr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hlv" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgeryprep) +"hlB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hlM" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hmb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hmG" = ( +/obj/structure/closet/crate/freezer, +/obj/item/virusdish/random, +/obj/item/virusdish/random, +/obj/item/virusdish/random, +/obj/item/virusdish/random, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hmJ" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_x = null; + pixel_y = -32 + }, +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/power/apc/north_mount, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"hnd" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"hnl" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"hnr" = ( +/obj/item/slime_extract/grey, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hnB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hpi" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"hpE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"hqb" = ( +/obj/structure/table/steel_reinforced, +/obj/item/flashlight/lamp, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"hqc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/random/plushie, +/obj/random/plushie, +/obj/random/plushie, +/obj/machinery/light, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hqs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"hqx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"hrJ" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"hrZ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"hsN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/beige/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"htp" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"hui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"huo" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/obj/item/surgical/bioregen, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"huG" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"huO" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/virologyaccess) +"huY" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hvb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hve" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"hwg" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"hwG" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/syringes, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"hwO" = ( +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"hwR" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/workshop) +"hxs" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "exam_1" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/exam_room/exam_1) +"hxK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"hxQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"hyb" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"hyM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"hzh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bookcase, +/obj/item/book/manual/medical_diagnostics_manual, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/detective, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/anomaly_testing, +/obj/item/book/manual/anomaly_spectroscopy, +/obj/item/book/manual/atmospipes, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hzj" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/recharger, +/obj/item/bodybag/cryobag{ + pixel_x = -8 + }, +/obj/item/bodybag/cryobag{ + pixel_x = -8 + }, +/obj/item/bodybag/cryobag{ + pixel_x = -8 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hzN" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"hAv" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hAY" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/recharger, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"hBf" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"hBp" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"hBs" = ( +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hBA" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"hBV" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/bed/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hCj" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_a) +"hCJ" = ( +/obj/structure/flora/pottedplant/smallcactus, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"hCO" = ( +/obj/machinery/disease2/isolator, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hDs" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + id_tag = "PsycheFoyer"; + name = "Psychiatric Wing"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hDD" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + id_tag = "RDdoor"; + name = "Research Director"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/research_director, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"hDL" = ( +/obj/machinery/atmospherics/component/unary/heater{ + icon_state = "heater" + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"hDQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"hDT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Morgue" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"hEJ" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"hFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"hFl" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"hFt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/medical/reception) +"hFZ" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/camera/network/research, +/obj/structure/reagent_dispensers/acid{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"hGa" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"hGf" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"hHa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/plating, +/area/assembly/chargebay) +"hJP" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 8; + icon_state = "freezer_1"; + power_setting = 20; + set_temperature = 73; + use_power = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"hKe" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"hKL" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/item/cmo_disk_holder, +/obj/item/flashlight/pen, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/accessory/stethoscope, +/obj/item/defib_kit/compact/combat/loaded, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/healthanalyzer/improved, +/obj/item/storage/fancy/vials, +/obj/item/clothing/mask/surgical, +/obj/item/storage/secure/briefcase/ml3m_pack_cmo, +/obj/item/clothing/accessory/poncho/roles/cloak/cmo, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"hKM" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/nifsofts_medical, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/hand_labeler, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"hLb" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hMz" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Research" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"hMB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"hNe" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio8"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"hNl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio10"; + name = "Containment Blast Doors"; + pixel_x = -24; + pixel_y = -24; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hNv" = ( +/obj/machinery/transhuman/synthprinter, +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"hNI" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"hNU" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"hNW" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"hQc" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + name = "Public Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"hQw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/research{ + name = "Xenoflora Research"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"hQy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/microwave, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"hQR" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"hQY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"hRa" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"hRI" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"hRL" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump/high_power{ + dir = 8; + id = "emg_pump"; + name = "Emergency Pen Flood Manual Switch" + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hRR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"hRV" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"hSv" = ( +/obj/item/storage/firstaid/surgery, +/obj/item/robotanalyzer, +/obj/item/robotanalyzer, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"hUa" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"hUF" = ( +/obj/structure/closet{ + name = "spare clothes" + }, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/green, +/obj/item/clothing/under/color/lightpurple, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/radio/headset, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/black, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"hVK" = ( +/obj/effect/floor_decal/corner/paleblue/full, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"hVQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/machinery/computer/centrifuge, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"hWK" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"hXy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"hYh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/camera/network/research, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"hYp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"hZk" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"hZx" = ( +/obj/structure/table/glass, +/obj/item/book/manual/standard_operating_procedure, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"iat" = ( +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"iaO" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"ibj" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Virology Labs"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"ibB" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"ice" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"icA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"icD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"icZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"idf" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Medical Subgrid"; + name_tag = "Medical Subgrid" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"ido" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"idK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"idX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"iei" = ( +/obj/machinery/suspension_gen, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"iev" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"ieJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"ieR" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ieT" = ( +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ifg" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/lightorange/border, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"ifA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"igd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"igt" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iiq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iiB" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ijc" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ijd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/computer/timeclock/premade/west, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ije" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ijz" = ( +/obj/structure/closet/excavation, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"ijZ" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/workshop) +"ikD" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"ikE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ikR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"ikZ" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"iln" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ilx" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"ilA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"ioE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ioN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"ioP" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ioT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ioV" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/surgeryprep) +"ipe" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"iph" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_d) +"ipB" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"iqg" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ira" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -20 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"irg" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"iro" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"iry" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"irM" = ( +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"itb" = ( +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"itd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"itp" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"itJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Chemistry"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/chemistry, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"iui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"iuo" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"iuJ" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/closet/coffin, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"ivj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"ivq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/computer/skills{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"ivz" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"ivK" = ( +/obj/structure/table/standard, +/obj/item/flashlight/lamp, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"ixd" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"iym" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"iyp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"iyz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"iyI" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"iyL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Research Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/research_lab, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"iyW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/clothing/head/surgery/black, +/obj/item/clothing/under/rank/medical/scrubs/black, +/obj/item/storage/box/bodybags, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"izh" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"izp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"izJ" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"izN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"izS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"iAr" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"iAs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iBd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/medbay{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/obj/structure/closet/secure_closet/medical_wall{ + name = "O- Blood Locker"; + pixel_x = -32; + req_access = list(5) + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"iBU" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"iCr" = ( +/obj/structure/stairs/spawner/north, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iCF" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"iDi" = ( +/obj/random/maintenance/clean, +/obj/structure/closet, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"iEe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/surgery, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"iEo" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/open, +/area/holodeck_control) +"iEr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iEL" = ( +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/structure/table/steel_reinforced, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iFB" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iFF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + on = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"iFZ" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"iGC" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"iGJ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"iHO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iIb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"iIy" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"iIR" = ( +/obj/structure/table/standard, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"iJo" = ( +/obj/structure/table/steel_reinforced, +/obj/item/defib_kit/loaded{ + pixel_y = 3 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/tool/screwdriver, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"iJp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iKc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"iKm" = ( +/obj/structure/table/steel, +/obj/item/electronic_assembly/large/default, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"iKn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"iKx" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"iKZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "er2"; + name = "Exam Room 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"iLk" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/air_sensor{ + frequency = 1445; + id_tag = "burn_sensor"; + output = 63 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"iMe" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"iNo" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio9"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"iNI" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iOj" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"iOv" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "ward_a" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/patient_a) +"iPf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iPU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"iQA" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"iRq" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = 1 + }, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"iRy" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/breakroom) +"iRK" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + id_tag = "MedbayFoyer"; + name = "Recovery Wing" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"iRX" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/morgue) +"iRZ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/station/stairs_three) +"iST" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iTl" = ( +/obj/structure/closet/secure_closet/scientist, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"iUD" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"iUO" = ( +/obj/structure/cable/green, +/obj/structure/table/woodentable, +/obj/structure/plushie/ian{ + dir = 8; + pixel_y = 6 + }, +/obj/item/toy/plushie/kitten, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"iVb" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/ward) +"iVj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iVw" = ( +/obj/effect/floor_decal/techfloor/corner, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iVG" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"iVW" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"iWo" = ( +/obj/machinery/disease2/isolator, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"iWB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"iWN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"iWZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"iXx" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iXI" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"iYh" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"iZs" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"iZN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"jaa" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jam" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"jbd" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jbC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"jbE" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/target_stake, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"jbQ" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = 26; + pixel_y = -26; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"jct" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"jdh" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"jdn" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"jff" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_c) +"jfA" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"jfJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jgb" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"jhz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"jie" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jin" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"jkz" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/prepainted/medical, +/area/medical/reception) +"jkE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jkG" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"jlG" = ( +/obj/machinery/r_n_d/protolathe, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"jlX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/bed/padded, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jmm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"jmW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"jnq" = ( +/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/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"joq" = ( +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jor" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"jrd" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/rods, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"jrk" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"jrX" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/gloves{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/storage/box/gloves{ + pixel_x = -4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"jsc" = ( +/obj/machinery/cryopod/robot, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"jsq" = ( +/obj/structure/sign/greencross{ + name = "Authorized Medical Personnel Only"; + pixel_x = -32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"jsz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/deck/third, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/teleporter/departing) +"jsK" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/door/airlock/command{ + id_tag = "RDdoor"; + name = "Research Director"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/research_director, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"jsT" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_b) +"jtb" = ( +/obj/structure/closet, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"juw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"juF" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/reception) +"jvd" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"jvp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"jvv" = ( +/obj/structure/table/steel, +/obj/fiftyspawner/steel, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"jvz" = ( +/turf/simulated/open, +/area/holodeck_control) +"jvA" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"jvO" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"jwS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"jwV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"jxy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"jxU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jye" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jym" = ( +/obj/machinery/clonepod/transhuman, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"jyA" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/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/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/item/storage/firstaid/adv{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/adv, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"jzz" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"jzA" = ( +/obj/structure/window/reinforced, +/turf/simulated/open, +/area/victory/station/stairs_three) +"jzJ" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"jAz" = ( +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"jAX" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"jBH" = ( +/obj/machinery/power/apc/south_mount, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green, +/obj/machinery/seed_storage/xenobotany, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"jCw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jCH" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the CMO's office."; + id = "cmodoor"; + name = "CMO Office Door Control"; + pixel_x = -8; + pixel_y = -36 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "virologyquar"; + name = "Virology Emergency Lockdown Control"; + pixel_y = -28; + req_access = list(5) + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Control"; + pixel_y = -36; + req_access = list(5) + }, +/obj/machinery/button/windowtint{ + id = "cmo_office"; + pixel_x = -6; + pixel_y = -28 + }, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 8 + }, +/obj/machinery/keycard_auth{ + pixel_x = 26; + pixel_y = -26 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"jDf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"jDs" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"jEh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"jEU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jFt" = ( +/obj/structure/table/standard, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/masks, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"jFD" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"jGa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass{ + name = "Holodeck" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"jGo" = ( +/obj/structure/flora/pottedplant/tropical, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"jGQ" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/item/soap/nanotrasen, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"jGS" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"jHd" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"jHx" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"jHB" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"jJY" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jLg" = ( +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"jLs" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"jMj" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"jMN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jNo" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/bed/padded, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"jNv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"jNG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jOk" = ( +/obj/machinery/door/airlock{ + name = "Research Shower" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"jOO" = ( +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 24 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jPu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"jPF" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"jPQ" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"jPR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jPU" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"jQZ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/crew_quarters/medbreak) +"jRs" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"jRF" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jRH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"jRK" = ( +/turf/simulated/floor/reinforced{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"jSC" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"jUa" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jUt" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"jVj" = ( +/obj/structure/table/standard, +/obj/item/storage/box/freezer{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/storage/box/freezer, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"jVW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"jWf" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"jWy" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"jYw" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_two"; + dir = 8; + pixel_x = 22 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"jYD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"jYT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Holodeck" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"jZb" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jZP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"jZY" = ( +/turf/simulated/wall/prepainted/medical, +/area/crew_quarters/medbreak) +"kas" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"kaB" = ( +/obj/structure/flora/pottedplant/shoot, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"kck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kdg" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kdL" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"keI" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine{ + department = "CMO's Office" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"keM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"kfr" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"kfs" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kfN" = ( +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"kfV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kgh" = ( +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"khL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"khV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/machinery/door/window/eastleft, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"kiy" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/washing_machine, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"kjr" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"kjt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/security/mining{ + dir = 4; + name = "psychiatric wing camera monitor"; + network = list("Psychiatric"); + req_one_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"kkr" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"kkS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kle" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"klq" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + id = "mechbay"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/old_cargo/gray, +/area/assembly/robotics) +"klY" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/exam_room/exam_2) +"kmB" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"kmH" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"knT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"kow" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"koS" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab) +"kpp" = ( +/obj/structure/loot_pile/maint/trash, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"kra" = ( +/obj/structure/closet/hydrant, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"krA" = ( +/obj/machinery/smartfridge/secure/extract, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ktj" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ktr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/corner/beige{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ktt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ktI" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/surgery, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"kuF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"kuT" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"kvb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio8"; + name = "Containment Blast Doors"; + pixel_x = 24; + pixel_y = -24; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"kwz" = ( +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"kxi" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab/containment_two) +"kxm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kxn" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kxG" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kxT" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/medbay/aft) +"kyR" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"kzb" = ( +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"kzf" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kzm" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/ladder/updown, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"kzM" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kBG" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"kBS" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"kCJ" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"kCM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"kDe" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"kDf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kDA" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"kDI" = ( +/obj/item/roller, +/obj/structure/table/steel_reinforced, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"kDN" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/robotics) +"kDZ" = ( +/obj/machinery/atmospherics/component/binary/pump/on, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kEK" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"kFN" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"kGH" = ( +/obj/machinery/atmospherics/component/unary/freezer, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kHp" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"kHF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"kHG" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/reagent_dispensers/coolanttank, +/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 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"kHZ" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/filingcabinet/chestdrawer{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"kIf" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kJq" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"kJt" = ( +/obj/machinery/atmospherics/valve{ + name = "Waste" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kKM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"kKY" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_one) +"kMe" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"kMg" = ( +/obj/machinery/computer/security/mining{ + dir = 4; + name = "psychiatric wing camera monitor"; + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"kMD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/wall/prepainted/science, +/area/maintenance/research) +"kMH" = ( +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/glasses/welding, +/obj/item/storage/belt/utility, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"kNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"kNK" = ( +/obj/machinery/vending/medical, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"kOA" = ( +/obj/machinery/door/window/brigdoor/westright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kQP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"kQU" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology/xenoflora_storage) +"kRv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"kTr" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"kTz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"kUn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"kUA" = ( +/obj/item/roller_holder, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"kUS" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"kVo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"kVv" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"kVZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"kWR" = ( +/obj/machinery/light, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"kXa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kXu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/requests_console/preset/rd{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"kXE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kYx" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"kZg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"kZh" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"kZF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"kZU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"lad" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"lar" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Virology Maintenance Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"las" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"laO" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lbw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/maintenance/research) +"lbH" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"lcu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lcw" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/camera/network/civilian, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lcH" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiovs6"; + name = "Divider Blast Doors"; + pixel_y = -38; + req_one_access = list(29,47) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio9"; + name = "Containment Blast Doors"; + pixel_x = -8; + pixel_y = -24; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"ldd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"lev" = ( +/obj/structure/bed/chair/office/dark, +/obj/landmark/spawnpoint/job/psychiatrist, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"leM" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"lfj" = ( +/obj/effect/floor_decal/corner/blue/bordercorner, +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lfu" = ( +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"lfY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"lgg" = ( +/obj/structure/ladder/up, +/turf/simulated/floor/plating, +/area/maintenance/research) +"lgN" = ( +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"liz" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Washing Machine & Maintenance"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"liB" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/emt/general) +"liR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/computer/atmoscontrol/laptop{ + monitored_alarm_ids = list("isolation_one","isolation_two"); + pixel_y = 30; + req_one_access = list(47,24,11) + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"lja" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/catwalk, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"ljL" = ( +/obj/structure/closet/crate, +/obj/random/maintenance/research, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"ljT" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"llq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"llr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lma" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"lmG" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"lnk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"lnu" = ( +/obj/structure/sign/department/operational{ + name = "SURGERY - AUTHORIZED PERSONNEL ONLY" + }, +/turf/simulated/wall/prepainted/medical, +/area/medical/sleeper) +"lnH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"log" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/structure/closet/secure_closet/personal{ + name = "hazardous patient closet"; + req_access = list(45) + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"loA" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/bed/chair/office/dark, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_x = null; + pixel_y = -32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"loK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"loL" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"loQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"lpx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobiovs3"; + name = "Divider Blast Doors"; + req_access = list(55); + pixel_y = 38 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"lqx" = ( +/obj/structure/closet/secure_closet/medical_wall{ + name = "O- Blood Locker"; + pixel_x = 32 + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lqJ" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lrJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"lsM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"lsR" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"lta" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/bodybag/cryobag{ + pixel_x = 5 + }, +/obj/item/bodybag/cryobag{ + pixel_x = 5 + }, +/obj/item/storage/firstaid/o2{ + layer = 2.8; + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/fire{ + layer = 2.9; + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv{ + pixel_x = -2 + }, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/reagent_containers/blood/empty, +/obj/item/defib_kit/loaded, +/obj/effect/floor_decal/corner/blue/borderfull, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"ltB" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"lui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"luA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"luC" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"luQ" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/obj/item/surgical/bioregen, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"lwb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"lwk" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_wing) +"lwt" = ( +/obj/machinery/computer/cryopod/gateway{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"lwJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"lyv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"lza" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"lzH" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"lzL" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"lzQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"lAl" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"lAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"lBn" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"lCd" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs2"; + layer = 8; + name = "Divider Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"lCA" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"lCB" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"lDf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"lDm" = ( +/obj/machinery/r_n_d/server/core, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"lFV" = ( +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lGk" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"lGn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lGI" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/reception_desk) +"lHu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lHz" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/medbay/fore) +"lHG" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"lHT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"lIp" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"lIJ" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"lIL" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/sparker{ + id = "burn_chamber"; + pixel_x = -26 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"lJc" = ( +/obj/structure/sign/department/medbay, +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay4) +"lKf" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"lKg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"lKq" = ( +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"lKI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"lKZ" = ( +/obj/machinery/atmospherics/component/binary/pump{ + name = "main fuel pump" + }, +/obj/structure/fuel_port{ + dir = 4; + pixel_x = 29 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"lLL" = ( +/obj/structure/bed/chair/office/light, +/obj/landmark/spawnpoint/job/chief_medical_officer, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"lLS" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"lLU" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"lLW" = ( +/obj/machinery/requests_console/preset/cmo{ + pixel_x = 31 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"lNs" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"lOB" = ( +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"lPc" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/morgue, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"lPw" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lPA" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/structure/reagent_dispensers/acid{ + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"lPK" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"lRg" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lRu" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"lRN" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"lRT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"lSc" = ( +/obj/structure/flora/pottedplant/orientaltree, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"lSq" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"lSK" = ( +/obj/machinery/button/remote/airlock{ + id = "RDdoor"; + name = "RD Office Door Control"; + pixel_x = -30; + pixel_y = -18 + }, +/obj/machinery/button/windowtint{ + id = "rd_office"; + pixel_x = -24; + pixel_y = -16 + }, +/obj/structure/bed/chair/office/light, +/obj/landmark/spawnpoint/job/research_director, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"lTq" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"lTx" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/space, +/area/rnd/xenobiology) +"lTF" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"lVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/processor, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"lYc" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"lYl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"lYt" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"lYE" = ( +/obj/machinery/vending/medical, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"lYK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"lYO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"lYU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"lZl" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"lZR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mai" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/holodeck_control) +"mbb" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs"; + layer = 8; + name = "Divider Blast Door" + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"mbc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mbs" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mdU" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"meh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"meR" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mge" = ( +/obj/structure/bed/roller, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = 28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"mgX" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"mia" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Medical" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"miA" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"mjW" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/machinery/light, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mkj" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"mkk" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"mkA" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/patient_d) +"mlj" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/integrated_circuit_printer, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mmt" = ( +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mmI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mmM" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"mna" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/hallway/primary/aft) +"mob" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"mow" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"moH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"mqc" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"mqr" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/research{ + name = "Research Entrance" + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"mqD" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"mrk" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"mrL" = ( +/obj/structure/closet/secure_closet/medical_wall/pills{ + pixel_x = -32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"mth" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/research_foyer_auxiliary) +"mts" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"mtC" = ( +/obj/machinery/button/remote/blast_door{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_x = -25; + pixel_y = -8; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_x = -25; + pixel_y = 8; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobiovs"; + name = "Containment Blast Doors"; + pixel_x = -38; + req_access = list(55) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"mtG" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"mtS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"muB" = ( +/obj/structure/lattice, +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"muS" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mwl" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"mwF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mxu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 29 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"mxO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"mxS" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"mza" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mzd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mzm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"mzy" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/bedsheet/medical, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = -32 + }, +/obj/structure/bed/padded, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mzX" = ( +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/reinforced{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/alphadeck) +"mzY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-doc-access"; + name = "Access Switch"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mAp" = ( +/obj/structure/closet/l3closet/scientist/double, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"mAv" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"mBc" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"mDp" = ( +/turf/space, +/area/space) +"mDv" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"mEc" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mEE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"mFn" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + id = "MedicalResleeving"; + name = "Exit Button"; + pixel_x = 8; + pixel_y = 26 + }, +/obj/machinery/button/windowtint{ + dir = 8; + id = "resleeving-tint"; + pixel_x = 2; + pixel_y = 24 + }, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"mFr" = ( +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 10 + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"mFx" = ( +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"mFC" = ( +/obj/random/slimecore, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"mFI" = ( +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"mFL" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/item/beach_ball, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"mGe" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/structure/table/bench/padded, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mGW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"mHV" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"mIa" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"mIe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"mIF" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"mKe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"mKr" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"mLf" = ( +/obj/machinery/power/apc/west_mount, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"mMo" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/l3closet/scientist/double, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"mMN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mMS" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"mNh" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/fpmaint2) +"mNR" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/research) +"mOp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mOz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"mOF" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"mOM" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"mPa" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mQm" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"mQp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"mQJ" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"mRh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mRj" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1445; + input_tag = "burn_in"; + name = "Burn Chamber Air Control"; + output_tag = "burn_out"; + pressure_setting = 0; + sensors = list("burn_sensor"="Burn Chamber") + }, +/obj/machinery/button/ignition{ + id = "burn_chamber"; + pixel_y = 36 + }, +/obj/machinery/button/remote/blast_door{ + id = "burn_chamber_v"; + name = "Burn Chamber Vent"; + pixel_x = 4; + pixel_y = 28; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"mRk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mRv" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"mSd" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mSK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"mSV" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/shuttle/emt/general) +"mTN" = ( +/obj/structure/table/steel, +/obj/item/integrated_circuit_printer, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"mTQ" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Lab" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled, +/area/assembly/robotics) +"mUK" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"mVc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"mVR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"mVT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"mWg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mWk" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"mWG" = ( +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"mWV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"mXg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"mXs" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"mXR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"mYG" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"mYS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"mYX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"mZj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor, +/area/shuttle/emt/general) +"mZv" = ( +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"nbe" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"nbH" = ( +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 1 + }, +/obj/machinery/computer/general_air_control, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"nbO" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + id_tag = "er1"; + name = "Exam Room 1"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"nbQ" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"nbZ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"ndm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"nel" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"neD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/item/radio/beacon, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"neI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"neQ" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"nfD" = ( +/obj/item/storage/excavation, +/obj/item/pickaxe, +/obj/item/tool/wrench, +/obj/item/measuring_tape, +/obj/item/stack/flag/yellow, +/obj/structure/table/steel, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"nfS" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"ngD" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"nhg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"nho" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"nhq" = ( +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"nhX" = ( +/obj/structure/closet/walllocker/emerglocker{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"nic" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_emt_bay) +"nih" = ( +/obj/machinery/atmospherics/component/binary/pump/high_power/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"njb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"njl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"njG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"nkb" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"nlx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"nnb" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"nnE" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"nnJ" = ( +/turf/simulated/floor/tiled, +/area/holodeck_control) +"nnL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nok" = ( +/obj/machinery/mech_recharger, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"noT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"npO" = ( +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"nqb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"nqv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"nqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"nrC" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nrD" = ( +/obj/machinery/camera/network/civilian, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nsd" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ntf" = ( +/obj/structure/sign/department/xenolab, +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology) +"nuK" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"nuY" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"nvB" = ( +/obj/machinery/botany/extractor, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"nvH" = ( +/obj/structure/sign/directions/evac{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nwm" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"nwz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"nxO" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/stairs/spawner/east, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"nys" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1; + name = "secondary fuel pump" + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"nyw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"nyz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"nzx" = ( +/turf/simulated/open, +/area/victory/station/stairs_three) +"nzW" = ( +/obj/structure/closet/firecloset/full, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/requests_console/preset/research{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"nAr" = ( +/obj/structure/flora/pottedplant/tropical, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"nAQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nAR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"nBn" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/item/deskbell, +/obj/machinery/door/window/brigdoor/westright{ + dir = 1; + name = "Research Desk"; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled/monofloor, +/area/assembly/robotics) +"nBs" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/rnd/test_area) +"nCp" = ( +/obj/machinery/door/window/brigdoor/southright{ + req_access = list(55); + req_one_access = list(47) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"nCE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nCS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"nDm" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"nDp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"nGf" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_b) +"nGk" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"nHz" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"nJM" = ( +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nJV" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nKo" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/machinery/meter, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 8 + }, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"nKH" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"nKL" = ( +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"nLn" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"nMd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"nMh" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/robotics, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"nMp" = ( +/obj/structure/sign/biohazard{ + pixel_y = 32 + }, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"nMq" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"nMP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nNk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nNn" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"nNS" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nNX" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"nOm" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"nOG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"nOJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"nOX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/northleft, +/obj/structure/closet/l3closet/virology, +/obj/machinery/door/window/southleft, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"nOY" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"nPa" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/hallway/primary/aft) +"nPr" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"nPK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"nQd" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"nSs" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + id = "MedbayFoyer"; + name = "Door Switch"; + pixel_x = 22; + pixel_y = 26 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"nSz" = ( +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"nSZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"nTu" = ( +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/greengrid/airless, +/area/rnd/test_area) +"nTN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/rnd{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"nTO" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/machinery/mecha_part_fabricator, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"nUC" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"nUG" = ( +/obj/structure/sign/warning/nosmoking_2, +/turf/simulated/wall/prepainted/science, +/area/rnd/workshop) +"nVE" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"nWM" = ( +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"nWQ" = ( +/obj/effect/shuttle_landmark/victory/deck3/starboard, +/turf/space, +/area/space) +"nXe" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/storage/belt/archaeology, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"nXk" = ( +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"nXl" = ( +/obj/structure/table/glass, +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "medical_emergency"; + name = "Emergency Medical Maintenance Access"; + pixel_x = 26; + pixel_y = -4; + specialfunctions = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"nXm" = ( +/obj/structure/barricade/cutout/lusty, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"nYo" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/reinforced, +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"oaQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"oaU" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/hallway/primary/port) +"oby" = ( +/obj/machinery/light, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"obW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"obY" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"ocd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"ocS" = ( +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"ode" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"odm" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"ody" = ( +/obj/structure/table/standard, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"oey" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_b) +"oeP" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"ofg" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ogl" = ( +/obj/structure/closet/secure_closet/medical_wall/synth_anesthetics{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"ogu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"ogK" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"ogL" = ( +/obj/machinery/mech_recharger, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"ohg" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"oik" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ojq" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/recoveryrestroom) +"ojL" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"oke" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"okq" = ( +/obj/structure/table/steel_reinforced, +/obj/item/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/stack/nanopaste{ + amount = 30 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"oks" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "psyche" + }, +/turf/simulated/floor/plating, +/area/medical/psych/psych_1) +"oku" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"okH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"okJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"okM" = ( +/obj/machinery/camera/network/research, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"okU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"olh" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"olF" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio10"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"omH" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"omP" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/button/windowtint{ + dir = 8; + id = "ward_a"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"onN" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"ooU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"opc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"oph" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"opn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"oqZ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"orZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/mauve/bordercorner, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"osH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"osS" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/wall/prepainted, +/area/maintenance/medbay/aft) +"otK" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"otT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1379; + master_tag = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 24; + req_access = list(39) + }, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virology_airlock_interior"; + locked = 1; + name = "Virology Interior Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"ouz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ouW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"ovA" = ( +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"ovX" = ( +/obj/structure/closet{ + name = "mechanical equipment" + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"owo" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/reception_desk) +"owE" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"owP" = ( +/obj/machinery/camera/network/medbay, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"owZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"oyK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"ozi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"oAm" = ( +/obj/structure/closet/coffin, +/obj/random/maintenance/research, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"oAr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"oBg" = ( +/obj/structure/table/standard, +/obj/item/tape_recorder{ + pixel_x = -3 + }, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/item/circuitboard/teleporter, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"oBJ" = ( +/obj/structure/sign/department/rnd, +/turf/simulated/wall/prepainted/science, +/area/rnd/research_foyer) +"oBT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"oCa" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"oDu" = ( +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/item/glass_jar, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oDD" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"oFh" = ( +/obj/structure/table/standard, +/obj/item/anobattery{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/anobattery{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/anobattery{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/anobattery{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/tool/screwdriver, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"oFZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"oGt" = ( +/obj/machinery/station_map{ + pixel_y = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oGF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"oGQ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"oHk" = ( +/obj/machinery/atmospherics/tvalve/bypass{ + dir = 1; + name = "Waste to PURGE" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"oIp" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"oIt" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Emergency Maintenance Access Use Only"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"oIJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oIS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"oIU" = ( +/obj/machinery/door/airlock/glass_external{ + name = "Isolation Room 1"; + req_one_access = null + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/map_helper/access_helper/airlock/station/science/xenoarcheology, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_one) +"oJw" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_two) +"oJy" = ( +/obj/machinery/body_scanconsole{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"oKz" = ( +/obj/structure/table/woodentable, +/obj/item/pen{ + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"oLc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"oLd" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/machinery/botany/editor, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"oLT" = ( +/obj/effect/floor_decal/corner/blue/full, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oMf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"oMl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oMP" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"oND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Server Room"; + req_access = list(30) + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Server Room"; + req_access = list(30) + }, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"oNP" = ( +/obj/structure/sign/directions/cryo{ + pixel_y = -24 + }, +/obj/structure/sign/directions/cargo{ + pixel_y = -30 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"oOu" = ( +/obj/effect/floor_decal/corner/blue, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"oOE" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"oOF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"oOO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"oOS" = ( +/obj/machinery/light/small, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"oQx" = ( +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"oQz" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"oRa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"oRe" = ( +/obj/machinery/camera/network/medbay, +/mob/living/simple_mob/animal/passive/cat/runtime, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"oRR" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs5"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oSi" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"oSl" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall, +/area/medical/sleeper) +"oSs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"oSw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"oSH" = ( +/obj/structure/table/steel, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"oTe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"oTA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"oUc" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"oUK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"oVI" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"oWr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/bodybags, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"oWH" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"oXk" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"oXG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"oXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"oXI" = ( +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"oXO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/camera/network/medbay{ + network = list("Psychiatric") + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"oXR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"oYo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"oYq" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Deck 3 Subgrid"; + name_tag = "Deck 3 Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"oZp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"oZt" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio10"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"oZA" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/structure/closet/lasertag/red, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"oZD" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"oZF" = ( +/obj/item/integrated_electronics/debugger{ + pixel_x = -5 + }, +/obj/item/integrated_electronics/wirer{ + pixel_x = 5 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"oZR" = ( +/obj/structure/cable/green{ + 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/wood, +/area/rnd/breakroom) +"pad" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"pal" = ( +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"pbm" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"pbD" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"pch" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1; + name = "Toxins Input Connector" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pcp" = ( +/obj/structure/sign/warning/nosmoking_1, +/turf/simulated/wall/prepainted/medical, +/area/medical/psych/psych_1) +"pdP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pee" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"peR" = ( +/obj/machinery/atmospherics/valve, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pfe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + name = "Public Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"pgh" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"pgN" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/holodeck_control) +"pgO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio5"; + name = "Containment Blast Doors"; + pixel_x = 24; + pixel_y = 24; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"pgV" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"phe" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/hidden/purple, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"phf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/science/xenobiology, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pho" = ( +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/bed/chair/wheelchair, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pid" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"piP" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"piY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"pjz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pky" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayFoyer"; + name = "General Wing" + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"pkD" = ( +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"pkR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pmG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pnv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Patient Psychiatric Ward A"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "psyche-b-outer"; + name = "Ward A"; + opacity = 0 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pnD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"pnF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"poq" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space/basic, +/area/space) +"poV" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"ppj" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay_emt_bay) +"ppq" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"pps" = ( +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/gloves/boxing/yellow{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"ppE" = ( +/obj/machinery/radiocarbon_spectrometer, +/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 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"pqF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"pqI" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central4{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pqK" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab) +"pqY" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"prx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"psO" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"pta" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/machinery/access_button{ + dir = 1; + frequency = 1380; + master_tag = "emt_shuttle_docker"; + name = "interior access button"; + pixel_x = -20; + pixel_y = -5 + }, +/obj/map_helper/airlock/door/int_door, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"ptn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"puo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"puN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"puV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"pvs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"pvZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + pixel_y = 8; + state = 2 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"pwN" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/simulated/floor/tiled/techfloor/grid, +/area/crew_quarters/medbreak) +"pyt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pyK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"pyL" = ( +/mob/living/bot/secbot/slime/slimesky, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pyQ" = ( +/obj/structure/sign/warning/nosmoking_2, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/storage) +"pAX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pBq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"pBG" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/open, +/area/hallway/primary/port) +"pBU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "mentaldoor2"; + name = "Mental Health"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"pBY" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pCc" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayFoyer"; + name = "Chem & Offices"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pCA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pCH" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"pDh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"pDl" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"pDw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/obj/machinery/meter, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"pDz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "emtblast"; + name = "emergency blast shields"; + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"pEE" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/test_area) +"pEX" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay4) +"pFe" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"pFA" = ( +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pFL" = ( +/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/machinery/vending/snack, +/turf/simulated/floor/tiled/monotile, +/area/rnd/breakroom) +"pGL" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"pGO" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"pHm" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"pHp" = ( +/obj/structure/bed/chair/office/dark, +/obj/landmark/spawnpoint/job/roboticist, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"pHA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pHH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1379; + master_tag = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 23; + req_access = list(39) + }, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virology_airlock_exterior"; + locked = 1; + name = "Virology Exterior Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"pHO" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"pIb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"pIC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"pKi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"pKn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"pLp" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/corner/beige/full, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pLr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/research) +"pLW" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"pMc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"pMz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"pMA" = ( +/obj/item/defib_kit/jumper_kit, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"pMC" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/obj/landmark/spawnpoint/overflow, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"pMH" = ( +/obj/machinery/door/airlock/glass{ + name = "Holodeck" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"pNT" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_c) +"pNX" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/psych/psych_2) +"pOm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobio4"; + name = "Containment Blast Doors"; + pixel_x = -24; + pixel_y = 24; + req_access = list(55) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"pOQ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"pPD" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"pPO" = ( +/obj/effect/floor_decal/spline/plain, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"pPZ" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"pQv" = ( +/obj/machinery/camera/network/outside, +/turf/simulated/floor/airless/ceiling, +/area/space) +"pQM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"pRk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"pRH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + id_tag = "cmodoor"; + name = "CMO's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_medical_officer, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"pRS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/window/westright{ + dir = 2; + name = "Virology Isolation Room Two"; + req_access = list(39) + }, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Virology Isolation Room Two"; + req_access = list(39) + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"pRW" = ( +/turf/space/basic, +/area/space) +"pTw" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"pTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/door/window/westleft, +/obj/machinery/shower{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/virologyaccess) +"pUe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pUl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"pUp" = ( +/obj/structure/table/rack, +/obj/random/maintenance/clean, +/obj/random/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"pUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"pUI" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"pUT" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pVw" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"pVI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/westleft{ + name = "Chemistry Reception Desk"; + req_one_access = list(5) + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"pVZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"pWg" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + name = "Medical Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"pWt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/washing_machine, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"pWZ" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pXy" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pXJ" = ( +/obj/machinery/camera/network/civilian, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"pXL" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora_storage) +"pXO" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"pXQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/research{ + name = "Research Lounge"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/breakroom) +"pYs" = ( +/turf/simulated/wall/prepainted/science, +/area/maintenance/substation/research) +"pYD" = ( +/obj/structure/table/steel_reinforced, +/obj/item/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/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"pYY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"pZh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Research Subgrid"; + name_tag = "Research Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"pZu" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"pZN" = ( +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"pZS" = ( +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/stack/nanopaste{ + amount = 30 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"qak" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qaw" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/corner/paleblue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"qbE" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"qcN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"qfo" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"qgo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/item/extinguisher, +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"qgp" = ( +/obj/machinery/suit_cycler/medical, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"qhO" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"qhW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"qib" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"qig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"qiH" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio9"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"qiK" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "ward_b" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/patient_b) +"qjz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"qjW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"qks" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"qls" = ( +/obj/machinery/door/window/westleft{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"qlw" = ( +/turf/simulated/wall/prepainted/medical, +/area/victory/station/stairs_three) +"qlS" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qnh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"qnn" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Emergency Maintenance Access Use Only"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/medical/surgery) +"qnO" = ( +/obj/structure/ladder, +/turf/simulated/floor/plating, +/area/maintenance/research) +"qog" = ( +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"qoP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qpq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"qpC" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"qpQ" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/research_foyer_auxiliary) +"qqe" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qqi" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"qqz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"qrK" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"qrO" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/medical_restroom) +"qsP" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"qtE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"qtF" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"qtU" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/psychiatrist, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"qtW" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"qvd" = ( +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"qvv" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"qvQ" = ( +/obj/structure/sign/directions/cryo{ + pixel_y = -24 + }, +/obj/structure/sign/directions/cargo{ + pixel_y = -30 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qwk" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qwq" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"qwt" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"qww" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"qxs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"qyg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"qys" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiovs3"; + layer = 8; + name = "Divider Blast Door"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"qyX" = ( +/obj/machinery/camera/network/outside{ + dir = 8 + }, +/turf/space, +/area/space) +"qza" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"qzH" = ( +/obj/structure/table/reinforced, +/obj/random/toy, +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qzS" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"qAa" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qAg" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/reception) +"qAp" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical{ + id_tag = "MedicalResleeving"; + name = "Resleeving Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qBd" = ( +/obj/machinery/door/airlock/research{ + name = "Research Bathroom" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/research_restroom) +"qBq" = ( +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/iv_drip, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"qCG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qCZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"qDJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"qDS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/lightorange/border, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"qEp" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"qFa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"qFl" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Research Director's Office" + }, +/obj/structure/table/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"qGj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qHA" = ( +/obj/item/deskbell, +/obj/structure/table/reinforced, +/obj/machinery/door/window/westleft{ + req_one_access = list(5) + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"qIa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qIy" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/curtain/open/shower/medical{ + name = "Privacy curtain" + }, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"qIz" = ( +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_three) +"qJz" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"qKo" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 4; + icon_state = "freezer_1"; + power_setting = 20; + set_temperature = 73; + use_power = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"qKw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"qKx" = ( +/obj/machinery/suspension_gen, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qKA" = ( +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi/digital/posibrain, +/obj/item/mmi/digital/posibrain, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"qKR" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qLf" = ( +/obj/structure/table/rack, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"qLs" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"qLC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"qLY" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"qMp" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"qMX" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"qNj" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"qNL" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qOd" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + id_tag = "MedicalResleeving"; + name = "Resleeving Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"qPc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"qPj" = ( +/obj/item/clothing/gloves/boxing/blue, +/obj/item/clothing/gloves/boxing/green{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"qPF" = ( +/obj/machinery/r_n_d/server/robotics, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/bluegrid{ + initial_gas_mix = "n2=500;TEMP=80"; + name = "Server Base" + }, +/area/rnd/research) +"qPH" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"qPZ" = ( +/obj/machinery/computer/diseasesplicer{ + dir = 1 + }, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloor, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled, +/area/medical/virology) +"qQB" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"qQJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"qQX" = ( +/obj/structure/closet/crate/biohazard, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"qRd" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/space/basic, +/area/medical/surgeryprep) +"qRe" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"qRu" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"qSj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/obj/machinery/biogenerator, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"qSn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Infectious Diseases & Treatment Center" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"qSo" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"qSB" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/disease2/diseaseanalyser, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"qSK" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"qTq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"qTx" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"qTB" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"qUP" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/maintenance/fpmaint2) +"qVn" = ( +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"qWG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"qXe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Psychiatric Play-Area Access"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + id = "psyche-doc-access"; + name = "Play Area Access" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"qXw" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"qXW" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"qYk" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"qYG" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"qYN" = ( +/obj/machinery/atmospherics/component/unary/outlet_injector{ + dir = 1; + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"qYS" = ( +/obj/landmark/spawnpoint/latejoin/station/cyborg, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"qYV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"qZA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"qZM" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"raK" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio8"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"rbc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"rbh" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"rbi" = ( +/obj/machinery/mech_recharger, +/obj/machinery/button/remote/blast_door{ + id = "mechbay-inner"; + name = "Mech Bay"; + pixel_x = -27; + pixel_y = -26; + req_access = list(29,47); + req_one_access = list(47) + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"rbx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/wooden_reinforced, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"rbL" = ( +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rbM" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"rbQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"rci" = ( +/turf/simulated/floor/airless, +/area/rnd/test_area) +"rcx" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"rcN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_external{ + name = "Isolation Room 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/xenoarcheology, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab/containment_two) +"rdw" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 1 + }, +/obj/structure/table/carbon/reinforced, +/obj/item/storage/box/glasses, +/obj/item/duct_tape_roll, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"rdA" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/maintenance/fpmaint2) +"reb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"reX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rfd" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central1, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rfk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/highsecurity{ + name = "High-Risk Containment Ward"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rfs" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"rfH" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"rfV" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rfZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"rig" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"rjB" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rjP" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/virologyisolation) +"rkd" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rkk" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/button/crematorium{ + pixel_x = 26; + pixel_y = 23; + req_access = list(5) + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"rkN" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rlT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rmq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"rmr" = ( +/obj/machinery/atmospherics/pipe/tank/carbon_dioxide, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"rmN" = ( +/obj/landmark/spawnpoint/job/roboticist, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"rnp" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"rnt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"rnw" = ( +/obj/structure/closet/l3closet/virology, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"rpj" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/research) +"rpN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rqj" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rre" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"rrz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"rrD" = ( +/obj/machinery/door/firedoor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"rsn" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/cell_charger, +/obj/item/surgical/bioregen, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/old_tile/purple, +/area/assembly/robotics/surgery) +"rsx" = ( +/obj/structure/table/glass, +/obj/item/folder/white_rd, +/obj/item/stamp/rd, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"rsI" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Medical Break Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"rsU" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Emergency Maintenance Access Use Only"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/psychiatry, +/turf/simulated/floor/plating, +/area/medical/psych/psych_2) +"rtG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"rug" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rup" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/station/stairs_three) +"rut" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/hand_labeler, +/obj/item/storage/box/touch_bottles, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"rvs" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rvw" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"rwO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/structure/table/steel, +/obj/item/storage/bag/circuits/basic, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"rxi" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/shuttle/emt/general) +"rxP" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"rxV" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"ryc" = ( +/obj/machinery/computer/HolodeckControl{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"ryg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"ryl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"ryO" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"ryR" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"rzi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"rzv" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"rAH" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/vending/phoronresearch, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"rAZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"rBc" = ( +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/beige/bordercorner, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rDO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"rEu" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"rEw" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rFW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rGd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"rGq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"rHQ" = ( +/obj/machinery/computer/centrifuge, +/turf/simulated/floor/tiled, +/area/medical/virology) +"rHV" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"rIa" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + dir = 1; + frequency = 1380; + master_tag = "emt_shuttle_dock"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"rIl" = ( +/obj/machinery/camera/network/medbay, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"rIr" = ( +/obj/structure/sign/directions/evac, +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_three) +"rIN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"rJd" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"rJB" = ( +/obj/structure/table/standard, +/obj/item/anodevice, +/obj/item/anodevice{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/tool/crowbar, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"rJC" = ( +/obj/structure/bed/chair, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"rKz" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/meter, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rKI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"rKV" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"rLn" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"rLu" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Medbay Lobby" + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"rLI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/structure/table/glass, +/obj/item/storage/box/botanydisk, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"rLU" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"rMs" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"rMu" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/camera/network/research{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"rME" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"rMY" = ( +/obj/machinery/computer/security/mining{ + dir = 4; + name = "xenobiology camera monitor"; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"rNd" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"rNf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rNh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/medical{ + id_tag = "psychewaiting"; + name = "Psyche Lobby Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/medical/medbay4) +"rNS" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/virologyisolation) +"rOo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"rOJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"rOL" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rOO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"rPq" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"rPC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"rQf" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/research_foyer) +"rQF" = ( +/obj/structure/closet/crate/biohazard, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"rRb" = ( +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"rRE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"rRJ" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/reception) +"rRZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_primary_storage) +"rST" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"rUk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central1, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"rUx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rUX" = ( +/obj/machinery/light/small, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"rVa" = ( +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380 + }, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"rVo" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"rVB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"rWa" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"rWG" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"rWV" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"rXQ" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 22 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"rYp" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "Engine Bay" + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"rYU" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"rZm" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/item/defib_kit/loaded, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"rZR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"sag" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"scE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/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/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"scT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sdA" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"seE" = ( +/obj/item/bedsheet/medical, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_a) +"sfy" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"sgF" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"shA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"sig" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/camera/network/research, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"sjc" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"sje" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"sjz" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology/xenoflora) +"sjN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_d) +"skH" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"skW" = ( +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"slc" = ( +/obj/structure/table/standard, +/obj/item/multitool, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"slB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Patient Ward C"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"slM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"smf" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"snu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Psychiatric Play-Area Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"snE" = ( +/obj/structure/table/glass, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"snO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"snQ" = ( +/obj/structure/table/standard, +/obj/item/paicard, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"soK" = ( +/obj/landmark/spawnpoint/latejoin/station/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"soU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"sps" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/powered/pump, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"spv" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + icon_state = "freezer_1"; + power_setting = 20; + set_temperature = 73; + use_power = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"spw" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"spA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sqk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virologyaccess) +"sqm" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical, +/obj/item/soap/nanotrasen, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"srS" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "PsycheFoyer"; + name = "Psychiatric Processing"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sue" = ( +/obj/effect/floor_decal/corner/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sun" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"suA" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"suM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-doc-access"; + name = "Access Switch"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"svd" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"svB" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"svR" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/breakroom) +"svV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"swx" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"swE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"sxo" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"sxt" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Psychiatric Ward"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"sxx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"syi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"syC" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"szf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"szg" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"szC" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"sAb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"sAZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"sBd" = ( +/obj/structure/sign/deck/third, +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_three) +"sBg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"sCe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"sCk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"sCm" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"sCy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sCJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass/medical{ + name = "Paramedic Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay_emt_bay) +"sCN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"sDs" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"sDz" = ( +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"sDO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"sDS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"sFi" = ( +/obj/machinery/atmospherics/valve{ + name = "EMERGENCY VENT TO SPACE" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"sFK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sHa" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"sHs" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"sHy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"sHS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + name = "Medbay Surgery" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"sIj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sIr" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/light, +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"sIX" = ( +/obj/machinery/vending/giftvendor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"sJj" = ( +/obj/structure/table/standard, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/obj/item/storage/box/monkeycubes{ + starts_with = list(/obj/item/reagent_containers/food/snacks/monkeycube/wrapped=10) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"sJr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sLb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"sLp" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"sLT" = ( +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"sME" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "MedbayFoyer"; + name = "Treatment Centre"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"sNF" = ( +/obj/item/storage/excavation, +/obj/item/pickaxe, +/obj/item/tool/wrench, +/obj/item/measuring_tape, +/obj/item/stack/flag/yellow, +/obj/structure/table/steel, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"sNN" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_c) +"sOy" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"sPn" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"sPx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"sPV" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/sparker{ + id = "burn_chamber"; + pixel_x = 26 + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"sQe" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"sQh" = ( +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"sQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/emt/general) +"sTi" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"sTG" = ( +/obj/structure/lattice, +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"sTI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"sUg" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/prepainted/medical, +/area/medical/chemistry) +"sUx" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"sUJ" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/closet/secure_closet/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"sVt" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"sVF" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"sWE" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"sWT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"sXx" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "mechbay-inner"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/robotics) +"sXA" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"sYi" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"sYQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"sZy" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"taD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"taE" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"tbn" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Robotics Morgue" + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"tbM" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/victory/station/stairs_three) +"tcG" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"tdj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/washing_machine, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"tdK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"tem" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + id_tag = "deck3_airlock" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "deck3_airlock"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"teC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"teE" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tfa" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"tfh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"tfP" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "mentaldoor"; + name = "Door Switch"; + pixel_x = 28; + pixel_y = 9 + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"tgD" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_a) +"tgM" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/tank/emergency/oxygen/engi, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"thc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"thh" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/tool/wirecutters/clippers/trimmers, +/obj/item/tool/wirecutters/clippers/trimmers, +/obj/item/material/knife/machete/hatchet, +/obj/item/material/knife/machete/hatchet, +/obj/item/material/minihoe/plasteel, +/obj/item/material/minihoe/plasteel, +/obj/item/material/minihoe/plasteel, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"thH" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"thZ" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"tij" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"tiv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tjU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"tmk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tmA" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"tmB" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tmX" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"toD" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/psych_ward) +"toX" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"tpj" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"tpt" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Port to Isolation" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"tpX" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tqA" = ( +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = -24 + }, +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = -30 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -37 + }, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"tqI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"tqN" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/holodeck_control) +"tqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"trK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"trY" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/medbay/aft) +"ttn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"ttB" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "psyche" + }, +/turf/simulated/floor/plating, +/area/medical/psych/psych_1) +"ttS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"tut" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_two"; + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_two) +"tuz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"tuF" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"tvV" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"twF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/machinery/door/airlock/maintenance/medical{ + name = "Virology Maintenance Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/simulated/floor/plating, +/area/medical/virology) +"twM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"twY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"txB" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"tyV" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/space) +"tzi" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"tAf" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"tAg" = ( +/turf/simulated/wall/prepainted, +/area/teleporter/departing) +"tAo" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + req_access = list(55); + pixel_x = -25; + pixel_y = -5 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "xenobiovs2"; + name = "Containment Blast Doors"; + pixel_x = -38; + req_access = list(55) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"tAS" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tAT" = ( +/obj/machinery/artifact_scanpad, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/anomaly_lab) +"tBb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"tBo" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/structure/closet/l3closet/scientist/double, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"tCz" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"tCI" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"tDo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tEk" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "RESEARCH" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"tEs" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tEP" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"tFy" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"tFB" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/cmo) +"tFQ" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"tFT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"tGx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"tGK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio3"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"tHr" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tHW" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tIc" = ( +/obj/machinery/papershredder, +/obj/effect/floor_decal/corner/blue/full, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"tIG" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tJE" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tKb" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tKG" = ( +/turf/simulated/floor/airless, +/area/space) +"tKR" = ( +/obj/structure/bed/chair, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/panic_button{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"tLd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"tLz" = ( +/obj/machinery/bomb_tester, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"tLU" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"tMu" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tMG" = ( +/obj/machinery/light/small, +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"tNu" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"tNZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"tOc" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"tOe" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"tOP" = ( +/obj/machinery/vending/nifsoft_shop{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"tOS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"tPb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"tPg" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"tPG" = ( +/obj/structure/table/steel_reinforced, +/obj/item/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/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/medical/surgery) +"tPK" = ( +/obj/structure/sign/department/anomaly, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab) +"tPY" = ( +/obj/structure/table/standard, +/obj/item/storage/bag/xenobio{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/storage/bag/xenobio{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"tQg" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/metaglass, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"tQp" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/ward) +"tQL" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"tRv" = ( +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"tRy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Virology Isolation Room One"; + req_access = list(39) + }, +/obj/machinery/door/window/westright{ + dir = 2; + name = "Virology Isolation Room One"; + req_access = list(39) + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"tSj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"tSo" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"tTu" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"tUb" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/fpmaint2) +"tUr" = ( +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"tVI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"tVU" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"tWJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"tWU" = ( +/obj/structure/sign/warning/caution, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/storage) +"tWY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"tXS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"tYf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"tYH" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"tZm" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/medbay4) +"tZz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ucf" = ( +/obj/machinery/disease2/incubator, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled, +/area/medical/virology) +"uck" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"ucO" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/machinery/light/small, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"udc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"udr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"ufe" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/masks{ + pixel_x = -7 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"ufm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/machinery/requests_console/preset/research{ + pixel_x = 32 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"ufn" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/storage/fancy/vials, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"uhe" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virologyaccess) +"uht" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"uhJ" = ( +/obj/machinery/access_button{ + frequency = 1380; + master_tag = "deck3_airlock"; + name = "exterior access button"; + pixel_x = 32; + pixel_y = 23 + }, +/turf/space, +/area/space) +"uiz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"uje" = ( +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/emt/general) +"uji" = ( +/obj/effect/floor_decal/corner/green{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ujt" = ( +/obj/structure/table/steel_reinforced, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"ujK" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"ukt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"ukC" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay emergency access door."; + id = "MedbayEmergency"; + name = "Door Switch"; + pixel_x = -24; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"ukW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"ukZ" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ulP" = ( +/obj/machinery/keycard_auth{ + pixel_x = 28; + pixel_y = -22 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"umy" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Medical Storage"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"unq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"unZ" = ( +/obj/structure/table/standard, +/obj/item/soap/nanotrasen, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"uon" = ( +/obj/structure/closet/crate, +/obj/random/maintenance, +/obj/random/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"uow" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/storage) +"upp" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"upQ" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"uqK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"urd" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"uri" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/machinery/computer/skills{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"urC" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/glasses/goggles, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"urJ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"utf" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"utr" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/medbay/aft) +"utE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"uuj" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/rnd/xenobiology/xenoflora) +"uuo" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/rnd/rdoffice) +"uuw" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uuE" = ( +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"uvd" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virologyisolation) +"uvO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"uwL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"uwU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"uxu" = ( +/obj/structure/table/rack, +/obj/item/storage/firstaid, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uxB" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"uxG" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/storage/box/donkpockets, +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"uyr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"uyJ" = ( +/obj/structure/table/steel_reinforced, +/obj/structure/closet/secure_closet/medical_wall{ + name = "O- Blood Locker"; + pixel_x = 32; + req_access = list(5) + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"uzv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"uzA" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"uzF" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"uAn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"uCv" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"uCH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"uCN" = ( +/obj/structure/table/standard, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"uDK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"uEl" = ( +/turf/simulated/wall/prepainted/science, +/area/medical/morgue) +"uEE" = ( +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"uEG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"uFa" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Deck 3 Grid" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"uFV" = ( +/obj/structure/table/steel_reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/lathe/medical/stocked, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"uGR" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/medical/surgery2) +"uHH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"uHK" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"uHQ" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"uIi" = ( +/obj/machinery/holopad, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"uIx" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"uIP" = ( +/turf/simulated/wall/prepainted/medical, +/area/maintenance/substation/medical) +"uIS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/pen, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"uJh" = ( +/turf/simulated/wall/prepainted/science, +/area/assembly/robotics/surgery) +"uJJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"uKo" = ( +/obj/item/suit_cooling_unit{ + pixel_y = -5 + }, +/obj/item/tank/oxygen{ + pixel_y = -4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/tank/oxygen{ + pixel_y = -4 + }, +/obj/item/hardsuit/medical{ + pixel_y = -4 + }, +/obj/structure/table/rack, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"uLo" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"uLx" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"uLA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"uMG" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "exam_2" + }, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/medical/exam_room/exam_2) +"uML" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"uNv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"uPt" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/maintenance/research) +"uPA" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"uPS" = ( +/obj/structure/closet/crate{ + name = "Grenade Crate" + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera/network/medbay, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"uQR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"uQX" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"uRp" = ( +/obj/structure/table/glass, +/obj/item/duct_tape_roll, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"uRJ" = ( +/obj/structure/sign/deck/third, +/turf/simulated/wall/prepainted/medical, +/area/victory/station/stairs_three) +"uSa" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"uSx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"uSM" = ( +/obj/structure/table/reinforced, +/obj/item/toy/eight_ball/conch, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/random/toy, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"uTa" = ( +/obj/structure/ladder, +/turf/simulated/floor/tiled/techfloor, +/area/medical/ward) +"uVq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/crew{ + dir = 4; + req_one_access = list(5) + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"uVS" = ( +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/obj/item/pen, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"uWQ" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet/scientist/double, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer) +"uXt" = ( +/obj/structure/loot_pile/maint/boxfort, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"uXW" = ( +/obj/machinery/air_alarm/monitor/isolation{ + alarm_id = "isolation_one"; + dir = 8; + pixel_x = 22 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/anomaly_lab/containment_one) +"uYg" = ( +/obj/structure/lattice, +/obj/machinery/camera/network/outside{ + dir = 8 + }, +/turf/space, +/area/space) +"uYk" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/medical/psych_ward) +"uZs" = ( +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"vaL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vbA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"vbI" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"vbJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/teleporter/departing) +"vct" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"vcE" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"vcY" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/random/trash_pile, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"vdg" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/research) +"vdw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vez" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/xenobiology/xenoflora) +"veP" = ( +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/cryo{ + dir = 4; + pixel_y = 25 + }, +/turf/simulated/open, +/area/victory/station/stairs_three) +"vfA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"vfE" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"vgs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor, +/area/shuttle/emt/general) +"vgG" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vgT" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"vha" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"vhp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"vhu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"vhU" = ( +/obj/structure/table/standard, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/reagentgrinder, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"vjC" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"vkz" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/vending/blood, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"vlH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"vmM" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"voG" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/rnd/breakroom) +"vpB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"vpS" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + icon_state = "freezer" + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 9 + }, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"vqe" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + id_tag = "PsycheFoyer"; + name = "Psychiatric Wing"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vqf" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"vqh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"vqV" = ( +/obj/machinery/camera/network/research{ + dir = 4; + network = list("Xenobiology") + }, +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/machinery/camera/network/research, +/turf/simulated/floor/wood, +/area/rnd/xenobiology) +"vrg" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin{ + pixel_y = 8 + }, +/obj/item/storage/firstaid/toxin{ + pixel_y = 8 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"vrn" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"vrz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"vrE" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"vrN" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vrY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/loading{ + dir = 4 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"vsS" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vsZ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"vtg" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "psyche-a-inner"; + name = "Ward A"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/psych_ward) +"vtj" = ( +/obj/machinery/recharge_station, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"vtx" = ( +/obj/machinery/airlock_sensor{ + dir = 1; + frequency = 1380; + id_tag = "deck3_airlock"; + pixel_y = -22 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + id_tag = "deck3_airlock" + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/victory/station/stairs_three) +"vtH" = ( +/obj/machinery/computer/robotics, +/obj/machinery/camera/network/research, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"vtM" = ( +/obj/machinery/artifact_harvester, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/anomaly_lab) +"vue" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/bed/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_2) +"vul" = ( +/obj/machinery/light/small, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/research) +"vvh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vvQ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"vws" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/misc_lab) +"vwx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/steeldecal/steel_decals_central6{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"vxY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vya" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/research{ + name = "Circuitry Workshop"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/fabrication, +/turf/simulated/floor/tiled, +/area/rnd/workshop) +"vyp" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/space) +"vzk" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"vAo" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology) +"vAJ" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/morgue) +"vBb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"vBs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Toxins Storage" + }, +/obj/map_helper/access_helper/airlock/station/science/toxins, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"vBL" = ( +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"vBU" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vCa" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"vCs" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vCt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vEl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"vFg" = ( +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/medical/emt, +/obj/item/clothing/head/helmet/space/void/medical/emt, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/clothing/mask/breath, +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"vFj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 9 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"vFG" = ( +/obj/machinery/computer/shuttle_control/explore/emt{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"vFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-b-inner"; + name = "Ward A Back Area Access"; + pixel_x = -26; + pixel_y = 24; + req_one_access = list(5) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "psyche-b-outer"; + name = "Ward B Lockdown"; + pixel_x = -26; + pixel_y = 32; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"vGe" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/resleeving) +"vHc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"vHi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"vHw" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"vHH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Emergecy Flood Storage"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/science/xenobiology, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"vIj" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/industrial/hatch, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vIE" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"vIV" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vJt" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"vKw" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/techfloor/grid, +/area/medical/patient_a) +"vLb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research_restroom) +"vLj" = ( +/obj/machinery/door/window/brigdoor/westright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"vLs" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_2) +"vLB" = ( +/obj/item/roller_holder, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vMn" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"vMN" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/machinery/door/airlock/medical{ + name = "Wash Room"; + req_one_access = null + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"vNt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + name = "Chem & Offices" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"vOA" = ( +/obj/machinery/sleep_console, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"vOD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vPe" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vQu" = ( +/obj/machinery/camera/network/research{ + dir = 8; + network = list("Research","Toxins Test Area") + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"vQX" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/reagent_containers/glass/bottle/stoxin, +/obj/item/reagent_containers/glass/bottle/stoxin, +/obj/item/reagent_containers/glass/bottle/stoxin, +/obj/item/storage/box/syringes, +/obj/item/gun/launcher/syringe, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"vRE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"vRK" = ( +/obj/structure/sign/department/operational, +/turf/simulated/wall/prepainted/medical, +/area/medical/surgeryprep) +"vSe" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"vTa" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"vTK" = ( +/obj/structure/bed/psych, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"vUf" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"vUs" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/medbay_emt_bay) +"vUy" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"vUK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "emt_shuttle_docker"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "emt_shuttle_docker_pump" + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"vVP" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/research) +"vWo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"vWZ" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/research_restroom) +"vXA" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"vXG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"vXJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"vYi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"vYN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"vYZ" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"vZb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"vZg" = ( +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"vZv" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"waa" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"wap" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"waz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"wbh" = ( +/obj/machinery/access_button{ + dir = 1; + frequency = 1380; + master_tag = "deck3_airlock"; + name = "interior access button"; + pixel_y = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wbG" = ( +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"wbK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + dir = 4; + name = "Psychiatric Ward" + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wbO" = ( +/obj/structure/table/woodentable, +/obj/item/toy/plushie/siamese_cat, +/obj/item/toy/plushie/therapy/green, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"wbV" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"wcQ" = ( +/obj/structure/table/standard, +/obj/machinery/fire_alarm/alarms_hidden/west_mount, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wdh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wdB" = ( +/obj/structure/morgue/crematorium{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"wdD" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"wdQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"wdT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/radiocarbon_spectrometer, +/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 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/anomaly_lab) +"weg" = ( +/obj/structure/sink{ + pixel_y = 19 + }, +/turf/simulated/floor/tiled/white, +/area/medical/recoveryrestroom) +"weC" = ( +/obj/machinery/atm{ + pixel_x = -33 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wfo" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"wfD" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"wfG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wgg" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"wgC" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/medical/resleeving) +"wgF" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wgT" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"whs" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"whu" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/reception_desk) +"whM" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"wia" = ( +/obj/structure/table/bench/padded, +/obj/landmark/spawnpoint/job/paramedic, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"wir" = ( +/turf/simulated/wall/prepainted/science, +/area/rnd/misc_lab) +"wiC" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/structure/closet/crate/biohazard, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"wiW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"wji" = ( +/obj/machinery/door/firedoor/glass, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/voidcraft/vertical{ + frequency = 1380 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/general) +"wkf" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"wkG" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "rnd_can_store" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"wkM" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"wlm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wlz" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/virology) +"wlC" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wlW" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"wng" = ( +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"wnN" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"woC" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"woF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/medbreak) +"wpb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"wpd" = ( +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"wpj" = ( +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"wpm" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/syringes, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_1) +"wqB" = ( +/obj/machinery/camera/network/research, +/obj/machinery/lathe/autolathe, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"wrp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"wtH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"wtL" = ( +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyisolation) +"wuz" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/breakroom) +"wuC" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"wwu" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"wxE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/medbay{ + dir = 8; + network = list("Psychiatric") + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/medical/psych_ward) +"wzb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wzf" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"wzv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"wAD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/northright, +/obj/machinery/door/window/southright, +/obj/structure/closet/l3closet/virology, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"wAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"wBq" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"wCh" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"wCL" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"wDc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/sign/greencross{ + name = "Authorized Medical Personnel Only"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"wDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bookcase, +/obj/item/book/manual/barman_recipes, +/obj/item/book/manual/engineering_construction, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/the_humanized_mice, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/materials_chemistry_analysis, +/obj/item/book/manual/engineering_guide, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wEl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"wEo" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/emt/general) +"wGo" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"wGY" = ( +/turf/simulated/floor/tiled, +/area/medical/virology) +"wHi" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"wIO" = ( +/obj/machinery/atmospherics/component/unary/heat_exchanger{ + dir = 4 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"wJw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/medbay_primary_storage) +"wJN" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"wJW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"wKj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wKq" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/white, +/area/medical/patient_d) +"wLE" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"wLV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"wMp" = ( +/turf/simulated/wall/prepainted, +/area/holodeck_control) +"wMQ" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "Isolation to Waste" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"wNb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"wNh" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/fire{ + pixel_y = 9 + }, +/obj/item/storage/firstaid/fire{ + pixel_y = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"wNs" = ( +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"wNE" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"wOk" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_wing) +"wOP" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/recoveryrestroom) +"wPi" = ( +/obj/machinery/scale, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"wPt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/anomaly_lab) +"wQh" = ( +/obj/structure/sign/department/chem{ + name = "Pharmacy" + }, +/turf/simulated/wall/prepainted/medical, +/area/crew_quarters/medbreak) +"wQj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"wQo" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/medbreak) +"wQp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"wQr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wQy" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wQN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/medical{ + name = "Patient Psychiatric Ward B"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "psyche-a-outer"; + name = "Ward A"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"wRr" = ( +/obj/machinery/optable, +/obj/machinery/light/small, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"wRU" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/shuttle/emt/cockpit) +"wSM" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"wTy" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"wTM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 10 + }, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/xenobiology) +"wUs" = ( +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Firing Range Door"; + req_access = list(47) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"wUw" = ( +/obj/machinery/door/window/brigdoor/southright{ + name = "Containment Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"wUV" = ( +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"wVf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"wWa" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"wWO" = ( +/obj/structure/closet/secure_closet/RD, +/obj/item/aicard, +/obj/item/clothing/glasses/omnihud/rnd, +/obj/machinery/camera/network/research{ + dir = 4 + }, +/obj/item/storage/box/firingpins, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"wYX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/rnd/anomaly_lab/containment_two) +"wZf" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medical_restroom) +"wZk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"wZF" = ( +/obj/effect/floor_decal/techfloor/corner, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xav" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"xaP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/assembly/chargebay) +"xbs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"xbz" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"xcx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xcB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/cmo) +"xdd" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/lathe/autolathe, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"xdh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"xec" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"xeP" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"xeW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xfV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"xgi" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Lockdown Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"xhf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xht" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"xhw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"xhP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/research/testingrange) +"xiN" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/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 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/item/multitool, +/obj/item/storage/toolbox/mechanical, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"xiO" = ( +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/obj/structure/table/carbon/reinforced, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"xiT" = ( +/obj/machinery/door/window/brigdoor/northright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio7"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xjy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"xjV" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"xkd" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"xki" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/victory/station/stairs_three) +"xkX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"xlI" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"xmK" = ( +/obj/machinery/camera/network/medbay{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 8; + id = "er2"; + name = "Exam Room 2 Lock"; + pixel_x = 26; + pixel_y = 10; + specialfunctions = 4 + }, +/obj/machinery/button/windowtint{ + dir = 6; + id = "exam_2"; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"xmL" = ( +/obj/machinery/atmospherics/component/unary/freezer{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"xnz" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xnR" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/fore) +"xoj" = ( +/obj/structure/closet/firecloset, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/research_foyer_auxiliary) +"xoV" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1; + name = "Engine Fuel Port" + }, +/obj/machinery/light/small, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor, +/area/shuttle/emt/general) +"xrB" = ( +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/hallway) +"xrW" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/structure/flora/pottedplant/bamboo, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/medical/psych_ward) +"xsd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical_science) +"xtD" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"xuu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/lightorange/border, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"xvH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"xvK" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light/small, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"xvN" = ( +/obj/machinery/computer/timeclock/premade/south, +/obj/effect/floor_decal/techfloor, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xvV" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xwp" = ( +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/power/apc/east_mount, +/obj/machinery/button/windowtint{ + dir = 8; + id = "ward_c"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"xyl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/research, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/simulated/floor/tiled, +/area/rnd/misc_lab) +"xyo" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/tiled/techfloor, +/area/medical/morgue) +"xyH" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"xAI" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"xAO" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/mauve/bordercorner2, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics) +"xBU" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/fpmaint2) +"xCo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xCH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"xDH" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"xEA" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"xER" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xFt" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay/aft) +"xFH" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/medbay_primary_storage) +"xFX" = ( +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"xGc" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/landmark/spawnpoint/job/paramedic, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"xGm" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/victory/station/stairs_three) +"xGB" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "burn_chamber_v"; + name = "Burn Chamber Vent" + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/test_area) +"xHh" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xHi" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/flora/pottedplant/flower, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"xHy" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xHB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xHD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xIf" = ( +/turf/simulated/wall/prepainted/science, +/area/maintenance/research) +"xIg" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xIl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xIp" = ( +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/anomaly_lab/containment_one) +"xID" = ( +/obj/machinery/papershredder, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"xIL" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/landmark/spawnpoint/job/medical_doctor, +/turf/simulated/floor/tiled/white, +/area/medical/resleeving) +"xJb" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xJh" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"xJB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"xJN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"xKC" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"xLu" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay3) +"xLy" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"xLH" = ( +/obj/machinery/disease2/incubator, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"xMz" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"xNy" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"xOt" = ( +/obj/machinery/camera/network/medbay{ + dir = 1; + network = list("Psychiatric") + }, +/obj/machinery/computer/arcade/orion_trail, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/psych_ward) +"xOU" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/wood, +/area/rnd/breakroom) +"xOV" = ( +/obj/structure/window/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora/lab_atmos) +"xQx" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical{ + id_tag = "er2"; + name = "Exam Room 2"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/tiled/white, +/area/medical/exam_room/exam_2) +"xQF" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/medical/patient_c) +"xQV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/landmark/spawnpoint/job/scientist, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/workshop) +"xRM" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"xRP" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lightorange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"xSe" = ( +/obj/machinery/cryopod/robot/door/gateway, +/turf/simulated/floor/tiled/techfloor, +/area/teleporter/departing) +"xSg" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/rdoffice) +"xSh" = ( +/obj/machinery/door/window/brigdoor/westright{ + name = "Containment Pen"; + req_access = list(55) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobio1"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"xTi" = ( +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_three) +"xTU" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "MEDICAL" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"xUb" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"xUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/xenobiology/xenoflora_storage) +"xUB" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/portable_atmospherics/powered/pump, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"xUZ" = ( +/obj/structure/sign/warning/caution, +/turf/simulated/wall/r_wall/prepainted/science, +/area/rnd/test_area) +"xVz" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"xXp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"xYe" = ( +/obj/structure/bed/chair/wheelchair, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_primary_storage) +"xYq" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "emt_shuttle_dock"; + pixel_y = 26 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380 + }, +/turf/simulated/floor/plating, +/area/medical/patient_wing) +"xYr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/glass{ + name = "Long-Range Teleporter Access" + }, +/turf/simulated/floor/tiled, +/area/teleporter/departing) +"xYz" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"xZy" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"yah" = ( +/turf/simulated/floor/plating, +/area/rnd/misc_lab) +"ybU" = ( +/obj/machinery/door/firedoor/glass{ + dir = 4 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"yde" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -28; + req_access = list() + }, +/turf/simulated/floor/wood, +/area/medical/medbay4) +"ydY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay_emt_bay) +"yez" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"yfP" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"ygh" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/defib_kit/loaded, +/turf/simulated/floor/tiled, +/area/medical/surgery2) +"ygC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/reception_desk) +"yhw" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/borderfloorwhite/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"yhE" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/dark, +/area/assembly/robotics/surgery) +"yic" = ( +/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/machinery/vending/coffee, +/turf/simulated/floor/tiled/monotile, +/area/rnd/breakroom) +"yiz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/rnd/research) +"yjy" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/turf/simulated/floor/wood, +/area/medical/psych/psych_1) +"ykh" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/medical/psych/psych_1) +"yku" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"ykA" = ( +/turf/simulated/wall/r_wall/prepainted/medical, +/area/medical/patient_d) +"ykR" = ( +/turf/simulated/wall/r_wall, +/area/space) +"ykZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"ymb" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/component/unary/outlet_injector{ + frequency = 1445; + id = "burn_in"; + volume_rate = 700 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) + +(1,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(2,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(3,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(4,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(5,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(6,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(7,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(8,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(9,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +aDe +aDe +aDe +lIp +lIp +qyX +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(10,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +aDe +aDe +aDe +aDe +aDe +aDe +aDe +lIp +lIp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +lIp +mDp +pRW +pRW +mDp +mDp +mDp +mDp +ekU +ekU +ekU +ekU +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(11,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +mDp +mDp +qyX +lIp +mDp +pRW +pRW +mDp +mDp +ekU +ekU +ekU +ekU +ekU +ekU +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(12,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +qyX +mDp +mDp +mDp +mDp +aDe +aDe +aDe +poq +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +aDe +ykR +lIp +vyp +lIp +pRW +pRW +pRW +pRW +pRW +ekU +ekU +ekU +ekU +ekU +ekU +lrJ +dOr +ekU +ekU +ekU +ekU +ekU +ekU +ekU +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(13,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +eMZ +qRu +qRu +qRu +mDp +mDp +lIp +mDp +mDp +pRW +mDp +lIp +lIp +aDe +aDe +aDe +aDe +aDe +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +mDp +mDp +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +ekU +hsN +iJp +mzY +qXe +suM +hlB +hlB +hzh +wDV +csA +pLp +ekU +ekU +lmG +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(14,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +eMZ +qRu +qRu +qRu +qRu +qRu +lIp +mDp +mDp +pRW +qyX +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +ekU +ktr +fLa +vUy +ekU +cFy +dSa +dSa +dSa +dSa +tSj +cps +ekU +ekU +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(15,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mAv +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lmG +eMZ +sun +thc +piY +thc +thc +thc +piY +thc +thc +thc +piY +thc +fGD +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +tyV +pRW +pRW +pRW +pRW +pRW +pRW +ekU +snu +ekU +ekU +ekU +rLU +dSa +dSa +dSa +rOL +mzd +hqc +ekU +ekU +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(16,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +eMZ +qRu +rOo +dwM +caz +iVG +mbb +iVG +caz +uHK +lCd +iVG +caz +uHK +rOo +aPs +lIp +lIp +lIp +mDp +pRW +pRW +pRW +pRW +lIp +mDp +mDp +kxT +kxT +kxT +kxT +iym +iym +iym +kxT +kxT +kxT +kxT +lIp +lIp +lIp +aDe +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +rLU +afc +bYa +aeW +gMS +rLU +cac +fBT +fAD +sue +tSj +uSM +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(17,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +eMZ +rOo +kkS +hbm +hbm +mbb +hbm +hbm +kkS +lCd +hbm +hbm +kkS +rOo +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +aDe +aDe +aDe +kxT +qPj +mWG +djF +mWG +mWG +mWG +eXE +jMj +bBu +kxT +lIp +mDp +mDp +aDe +lIp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +rLU +rPC +pAX +dSa +aIK +rLU +xrW +dpx +tTu +qAa +wQr +vIE +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(18,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +eMZ +rOo +kkS +hbm +hbm +mbb +hbm +hbm +kkS +lCd +hbm +hbm +kkS +rOo +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +kxT +pps +vmM +mWG +mWG +mWG +mWG +eXE +jMj +eVl +kxT +kxT +mDp +mDp +aDe +mDp +mDp +mDp +tKG +pRW +pRW +pRW +pRW +pRW +pRW +ekU +llq +dSa +nhq +ece +rLU +gmW +hrZ +acf +suA +wQr +gmh +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(19,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +hlr +xSh +wfD +qRu +avB +vLj +aDi +qRu +hdd +kOA +tGK +rOo +pRW +mDp +mDp +mDp +pRW +pRW +tAg +tAg +dIJ +vbJ +vbJ +vbJ +dIJ +tAg +tAg +fcw +mWG +mWG +mWG +eXE +jMj +jMj +gDB +kxT +kxT +kxT +aDe +qyX +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +drR +dSa +ejt +iFB +rLU +mFL +ocS +dNk +qAa +wQr +gmh +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(20,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +iWZ +cLl +hvb +qRu +oDu +cLl +hlM +qRu +bEz +cLl +hlM +rOo +pRW +pRW +mDp +mDp +pRW +pRW +tAg +aKv +fus +glw +glw +glw +jzz +cew +tAg +xFt +mWG +vmM +mWG +mGW +jMj +jMj +ljL +trY +pUp +kxT +kxT +kxT +aDe +aDe +aDe +pRW +pRW +pRW +pRW +pRW +pRW +ekU +sJr +ces +ejt +iFB +rLU +tSo +ocS +pPO +spA +wfG +xOt +ekU +fCa +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(21,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +kDe +vAo +vAo +mtC +vAo +vAo +vAo +tAo +vAo +vAo +vAo +rOo +pRW +pRW +pRW +pRW +pRW +pRW +tAg +vsZ +xSe +qvd +xSe +qvd +xSe +htp +tAg +trY +trY +trY +trY +trY +piP +trY +trY +trY +mWG +djF +kpp +kxT +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +wdh +czv +wtL +kMg +rLU +gbZ +qSK +rYU +qAa +dSa +sXA +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(22,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +ljT +taE +mmM +dSY +eWW +vjC +eWW +eWW +kmH +rXQ +eWW +rOo +pRW +pRW +pRW +pRW +pRW +pRW +tAg +pMC +soK +dNU +qig +dNv +soK +aEO +tAg +kpp +jMj +jMj +jMj +jMj +jMj +jMj +uCv +qXW +qXW +sWE +uon +kxT +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +cEY +dSa +dSa +aIK +rLU +ujK +oZD +oZD +uji +dSa +ayI +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(23,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +qRu +qRu +qRu +qRu +qRu +bpn +eWW +eWW +qRu +qRu +qRu +qRu +wTM +rOo +pRW +pRW +pRW +pRW +tAg +mRv +lwt +qLC +nSZ +pZN +pZN +tOP +tAg +iat +jMj +vmM +hEJ +uxu +oBT +aHb +qTB +kpp +iDi +qTB +mWG +kxT +mDp +lIp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +hRa +rBc +hgb +xHy +rLU +qzH +rbL +rbL +bBJ +rbL +aSW +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(24,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +ikZ +rOo +ezO +hbm +hbm +wGo +nhg +moH +eWW +eWW +nhg +raK +hbm +hbm +vMn +rOo +pRW +pRW +pRW +pRW +tAg +tAg +tAg +xYr +jsz +xYr +tAg +tAg +tAg +osS +nel +trY +trY +trY +trY +trY +uuw +trY +trY +qTB +rUX +kxT +lIp +uYg +lIp +pRW +pRW +pRW +pRW +pRW +pRW +ekU +mIe +kxG +toD +toD +toD +toD +dlN +toD +toD +toD +vtg +ekU +mDp +mDp +pRW +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(25,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +eWN +cEs +hnr +hbm +xiT +wUw +moH +eWW +eWW +kVv +hNe +hbm +mFC +ymb +uwU +pRW +pRW +pRW +pRW +goh +ktt +qak +meR +fRk +fWJ +bfS +ijd +uzv +pmG +fWJ +fWJ +fWJ +mmI +pmG +fWJ +kBG +oaU +ejI +qTB +mWG +kxT +kxT +kxT +kxT +pRW +pRW +pRW +pRW +pRW +pRW +ekU +pjz +kxG +toD +mzy +aBk +toD +fWZ +jNo +toD +jlX +fWZ +qIy +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(26,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +lRN +aUR +aUR +mow +xCo +fSg +dQf +kvb +udr +fzt +aUR +aUR +oGQ +rOo +pRW +pRW +pRW +pRW +wNb +mza +cGx +mza +neD +mza +mza +mza +wNb +cGx +mza +mza +mza +mza +mbc +meR +oXk +pBG +ejI +lja +jMj +jMj +jMj +jMj +fdp +pRW +pRW +pRW +pRW +pRW +pRW +toD +lDf +xeW +toD +fbl +gcM +toD +neI +gYw +toD +gQh +gcM +ekU +lIp +lIp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(27,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +qys +qys +qys +qRu +qRu +lpx +xjy +ade +qRu +qRu +oRR +oRR +oRR +rOo +pRW +pRW +pRW +pRW +dSA +jfJ +lKI +meR +rpN +meR +itb +iWB +qMX +nVE +apg +apg +apg +oik +yku +apg +apg +hnd +ejI +aHb +jMj +gBj +kpp +jMj +kTr +pRW +pRW +pRW +pRW +pRW +pRW +toD +oXO +pUe +toD +kDf +tPg +toD +qKR +uCH +toD +ioT +lRu +ekU +fCa +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(28,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +eMZ +eMZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +ezO +hbm +hbm +kIf +nhg +pMc +eWW +eWW +nhg +iNo +hbm +hbm +vMn +rOo +pRW +pRW +pRW +pRW +pRW +pRW +pRW +joq +lZR +tqA +ejI +ejI +pRW +pRW +pRW +pRW +pRW +pRW +bDT +bDT +ttB +ttB +bDT +pcp +bDT +lJc +rNh +pEX +tZm +utr +nel +utr +mWG +jMj +mWG +toD +xcx +kxG +toD +rfk +toD +toD +toD +pnv +toD +wQN +toD +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(29,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +eWN +cEs +hnr +hbm +dbb +wUw +pMc +eWW +eWW +kVv +qiH +hbm +hbm +ymb +phe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oVI +mVT +pqI +kdg +kdg +pRW +pRW +pRW +pRW +pRW +pRW +bDT +nHz +ovA +wbO +poV +vTK +oks +qLY +ppq +lSc +dbh +yde +dAV +utr +mWG +jMj +mWG +uYk +mIe +kxG +sxt +fHi +dzN +dzN +dzN +vFN +dzN +aZG +dzN +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(30,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +lRN +aUR +aUR +cEL +xCo +pgO +eWW +eWW +udr +dlt +aUR +aUR +xER +rOo +pRW +pRW +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +vqf +cMM +pRW +pRW +pRW +pRW +pRW +pRW +bDT +yjy +ykh +ykh +aSs +nAr +bDT +giU +ppq +oCa +bXb +bXb +jgb +utr +mWG +jMj +mWG +toD +mIe +kxG +toD +tdj +ido +wxE +qtE +fAo +sCk +hjm +dzN +rLU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(31,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +lIp +rOo +aHi +aHi +aHi +qRu +qRu +fDP +eWW +lcH +qRu +qRu +fXo +fXo +fXo +crw +kMD +xIf +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +ieR +jWy +pRW +pRW +pRW +pRW +pRW +pRW +bDT +gBH +ykh +cNP +lwb +kUS +pBU +jdn +ppq +jrk +aHe +aHe +xMz +utr +utr +rxP +utr +toD +icD +hDs +toD +toD +toD +toD +toD +log +kYx +lyv +tCI +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(32,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +rOo +vqV +mFx +jtb +act +nhg +pOm +dQf +hNl +nhg +olF +hbm +hbm +vMn +loK +hRL +dJW +pRW +pRW +pRW +pRW +pRW +rfd +rpN +rkN +meR +bYR +pRW +pRW +pRW +pRW +pRW +pRW +bDT +qza +lev +qNj +kZU +arH +bDT +atV +yhw +tOS +udc +tHW +tHW +vqe +tHW +udc +mob +tHW +syi +jAz +tHW +rbh +qwk +awP +toD +toD +jaa +wbK +toD +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(33,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +wTM +qYN +mFx +mFx +fSf +fjC +bNl +xjy +ezb +kVv +dbE +hbm +mFC +ymb +vFj +qCZ +cHx +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +kdg +jbd +pRW +pRW +pRW +pRW +pRW +pRW +bDT +ovA +aUo +oKz +hCJ +eZZ +oks +tpX +qCG +lsM +qIa +opc +qCG +wiW +dbq +oMf +ykZ +aFC +hKe +lnH +gmM +lnH +thH +ltB +toD +iEL +rOL +mzd +wzb +ekU +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(34,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +vWZ +vWZ +vWZ +vWZ +vWZ +mDp +mDp +mDp +qRu +aqP +rbx +nqb +ekI +xCo +pMc +eWW +eWW +udr +oZt +aUR +aUR +oGQ +qRu +qCZ +eWW +pRW +pRW +pRW +pRW +pRW +gQH +rpN +rkN +vqf +lgN +pRW +pRW +pRW +pRW +pRW +pRW +lHz +nnb +lHz +pNX +pNX +pNX +pNX +dgC +pNX +pNX +tZm +rDO +tZm +tZm +tZm +tZm +tZm +hFl +jPF +jPF +jPF +jPF +pTw +ppq +srS +dSa +dSa +kck +fWQ +ekU +lIp +lIp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(35,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +cam +ggD +nNX +ttn +vWZ +mDp +mDp +mDp +qRu +qRu +qRu +qRu +qRu +qRu +hYh +huY +huY +qRu +qRu +qRu +qRu +qRu +qRu +wTy +xmL +pRW +pRW +pRW +pRW +pRW +faD +rpN +rkN +ieR +ofg +pRW +pRW +pRW +pRW +pRW +pRW +duZ +iPU +fVB +rsU +kfN +afR +kfN +dGj +iUO +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uVq +uIS +kjt +amZ +jPF +frq +dZd +bkU +jCw +iKn +hmb +nsd +rLU +mDp +lIp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(36,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +kiy +dni +vWZ +vWZ +vWZ +mDp +mDp +mDp +qRu +xEA +slc +wcQ +bsW +rMY +pnF +dQf +aVO +qRu +jGS +ety +xoj +mth +spv +soU +tPb +pRW +pRW +pRW +pRW +pRW +gQH +fRk +cBY +fWJ +fWJ +pRW +pRW +pRW +pRW +pRW +pRW +fKw +xnR +thZ +pNX +vLs +jfA +hpi +eUy +kBS +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tIG +jPF +vsS +dLG +jPF +xJB +gEp +toD +bXJ +wlC +fQj +wlC +rLU +mDp +aDe +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(37,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +qBd +eEW +opn +qwq +ikD +vWZ +mDp +lIp +lIp +qRu +oUc +eWW +eWW +eWW +eAv +pKi +wKj +wQy +qRu +iyI +wpj +cIp +mth +dzg +soU +eWW +pRW +pRW +pRW +pRW +pRW +eNH +rpN +rkN +meR +yez +pRW +pRW +pRW +pRW +pRW +pRW +duZ +fVB +vcY +pNX +bQP +qtU +idX +uML +vue +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +hzN +rbM +jPF +uEE +cYH +sAb +eme +toD +toD +toD +toD +toD +ekU +mDp +aDe +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(38,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +dSf +qTq +vWZ +vWZ +vWZ +mDp +mDp +mDp +sQe +krA +eWW +cjM +sJj +eWW +bjg +xjy +ezb +sQe +iyI +wpj +cIp +mth +ehf +pdP +eWW +pRW +pRW +pRW +pRW +pRW +rUk +jkE +tYf +meR +fmZ +pRW +pRW +pRW +pRW +pRW +pRW +duZ +fVB +wwu +pNX +sUJ +tfP +sxo +pNX +pNX +pNX +pRW +pRW +pRW +pRW +pRW +pRW +pRW +vLB +vQX +mXs +tAS +tAS +pIC +ppq +toD +pWt +dSa +xvV +dAl +ekU +fCa +aDe +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(39,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +dSf +ggD +vWZ +vWZ +vWZ +mDp +mDp +mDp +sQe +pBY +eWW +hgr +hgr +pyL +dip +eWW +eWW +sQe +iyI +wpj +cIp +qpQ +ioE +rWa +mMo +pRW +pRW +pRW +pRW +pRW +rfd +pUq +rkN +meR +oDD +pRW +pRW +pRW +pRW +pRW +pRW +duZ +fVB +mKr +pNX +pNX +pNX +pNX +pNX +rmr +nih +oHk +cNW +pRW +pRW +pRW +pRW +pRW +bCG +rug +ddG +toD +hln +amL +toD +toD +ekU +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(40,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +pRW +pRW +pRW +pRW +vWZ +uzF +ggD +jOk +vLb +vWZ +mDp +mDp +ikZ +qRu +dEc +eWW +tPY +ody +eWW +efz +eWW +miA +cmc +bDG +cIZ +eUQ +vHH +qhW +jam +sZy +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kUA +wtH +eSg +icA +ikE +sFK +xvV +tMG +ekU +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(41,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +pRW +pRW +pRW +pRW +vWZ +dzs +jFD +vWZ +bxz +vWZ +mDp +lIp +mDp +sQe +lVD +aFW +uDK +ndm +hui +oqZ +eew +wlm +phf +hpE +dug +cIp +qpQ +cmc +cmc +cmc +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +qBq +ozi +pXO +toD +toD +toD +toD +toD +ekU +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(42,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +vWZ +vWZ +vWZ +vWZ +vWZ +vWZ +mDp +lIp +mDp +lTx +sQe +acD +uCN +vhU +nzW +nOY +bmd +kra +ntf +iyI +lui +cIp +qpQ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +qBq +ozi +pXO +iOv +dTP +cNK +glD +seE +agS +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(43,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tvV +rpN +uuE +meR +toX +duZ +kzb +pRW +pRW +pRW +pRW +pRW +duZ +uHQ +nXk +tWY +nyz +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +owP +bFz +tDo +eBV +omP +utE +qqz +jin +agS +mDp +aDe +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(44,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xnz +adc +mjW +rIr +qIz +qIz +qIz +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +duZ +duZ +duZ +lar +duZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rVB +ozi +guA +tgD +tgD +tgD +jHx +tgD +hCj +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(45,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +xIp +xIp +xIp +xIp +xIp +koS +koS +koS +koS +bkF +tPK +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iCr +hBs +aOX +iST +flY +gLF +nAQ +hBs +cny +xGm +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +geo +nXk +crH +fVB +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bMV +hxK +oAr +tgD +vKw +ifA +rnp +tmA +hCj +lmG +mAv +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(46,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +xIp +ivK +rMu +dYN +kKY +smf +mQm +ghn +nXe +tjU +eSQ +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iCr +hBs +nrC +tmB +teC +iVw +iEr +hBs +cny +xGm +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nXk +gwo +duZ +mKr +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aBb +ozi +pXO +tgD +tgD +tgD +tgD +tgD +hCj +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(47,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +xIp +hRI +dGL +izp +gPQ +abL +fxR +ipB +hwO +keM +lzH +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +wuz +wuz +wuz +svR +wuz +cqR +svR +pRW +pRW +pRW +pRW +qIz +qIz +qIz +jOO +tNZ +gYW +sBd +qIz +qIz +qIz +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nXk +eUu +duZ +nXk +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kNK +ozi +pXO +qiK +kHF +grl +loQ +nGf +jsT +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(48,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +xIp +kmB +uXW +lwJ +oIU +cTd +rGd +qoP +qoP +cEy +jWf +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +voG +pad +fOE +pad +ako +goH +xLy +pRW +pRW +pRW +pRW +snO +teE +ieJ +vrN +gep +vrN +ieJ +eBe +qIz +pRW +pRW +pRW +mKr +pRW +pRW +pRW +pRW +pRW +duZ +duZ +duZ +mKr +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dEU +dwU +tDo +fBi +bRc +cLW +dNE +bOw +jsT +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(49,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +xIp +xIp +xIp +xIp +xIp +liR +eXW +shA +hwO +ebY +gFG +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +ako +iFZ +hZx +mOM +ako +goH +qVn +pRW +pRW +pRW +pRW +lHG +pbD +aIx +cnh +hjr +bPE +eaq +aHX +qIz +pRW +pRW +pRW +mKr +fVB +rRb +fVB +fVB +fVB +fVB +fVB +fVB +rRb +fVB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffK +ozi +pXO +eVG +eVG +eVG +lPK +eVG +oey +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(50,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +cRH +fwL +ezI +rcN +mQJ +sDS +unq +vtM +eCY +bVe +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +egt +mOM +mOM +uRp +ako +oZR +ryg +pRW +pRW +pRW +pRW +lGn +hBs +dKK +hBs +nnL +hBs +dKK +xHh +qlw +pRW +pRW +pRW +dIj +qnn +dIj +dIj +dIj +dIj +aPI +oIt +aPI +aPI +aPI +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pWZ +ozi +apK +eVG +eyb +aIF +nlx +iCF +oey +mDp +aDe +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +nWQ +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(51,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +nbQ +pal +bUY +wYX +ahH +pvZ +unq +tAT +hwO +rJB +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +ako +omH +kZh +tcG +ako +sDO +qVn +pRW +pRW +pRW +pRW +kzf +hBs +hBs +hBs +iVj +hBs +hBs +rjB +uRJ +pRW +pRW +pRW +qQX +gZZ +gvn +oQz +huo +dIj +rQF +qEp +awE +gkl +luQ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pho +ozi +pXO +eVG +eVG +eVG +eVG +eVG +oey +fCa +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(52,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +bVy +tut +jvp +oJw +szg +fPM +hxQ +eow +gii +oFh +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +gJS +kTz +pDh +fqJ +fqJ +utf +fIE +pRW +pRW +pRW +pRW +hhW +mMN +mMN +ukW +qWG +wZF +tKb +dSQ +qlw +pRW +pRW +pRW +aRl +gZZ +bvp +gZZ +okq +dIj +rfH +qEp +uGR +qEp +gBN +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bTw +ozi +pXO +cfI +xhw +grd +xQF +jPU +eWi +mDp +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(53,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +kxi +kxi +kxi +kxi +kxi +jHd +wPt +dsT +koS +koS +koS +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +iTl +goH +rtG +vBL +goH +goH +yic +pRW +pRW +pRW +pRW +qIz +veP +jzA +nJV +bxO +vgG +dQC +nzx +qlw +pRW +pRW +pRW +tPG +fmi +nwz +dLx +rZm +dIj +pYD +qEp +bnr +okU +ygh +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bTw +dwU +tDo +slB +xwp +cFz +qZA +dKT +eWi +mDp +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(54,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +ppE +kHG +wdT +egY +tuz +prx +hxQ +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +cOG +goH +rtG +goH +gMn +xOU +pFL +pRW +pRW +pRW +pRW +qIz +nzx +jzA +mbs +nNk +kfV +dQC +nzx +qlw +pRW +pRW +pRW +bnP +woC +rAZ +jEh +qJz +dIj +hZk +vYZ +dyX +bFw +iuo +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aZZ +feG +loL +jff +jff +jff +vMN +jff +pNT +lIp +lIp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(55,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +jnq +aqT +aqT +eCY +hwO +fdv +spw +koS +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRy +iTl +goH +rtG +lGk +svR +svR +svR +pRW +pRW +pRW +pRW +pRW +fRZ +fRZ +ioP +xHD +oNP +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dHs +iEe +egu +dHs +dHs +dHs +egu +ktI +dHs +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tmk +hxK +rNf +jff +sNN +whM +bkt +cWS +pNT +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(56,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +qqe +hwO +hwO +hwO +aRa +aRa +aRa +aRa +aRa +aRa +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +iTl +goH +rtG +cgN +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uxB +iXx +cOu +mWg +iiB +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +jrX +dkQ +nqv +oLT +dHs +qMp +byw +eMi +xHi +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aBb +ozi +pXO +jff +jff +jff +jff +jff +pNT +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(57,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +iei +hwO +hwO +vJt +aRa +wCL +gIr +uqK +xbs +hBA +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pXQ +ryg +ryg +uQX +hQy +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tiv +slM +fsS +hhH +xvN +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iRq +ehv +lPw +ouz +dHH +nyw +aUb +alr +qaw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +jDs +fIn +tDo +enA +pee +rZR +iyz +hRV +mkA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(58,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pqK +qKx +hwO +hwO +ijz +gZv +mxO +mxO +mxO +mxO +hwg +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +iTl +goH +dVV +snE +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +fRZ +fRZ +iAs +kXa +jZb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +gkq +xKC +vIj +ffh +guG +fOo +hVK +oIJ +mtG +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tQp +rug +iRK +fcX +pKn +wKq +sjN +oOE +mkA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(59,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pqK +sNF +hwO +hwO +hwO +aRa +urC +wUs +aQo +wUs +qQB +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svR +iTl +oIp +goH +uxG +svR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iNI +iHO +iNI +iHO +iNI +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +vIV +ixd +oOu +lqx +dHs +dYI +wlW +vCs +bwA +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +gXk +xRM +pXO +fcX +fcX +fcX +kJq +fcX +ykA +fCa +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(60,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pqK +nfD +hwO +hwO +hwO +aRa +nWM +nWM +nWM +nWM +qyg +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bMe +iPf +bMe +iPf +bMe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dHs +ieT +skW +dHs +dHs +wdQ +xKC +bgr +ioV +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +bGx +ozi +pXO +fcX +iph +vHw +urJ +ehA +ykA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(61,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +hwO +tgM +qLf +efr +aRa +qYG +iQA +nWM +iQA +xhP +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +puN +gwr +gwr +gwr +puN +gwr +puN +gwr +puN +gwr +puN +gwr +gwr +bWt +vha +mPa +bWt +bCS +ukC +lRg +lYc +cfa +eEv +lRg +cau +bgr +lYc +hlv +eMm +iIb +fMY +pRW +pRW +pRW +pRW +nMp +ozi +qrK +fcX +fcX +fcX +fcX +fcX +ykA +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(62,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +koS +koS +koS +koS +koS +aRa +nWM +uNv +drp +pVZ +rIN +aRa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +puN +gwr +puN +gwr +puN +gwr +puN +gwr +puN +gwr +puN +puN +gwr +vXG +eHm +tEs +vXG +wEl +vZb +vZb +vZb +bwC +vOD +qYV +oMl +rGq +vxY +fkK +fkK +mYX +sHy +pRW +pRW +pRW +pRW +bAd +ozi +ePH +vvQ +pXy +liz +sDz +sDz +iVb +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(63,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +nWM +iQA +nWM +iQA +qyg +aRa +pRW +pRW +pRW +ijZ +ijZ +hwR +hwR +vya +ijZ +whu +owo +owo +gsB +owo +owo +whu +whu +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +vRK +dHs +egu +egu +qRd +dHs +dHs +dHs +bgr +xKC +bOx +ojL +eSw +uAn +pRW +pRW +pRW +pRW +dqY +tHr +mtS +swE +hGf +tQp +uTa +sDz +iVb +mDp +mDp +mDp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(64,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +nWM +oGF +tLd +xbs +ilA +aRa +pRW +pRW +pRW +nUG +rwO +kEK +bKV +qib +uQR +whu +jHB +uVS +gpS +nOJ +rbQ +sdA +whu +uwL +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +fLw +qAg +mUK +pHO +wWa +pHO +qTx +tIc +juF +lnu +mMS +sHS +fwu +fwu +fwu +fwu +fwu +pRW +pRW +qjz +eam +rqj +tVI +rUx +tQp +iUD +nwm +bCG +lIp +aDe +lIp +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(65,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +nWM +jbE +sVF +jbE +huG +aRa +pRW +pRW +pRW +ijZ +mlj +xQV +jdh +fOX +nMq +whu +xdd +dlB +gub +irM +irM +xAI +lGI +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +juF +eLe +fqm +rRJ +tdK +bAJ +lKq +qAg +hNI +mqc +kVo +kKM +iBd +iry +bdJ +qSo +cyt +fwu +dAa +tCz +sCe +vGe +vGe +vGe +vGe +qAp +vGe +vGe +fnt +fnt +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(66,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +aRa +aRa +aRa +aRa +aRa +aRa +aRa +pRW +pRW +pRW +ijZ +oZF +mmt +icZ +xfV +etO +whu +fTU +qfo +jlG +irM +irM +wfo +lGI +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDv +csz +qbE +qAg +tmX +hFt +dEl +oRa +oYo +eaI +dxA +las +fZo +uJJ +kCM +kgh +xGc +szC +kgh +skH +fwu +sYQ +qKw +bJH +vGe +dTF +jym +nfS +eGv +wgC +dAn +fnt +csb +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(67,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ijZ +mTN +xQV +gly +xlI +sQh +whu +hFZ +ygC +iaO +lKg +eEO +kMH +lGI +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ivz +csz +hyb +juF +lZl +amU +nSs +iGC +iGC +hQR +juF +dIx +vHi +ooU +kgh +cfl +rEu +lSq +szC +neQ +yfP +sYQ +nDp +pFA +vGe +mFn +dZN +xIL +fjh +acc +hUF +fnt +csb +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(68,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ijZ +iKm +jvv +mEc +kHp +aZa +whu +oWH +jct +irM +irM +irM +fTE +lGI +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +jkz +cOC +cOC +qHA +cOC +cOC +cOC +juF +obY +etB +sHs +nDm +oJy +cfl +afb +kgh +neQ +fwu +ehC +nDp +itp +qOd +dwF +kNr +qIb +qGj +rcx +bYA +fnt +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(69,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +mDp +whu +cqv +hFc +xZy +mgX +czU +vXA +whu +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +juF +lcu +kaB +tOe +nnE +nnE +nnE +juF +fMh +vHi +jmm +kgh +nKH +kgh +pgh +lHT +kgh +yfP +sYQ +pHA +mIa +gYU +nuY +nAR +jvd +eYX +acc +irg +bGt +pQv +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(70,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +mDp +whu +whu +iyL +whu +whu +whu +whu +fsC +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +rLu +bJZ +lHu +kdL +xFX +xFX +xFX +sME +xVz +lYK +pYY +wkf +wkf +wkf +wkf +xvH +wkf +pky +pUT +haG +mIa +gYU +gFX +ctW +ctW +eYX +acc +eYa +fnt +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(71,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +sCm +sCm +sCm +sCm +sCm +sCm +sCm +hYp +hve +rQf +jGo +lCB +lCA +rQf +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pqY +wbG +wAJ +cVq +lfj +lfj +lfj +uIx +tXS +sgF +wLV +kfr +kfr +kfr +kfr +bSL +kfr +cjf +sjc +nDp +mIa +vGe +bKW +kZF +oWr +gQO +fmI +sUx +bGt +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(72,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +sag +sag +sag +sag +sag +sag +sag +vwx +oZp +eTX +kuT +hNU +tLU +mqr +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +qAg +jUt +bMn +lNs +dci +dci +ira +juF +fIS +axp +jmm +kgh +bYC +kgh +rKV +jwV +kgh +yfP +lTF +tfh +kas +iRX +iRX +iRX +iRX +cAA +iRX +iRX +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(73,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mVR +xrB +foh +mIF +mIF +rmq +mVR +jor +rzi +rQf +cTS +uWQ +mAp +oBJ +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +qAg +jUt +bMn +eCw +fNb +fNb +fNb +juF +bAI +vHi +ggO +nDm +cZK +cfl +eHS +kgh +kgh +fwu +eCA +uHH +mIa +iRX +tFQ +uPA +cGc +wSM +etN +etN +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(74,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +mDp +aDx +ybU +mTQ +ybU +ybU +bIW +aDx +aDx +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +fSO +gIR +oTe +wbV +flF +flF +flF +juF +hAY +asv +juw +kCM +cfl +tAf +lSq +szC +kgh +yfP +sYQ +cHb +mIa +iRX +tFQ +foz +twY +lYt +wpd +jLg +cfG +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(75,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +mDp +aDx +mFr +vZg +arY +anx +aIH +eOr +aDx +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +eYM +eYM +eYM +eYM +eYM +eYM +pRW +pRW +vkz +vHi +ggO +kgh +kgh +cfl +szC +kgh +uFV +fwu +rIl +wpb +hUa +iRX +tFQ +pRk +wpd +etN +etN +etN +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(76,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uEl +uEl +uEl +uEl +aDx +lPA +vZg +vZg +vZg +rmN +dwr +gpg +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +tFB +aeS +hkx +hKL +kHZ +eYM +pRW +pRW +bXX +vHi +ggO +jAX +gdj +iJo +eff +uyJ +pZS +fwu +qXw +wpb +mIa +iRX +tFQ +pRk +wpd +buE +eLj +dQR +cfG +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(77,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +eMZ +uow +uow +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +tFQ +xyo +dCq +eAh +aDx +pgV +vZg +qtF +pqF +vZg +dSG +gpg +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +aEX +tOc +uIi +xcB +trK +eYM +pRW +pRW +oSl +fKp +vNt +ceo +ceo +ceo +ceo +ceo +ceo +ceo +pVw +wpb +nUC +iRX +tFQ +pRk +wpd +wpd +xkX +wpd +vAJ +csb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(78,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +eMZ +txB +ucO +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +tFQ +ajj +wpd +fJj +aDx +nTO +vZg +ttS +oOO +vZg +pHp +nBn +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +cbh +aEU +keI +fxU +eRt +pRH +pRW +pRW +jZP +lYl +cqX +ceo +vZv +uZs +gPr +sOy +qwt +hxs +pVw +wpb +mIa +lPc +wpd +pRk +wpd +aET +kDA +aET +vAJ +pQv +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(79,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +fcH +oXI +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +tFQ +ije +ilx +ovX +aDx +ejy +vZg +bTa +vZg +vZg +xiO +gpg +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +efa +oRe +lLL +uri +ePT +jbC +pRW +pRW +vXJ +mVc +jRs +ceo +hjT +wpm +aLW +gPr +gPr +dEC +sYQ +wpb +ukZ +iRX +vgT +pRk +iyW +fjt +vfA +bqe +vAJ +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(80,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +vHc +xNy +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +jPQ +cbF +dQR +wpd +aDx +wqB +vZg +lAJ +vZg +vZg +cPx +aDx +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +eYM +lLW +jCH +nXl +lIJ +gjp +pRW +pRW +vXJ +rLn +ukt +ceo +hmJ +qpC +cuL +gPr +bQS +ceo +sYQ +uvO +itp +iRX +rkk +vqh +qls +fIt +dKQ +wRr +vAJ +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(81,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +fcH +xNy +mkj +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +pGO +xkX +wpd +wpd +hDT +vZg +vZg +bTa +mWk +vZg +qvv +aDx +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +eYM +eYM +eYM +eYM +eYM +eYM +pRW +pRW +lLU +iWN +izS +nbO +edC +oSs +lzL +cNf +eYh +hxs +bix +wpb +mIa +iRX +wdB +wpd +kUn +xDH +duc +upQ +vAJ +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(82,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +fcH +xNy +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +tFQ +hnl +vBb +pHm +aDx +ejb +vZg +lAJ +vZg +qYS +jsc +aDx +tWJ +gSJ +tWJ +pRW +pRW +pRW +eEE +bYT +uFa +oYq +oSi +eEE +pRW +pRW +tWJ +gSJ +tWJ +eqt +iVW +uLA +gMI +cSS +chv +pRW +pRW +aJe +njG +mXR +ceo +ceo +ceo +ceo +ceo +ceo +ceo +bix +wpb +mIa +bNp +bNp +bNp +bNp +bNp +umy +bNp +xFH +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(83,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +txB +xNy +kMe +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +uEl +tbn +uEl +uEl +aDx +nMh +vZg +bTa +sWT +hfZ +gBW +gVf +oGt +csz +qbE +pRW +pRW +pRW +eEE +xsd +mHV +rxV +kyR +eEE +pRW +pRW +oGt +csz +qbE +gwT +pGL +qYk +mYS +xuu +gwT +pRW +pRW +aJe +njG +gGu +klY +hwG +uht +sfy +mrL +wPi +uMG +jRF +wpb +mIa +rRZ +hzj +qKo +bds +bds +eWX +vcE +xFH +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(84,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +mrk +xNy +bzV +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +mzm +vaL +fsw +iIy +aDx +rdw +vZg +lAJ +qtF +sCN +pCH +klq +mDv +csz +qbE +pRW +pRW +pRW +fPm +bbY +scE +qPc +djp +sAZ +pRW +pRW +mDv +csz +qbE +gwT +xRP +rut +oLc +qDS +itJ +pRW +pRW +okJ +fby +pQM +klY +xjV +qPH +ibB +ibB +lsR +klY +jNG +vbA +tZz +pWg +jDf +puo +vct +vct +avn +wNh +cFb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(85,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +mrk +xNy +rfs +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +cRF +vBU +okH +uSx +cXQ +fNB +ice +oXR +fhj +oOO +pCH +jkG +ivz +csz +hyb +pRW +pRW +pRW +eEE +kFN +oSi +eEE +eEE +eEE +pRW +pRW +ivz +csz +hyb +gwT +qsP +qYk +hbZ +ifg +gOV +pRW +pRW +aJe +rJd +gGu +klY +kjr +hqb +gry +ibB +ibB +iKZ +sYQ +wpb +mIa +rRZ +uPS +fUH +hKM +hdr +hnB +vrg +xFH +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(86,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +gHo +xNy +rfs +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +pMA +fiD +vdw +qKA +aDx +tRv +gqW +jbQ +bPH +hNv +xAO +aDx +uwL +oUK +kZg +pRW +pRW +pRW +eEE +tzi +frz +eEE +eEE +pRW +pRW +pRW +uwL +oUK +kZg +chv +nYo +egX +gqb +gXK +chv +pRW +pRW +aJe +rJd +qQJ +klY +loA +ipe +sYi +ibB +ibB +klY +qXw +wpb +mIa +bNp +lfu +lfu +lAl +lfu +hnB +ufe +cFb +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(87,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +mrk +wBq +rfs +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +ogl +geD +ogu +dZX +aDx +aDx +sXx +kDN +aDx +aDx +aDx +bIW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +sUg +rST +pVI +rST +chv +chv +pRW +pRW +noT +rJd +tqI +xQx +xmK +iZN +ego +fuU +rre +uMG +sYQ +wrp +qFa +rRZ +xYe +xYe +jGQ +sqm +lYE +ujt +xFH +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(88,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +eMZ +gFT +otK +eRP +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEl +aZo +fiD +vdw +gSb +dbo +ode +haj +rbi +qog +qog +qog +dbo +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +fUn +hRR +hRR +xLu +dqh +hrJ +pRW +pRW +tVU +rJd +eTk +klY +klY +klY +klY +klY +klY +klY +cmO +iln +mIa +xFH +xFH +wJw +xFH +xFH +wJw +xFH +xFH +muB +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(89,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nbH +eQr +ouW +xvK +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uJh +rsn +fiD +vdw +wiC +dbo +fmp +qog +xec +qog +qog +qog +dbo +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +tEP +wng +owE +nho +aXF +tVU +pRW +pRW +hMB +lYU +sPx +nLn +nLn +bDo +nPK +jsq +nLn +pCc +lKf +uvO +bJp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(90,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dvL +epc +pFe +dIa +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uJh +hSv +fiD +idK +yhE +ikR +ddT +qog +ogL +qog +qog +qog +dbo +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +xgi +bYH +vTa +cHj +rME +dgF +pRW +pRW +luC +dgF +wnN +aOx +bHA +fxj +clg +wDc +kle +cSU +hXy +kCJ +nxO +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(91,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uEG +cdE +ldd +cdE +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uJh +eJc +xkd +kQP +gSR +fsM +xaP +qog +drq +qog +qog +qog +dbo +pRW +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +wQh +jZY +jZY +jZY +jZY +jQZ +pRW +pRW +rsI +ppj +eKJ +ppj +nic +ppj +ppj +ppj +ppj +ppj +sYQ +oXG +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(92,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uow +pyQ +vBs +tWU +uow +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uJh +izN +dUW +cvP +bTc +cWM +eID +avE +vbI +qog +qog +qog +dbo +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +dQN +rHV +hiV +jRH +mLf +uiz +pRW +pRW +sLb +ppj +taD +uKo +vFg +dec +jSC +nok +ewY +ppj +tFT +vpB +lwk +mDp +fWa +mDp +mDp +fWa +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(93,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uJh +tUr +gmB +vQu +lBn +dbo +eZX +avE +vbI +qog +qog +qog +dbo +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +bWA +kuF +kuF +wQo +cBb +dLn +pRW +pRW +xYz +ppj +oIS +reb +ydY +fNZ +fNZ +fNZ +xyH +sCJ +pCA +jie +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(94,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +uJh +uJh +uJh +uJh +uJh +dbo +dbo +hHa +dbo +dbo +dbo +dbo +dbo +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +dQN +fIJ +fIJ +waz +wgT +wgT +pRW +pRW +pwN +ppj +cKJ +fNZ +wdD +jLs +xiN +fNZ +iXI +ppj +sYQ +bzj +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(95,1,1) = {" +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +dQN +tQg +gkx +woF +bks +wgT +pRW +pRW +bHz +ppj +fNZ +izh +wia +fNZ +jyA +fNZ +bAO +wOk +xCH +kVZ +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(96,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +dQN +eWn +eWn +waz +wgT +qhO +pRW +pRW +drj +ppj +pid +kDI +dum +fNZ +fNZ +fNZ +edn +wOk +sYQ +fMp +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(97,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +kXE +wJW +cgQ +kXE +dyS +dyS +dyS +coV +dyS +dyS +pRW +pRW +dyS +rdA +vUs +nic +vUs +psO +rzv +fNZ +qgp +wOk +sYQ +jYD +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(98,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +eYr +guj +jsK +ffI +ffI +ffI +ffI +ffI +ffI +sjz +vez +vez +vez +vez +vez +pRW +vez +vez +vez +pRW +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lmG +mDp +vUs +nic +vUs +nic +vUs +pRW +pRW +lwk +aFj +wLE +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(99,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +aEn +cGO +vWo +wap +kXu +wWO +eKi +aBt +ffI +sjz +qSj +eat +sje +mqD +nSz +pRW +wUV +sVt +vez +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +cgQ +kXE +pRW +pRW +odm +nkb +ojq +jwS +ojq +vtj +ojq +mAv +mDp +sTG +mDp +mDp +mDp +mDp +pRW +pRW +lwk +apy +wgg +fHl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(100,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uuo +arT +qpq +qFl +ivq +eSf +oSw +oSw +nCS +ffI +sjz +mxu +ecE +cAb +vrz +wJN +pRW +osH +wNE +vez +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +weg +cBT +ojq +mkk +ojq +mkk +ojq +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lwk +xYq +rVa +rIa +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(101,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lbH +vtH +vlH +lSK +rsx +iKc +hjJ +bqS +dHc +ffI +sjz +dPT +hqx +uuj +hGa +dsi +pRW +cmy +blH +tij +pRW +uwL +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +fLw +pRW +pRW +pRW +pRW +syC +jxy +alX +leM +rfZ +aDY +ojq +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lwk +xtD +xtD +lwk +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(102,1,1) = {" +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +aKR +ulP +xSg +bYw +oBg +xID +jzJ +bhD +ffI +sjz +rfV +ecE +hdc +hia +eQu +pRW +oku +mxS +fxa +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +ojq +ojq +wOP +wOP +wOP +wOP +wOP +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(103,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ffI +eYr +iro +ffI +ffI +ffI +ffI +ffI +hDD +ffI +sjz +oLd +ecE +hdc +hia +eQu +pRW +xav +thh +tij +pRW +mDv +csz +qbE +pRW +pRW +chD +chD +uIP +uIP +uIP +mDv +csz +qbE +afh +afh +afh +qRe +afh +afh +gHG +hmG +nKL +swx +wlz +wlz +wlz +wlz +wlz +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +gtM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(104,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mNR +ccN +hqs +iFF +fIp +mNR +sjz +rLI +ecE +hdc +hia +eQu +pRW +rFW +jBH +vez +pRW +ivz +csz +hyb +pRW +pRW +chD +idf +sTi +tQL +uIP +ivz +csz +hyb +afh +ryO +vrn +tuF +wZf +nQd +twF +kkr +jVW +dGi +wzf +azK +ejF +hCO +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(105,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +lIp +lIp +lIp +lIp +mNR +qPF +oND +lDm +aOb +mNR +sjz +nvB +ecE +hdc +hia +eQu +pRW +xdh +cYX +tij +pRW +uwL +oUK +kZg +pRW +pRW +chD +mia +hBp +ioN +uIP +uwL +oUK +kZg +afh +ryO +cDC +bLe +dRt +owZ +wlz +xLH +oaQ +bDe +lRT +hVQ +hBV +qPZ +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(106,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +mDp +ikZ +mNR +gDW +obW +xJh +cxI +mNR +sjz +okM +ecE +hdc +hia +eQu +pRW +cQu +rvs +tij +pRW +kzM +qxs +oby +pRW +pRW +chD +xTU +fIK +ioN +uIP +kzM +qxs +oby +afh +afh +afh +bbD +afh +afh +wlz +aFA +hLb +rHQ +wGY +cgs +doR +ucf +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(107,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +mDp +mDp +mNR +hJP +guJ +yiz +nbe +mNR +tij +kow +ecE +sLp +izJ +pPZ +pRW +orZ +ufm +sjz +pRW +wJW +cgQ +mdU +pRW +pRW +wVf +pyK +qnh +gyu +uIP +wJW +cgQ +mdU +afh +hff +wuC +vYN +cMb +lma +wlz +iWo +ufn +qSB +dNs +eZV +lad +fRq +wlz +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(108,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +lIp +mDp +mDp +mNR +mNR +mNR +mNR +mNR +mNR +sjz +tfa +aCZ +oke +jhz +aCZ +pRW +tBo +sjz +sjz +pRW +rWG +nqR +rNd +pRW +pRW +chD +chD +pIb +chD +uIP +rWG +nqR +rNd +afh +afh +afh +nMd +afh +afh +uvd +uvd +uvd +uvd +rNS +ibj +aFN +rNS +uvd +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(109,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uLo +dmF +dmF +dmF +cvD +dmF +pRW +mYG +uLo +mDp +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +afh +fUM +wuC +tuF +lfY +oOS +uvd +dic +tGx +tRy +rnt +oyK +dCW +sHa +uvd +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(110,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +svd +vpS +pZu +xOV +aPX +nKo +pRW +vCa +uLo +mDp +pRW +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +afh +afh +afh +qrO +afh +afh +uvd +dFm +pBq +rjP +ddn +pvs +oOF +jFt +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(111,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +pEE +pEE +pEE +ejD +hjX +pEE +vws +wir +wir +wir +wir +pRW +svd +hDL +mXg +rkd +rlT +tpt +pRW +upp +uLo +mDp +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +uvd +uvd +uvd +uvd +wub +lzQ +guQ +gTY +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(112,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +kGH +xeP +oMP +bji +qjW +xUB +vws +feP +oSH +nXm +wir +pRW +uLo +sig +uzA +iqg +xJN +bEc +pRW +cvM +uLo +mDp +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +uvd +dic +tGx +pRS +bAN +rig +mBc +qgo +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(113,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +jNv +aOH +oXH +fts +xXp +sps +vws +kwz +knT +kwz +wir +pRW +uLo +eEX +wNs +nCp +mWV +oTA +pRW +nbZ +uLo +mDp +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +uvd +jYw +pBq +rjP +vUf +biy +mQp +gNf +uvd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(114,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +ecT +sLT +qtW +sLT +fzO +ceM +vws +ohg +wQj +qcN +xyl +pRW +uLo +iMe +rOJ +hNW +pUl +oTA +pRW +nOm +uLo +mDp +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +uhe +otT +sqk +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(115,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +muS +sLT +sLT +svB +clp +cTl +vws +aTQ +mEE +yah +wir +pRW +svd +tFy +rOJ +hNW +pUl +oTA +pRW +ijc +uLo +mDp +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +gzw +wQp +mts +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(116,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +aJg +olh +kJt +pkR +jxU +sLT +vws +efb +jrd +iBU +wir +pRW +svd +iMe +rOJ +hNW +iui +wMQ +pRW +cpB +uLo +mDp +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +geE +iOj +wzv +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(117,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +wkM +bLL +vhp +qww +dYS +tLz +vws +wir +wir +wir +wir +pRW +uLo +iAr +rKz +ktj +qLs +cHC +pRW +wHi +uLo +mDp +pRW +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +pTU +nOX +njl +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(118,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +xht +rci +pEE +nuK +nuK +bLL +sLT +sLT +sLT +nTu +uPt +vdg +qnO +pRW +pRW +pRW +uLo +mYG +mYG +mYG +mYG +hQw +pRW +uLo +uow +mDp +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +pnD +wAD +khV +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(119,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +bPO +eQq +nBs +rAH +sFi +bFy +mRh +mRh +svV +eVZ +uPt +vVP +pLr +pRW +pRW +pRW +pXL +rrz +eLb +fWy +gIy +qks +pRW +kQU +pRW +mDp +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +uor +dAF +vrY +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(120,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +pEE +pEE +pEE +pEE +mRj +kxn +gCw +gCw +sLT +gCw +uPt +lgg +vul +pRW +pRW +pRW +kQU +lza +jmW +rKI +ivj +brk +pRW +kQU +pRW +mDp +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +vYi +dSN +gCj +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(121,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xUZ +pOQ +lIL +gfA +uLx +rPq +sLT +djx +djx +aXR +pDw +uPt +lbw +lbw +pRW +pRW +pRW +kQU +sTI +eYk +xUq +sBg +bsC +pRW +kQU +pRW +mDp +pRW +pRW +pRW +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uhe +uhe +pHH +uhe +uhe +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(122,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +hdw +gzO +btU +tNu +kRv +kDZ +cyw +djx +dyF +gWK +pEE +csb +csb +pRW +pRW +pRW +kQU +kQU +kQU +fmm +fmm +coH +pRW +kQU +pRW +mDp +pRW +pRW +pRW +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +huO +dJs +aSk +rnw +huO +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(123,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +pOQ +gzO +fIs +hBf +sLT +sLT +sLT +djx +uSa +uck +pEE +csb +csb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +qSn +aLf +iYh +eri +auq +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(124,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +hdw +iLk +fwJ +tNu +pch +rPq +sLT +djx +jye +wIO +pEE +csb +csb +pRW +pRW +pRW +pRW +wMp +mai +wMp +mai +wMp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +nNn +xbz +xUb +qzS +qDJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(125,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xGB +pOQ +gzO +fIs +hBf +dyF +ayB +peR +mOp +jEU +cyw +pEE +csb +csb +pRW +pRW +pRW +pRW +wMp +rvw +iEo +snQ +iIR +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +huO +huO +huO +huO +huO +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(126,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +xUZ +hdw +sPV +gfA +meh +pyt +pEE +pEE +pEE +pEE +wkG +pEE +csb +csb +pRW +pRW +pRW +pRW +pgN +jvA +jvz +mOz +unZ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(127,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pEE +pEE +pEE +pEE +pEE +pEE +pEE +lmG +pEE +pEE +pEE +pEE +csb +csb +pRW +pRW +pRW +pRW +pgN +nnJ +dlw +nPr +oeP +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(128,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +nnJ +nnJ +nPr +pLW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +pRW +pRW +pRW +pDl +efL +efL +pDl +efL +efL +efL +pDl +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(129,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +jGa +ocd +vRE +khL +qqi +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +pDl +onN +sDs +mKe +nGk +sDs +sDs +cXC +efL +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(130,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +npO +tBb +rWV +dkr +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pDl +fwy +vgs +lKZ +mZj +nys +xoV +sQJ +wEo +efL +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(131,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +ryc +frJ +nnJ +nnJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +pDl +eyv +hce +pDl +bcX +aPL +uje +pDl +sQJ +wEo +efL +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(132,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +mai +mai +lTq +lTq +lOB +pbm +oQx +nnJ +oZA +nnJ +tYH +luA +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +luA +csz +qbE +pRW +pRW +pRW +pDl +liB +gGo +pDl +pDl +rYp +dUn +pDl +pDl +sQJ +ogK +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(133,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +tJE +csz +gvw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tJE +csz +gvw +pRW +pRW +pRW +pDl +pDl +lYO +pDl +gUD +uyr +jVj +pDl +qZM +hWK +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(134,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +mzX +wMp +wJW +cgQ +kXE +pYs +pYs +pYs +gjw +rpj +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +csx +biX +cbw +pta +igd +fCr +sPn +ezA +rRE +wCh +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(135,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +ryR +vhu +qbE +pYs +lLS +pUI +jPu +rpj +pRW +pRW +pRW +ryR +vhu +qbE +pRW +pRW +pRW +wji +dTO +vUK +whs +vrE +mFI +oFZ +pDl +pDz +wRU +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(136,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +bHu +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +dyM +vEl +hyM +pYs +tEk +twM +jPu +rpj +pRW +pRW +pRW +dyM +vEl +hyM +pRW +pRW +pRW +pDl +pDl +pDl +pDl +rJC +mFI +sIr +pDl +vFG +aww +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(137,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +tWJ +gSJ +tWJ +pYs +hMz +cTK +rOO +lnk +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +pRW +pRW +mDp +pDl +pDl +pDl +tKR +mFI +ckU +pDl +mSV +mSV +pDl +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(138,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +uwL +csz +qbE +pYs +pZh +jvO +waa +rpj +pRW +pRW +pRW +uwL +csz +qbE +pRW +pRW +pRW +mDp +mDp +bFH +pDl +nhX +mFI +apN +pDl +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(139,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +uwL +csz +fLw +pYs +nTN +pYs +pYs +pYs +pRW +pRW +pRW +uwL +csz +fLw +pRW +pRW +pRW +mDp +mDp +mDp +rxi +fry +mFI +gZg +rxi +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(140,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pgN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +oGt +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +oGt +csz +qbE +pRW +pRW +pRW +mDp +mDp +mDp +rxi +vOA +hDQ +mge +rxi +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(141,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +wMp +mDv +csz +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDv +csz +qbE +pRW +pRW +pRW +mDp +mDp +mDp +mOF +mOF +lta +mOF +mOF +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(142,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tqN +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +jRK +pgN +ivz +csz +hyb +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ivz +csz +hyb +pRW +pRW +pRW +mDp +mDp +mDp +mOF +mOF +mSV +mOF +mOF +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(143,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wMp +pMH +mai +wMp +mai +wMp +mai +wMp +mai +pMH +wMp +wMp +uwL +oUK +kZg +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +oUK +kZg +pRW +pRW +pRW +mDp +mDp +mDp +pDl +mOF +mSV +mOF +pDl +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(144,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +kzM +qxs +oby +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(145,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +mdU +pRW +tUb +uXt +vzk +mwl +oAm +kzm +iuJ +mNh +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(146,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +rWG +nqR +rNd +pRW +pRW +pkD +pkD +rbc +itd +iKx +ryl +mNh +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(147,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +iGJ +csz +fLw +pRW +pRW +cDA +rMs +iyp +fzF +fzF +mZv +mNh +mDp +lIp +lIp +lIp +lIp +lIp +lIp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(148,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +uwL +csz +hyb +pRW +pRW +bge +mna +mna +bge +pRW +pRW +uwL +csz +hyb +pRW +pRW +pRW +tUb +qUP +tUb +xBU +vfE +tpj +mNh +fCa +aDe +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(149,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tMu +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +mna +pRW +tMu +csz +qbE +pRW +pRW +pRW +pRW +rEw +wZk +xGm +xGm +xGm +xGm +xGm +mDp +aDe +mDp +mDp +lIp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(150,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +aDe +mDp +mDp +mDp +mDp +lmG +mDp +mDp +xGm +uwL +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +nPa +aZT +uwL +csz +qbE +pRW +pRW +pRW +pRW +hBs +aXm +xGm +tem +dNT +vtx +xGm +lIp +aDe +mDp +mDp +ykR +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(151,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +aDe +mDp +mDp +mDp +mDp +mAv +mDp +mDp +rup +uwL +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +nPa +rrD +uwL +csz +qbE +pRW +pRW +pRW +pRW +oph +hQY +pfe +hih +hih +aXN +hQc +mDp +lIp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(152,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +xGm +luA +csz +qbE +pRW +pRW +pRW +mna +nPa +nPa +mna +pRW +luA +csz +qbE +pRW +pRW +pRW +pRW +ptn +fBJ +efT +dtz +dtz +dtz +hQc +uhJ +lIp +mDp +mDp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(153,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +aDe +lIp +lIp +lIp +lIp +lIp +lIp +lIp +xGm +tJE +csz +gvw +pRW +pRW +pRW +bge +mna +mna +bge +pRW +tJE +csz +gvw +pRW +pRW +pRW +pRW +lcw +wbh +xGm +xGm +xGm +xGm +xGm +lIp +aDe +mDp +mDp +ykR +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(154,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +aDe +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +wJW +cgQ +kXE +pRW +pRW +pRW +pRW +gKZ +edP +xGm +mDp +mDp +lIp +mDp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(155,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +aDe +mDp +lIp +mDp +mDp +lIp +mDp +mDp +xGm +ryR +vhu +qbE +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +ryR +vhu +qbE +pRW +gck +hBs +rup +mDp +mDp +aDe +lIp +lIp +aDe +lIp +lIp +lIp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(156,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +lIp +lIp +lIp +lIp +mDp +mDp +rup +dyM +vEl +hyM +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +dyM +vEl +hyM +pRW +gck +kfs +xGm +muB +lIp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(157,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +xGm +tWJ +gSJ +tWJ +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +tWJ +gSJ +tWJ +pRW +vSe +rVo +xGm +mDp +mDp +aDe +gtM +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(158,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +ykR +mDp +lIp +mDp +mDp +lIp +mDp +ikZ +xGm +nvH +arr +xHB +mRk +xHB +xHB +xHB +sCy +chQ +dui +tqY +xHB +xHB +mRk +aWr +xhf +dFg +xGm +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(159,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +xGm +nJM +vvh +hBs +qIz +jUa +sIX +qlS +llr +hBs +hBs +mGe +fZv +xJb +qIz +hBs +jPR +jJY +xGm +mDp +mDp +aDe +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(160,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +ykR +mDp +aDe +mDp +mDp +lIp +mDp +mDp +xGm +cWK +oHb +iZs +qIz +qIz +qIz +qIz +qIz +jYT +qIz +qIz +qIz +qIz +qIz +kxm +nCE +bIw +xGm +mDp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(161,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +gtM +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +xGm +kxm +reX +hBs +xTi +hBs +cny +xGm +nMP +nCE +cZR +xGm +iCr +hBs +xTi +hBs +gck +hBs +xGm +lIp +lIp +aDe +lIp +lIp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(162,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +mDp +mDp +rup +hBs +vCt +hBs +xTi +hBs +cny +xGm +hBs +jPR +hBs +xGm +iCr +hBs +xTi +hBs +gck +puV +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(163,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +aDe +mDp +mDp +lIp +lIp +lIp +xGm +urd +aHG +kWR +qIz +sBd +qIz +qIz +hBs +jPR +hBs +qIz +qIz +sBd +qIz +fti +sxx +urd +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +pRW +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(164,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +mDp +aDe +mDp +mDp +lIp +mDp +mDp +rup +hBs +vCt +hBs +xTi +nzx +nzx +qIz +nrD +jPR +hBs +qIz +nzx +nzx +xTi +hBs +gck +qNL +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(165,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +lIp +lIp +mDp +mDp +rup +igt +vCt +hBs +xTi +nzx +nzx +qIz +mSK +nCE +szf +qIz +nzx +nzx +xTi +hBs +gck +rEw +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(166,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +ikZ +xGm +mSd +vCt +qvQ +qIz +qIz +qIz +qIz +urd +iiq +lqJ +qIz +qIz +qIz +qIz +cGH +pMz +nOG +xGm +muB +lIp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(167,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +vPe +fbI +hBs +hBs +xIg +mwF +weC +hBs +jPR +hBs +hBs +wgF +njb +hBs +hBs +scT +hBs +xGm +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(168,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +lFV +xIl +sIj +fBJ +hBs +njb +hBs +hBs +jPR +hBs +hBs +hBs +nNS +hBs +jMN +fpV +amr +xGm +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(169,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +xGm +fDK +fDK +hBs +hAv +cOM +laO +hBs +jMN +eUx +bIw +hBs +hBs +xTi +hBs +hBs +fDK +fDK +xGm +lIp +lIp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(170,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +xGm +xGm +tbM +tbM +tbM +xGm +xGm +xGm +iev +ngD +xki +aZV +dsY +xGm +xGm +xGm +iRZ +iRZ +iRZ +xGm +xGm +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(171,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +lmG +xGm +csb +aaK +csb +aaK +csb +xGm +cZD +ngD +bYn +aZV +eXe +xGm +csb +csb +csb +csb +csb +xGm +lmG +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(172,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +mAv +aDe +aaK +aaK +csb +aaK +csb +xGm +pXJ +ngD +eBL +aZV +dsY +xGm +pQv +csb +csb +csb +csb +mDp +mAv +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(173,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +lIp +mDp +mDp +lIp +csb +aaK +csb +xGm +iRZ +iRZ +iRZ +iRZ +iRZ +xGm +aaK +aaK +aaK +aDe +aDe +aDe +aDe +aDe +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(174,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +mDp +mDp +lIp +mDp +lIp +csb +pPD +csb +csb +csb +csb +csb +csb +csb +lIp +mDp +mDp +ykR +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(175,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +lIp +mDp +csb +csb +csb +csb +csb +csb +csb +pRW +lIp +mDp +mDp +lIp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(176,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +lIp +aDe +lIp +lIp +aPs +pRW +pRW +csb +csb +csb +csb +csb +pRW +aPs +lIp +lIp +lIp +lIp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(177,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +mDp +mDp +mDp +mDp +lIp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +lIp +lIp +lIp +mDp +mDp +ykR +lIp +lIp +lIp +ykR +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(178,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +aDe +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(179,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +aDe +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(180,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +lIp +lIp +bBA +bBA +bBA +bBA +bBA +bBA +lIp +bBA +bBA +bBA +bBA +bBA +bBA +bBA +lIp +ykR +lIp +lIp +lIp +ykR +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(181,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +aDe +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +lIp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(182,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +lIp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(183,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +ykR +lIp +lIp +ykR +aDe +aDe +ykR +lIp +lIp +ykR +aDe +aDe +ykR +lIp +aDe +ykR +lIp +lIp +ykR +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(184,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(185,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +gtM +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(186,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(187,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(188,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(189,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(190,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(191,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} +(192,1,1) = {" +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +mDp +"} diff --git a/maps/victory/levels/deck4.dmm b/maps/victory/levels/deck4.dmm new file mode 100644 index 000000000000..942f38bb7001 --- /dev/null +++ b/maps/victory/levels/deck4.dmm @@ -0,0 +1,58614 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aau" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"abL" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"acr" = ( +/obj/machinery/disperser/middle{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"adp" = ( +/obj/effect/floor_decal/grass_edge, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sink/puddle{ + pixel_y = 6 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"adT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"adZ" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"aek" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/space) +"afl" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"afX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/cryopod/robot/door/shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"afY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"agD" = ( +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"agV" = ( +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = "expshuttle_docker_pump"; + power_rating = 20000 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"ahi" = ( +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"ahv" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/vending/fishing, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"ahL" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"ahT" = ( +/obj/structure/ladder, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"aiV" = ( +/turf/simulated/floor/tiled, +/area/chapel/main) +"aju" = ( +/obj/machinery/holopad, +/turf/simulated/floor/lino, +/area/chapel/office) +"aka" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"ala" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"alo" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"alU" = ( +/obj/item/clothing/mask/gas/sexyclown, +/obj/item/toy/figure/clown, +/obj/item/clothing/under/sexyclown, +/obj/item/clothing/shoes/clown_shoes, +/obj/item/bedsheet/clown, +/obj/item/cartridge/clown, +/obj/item/stamp/clown, +/obj/item/storage/backpack/clown, +/obj/item/bananapeel, +/obj/item/reagent_containers/food/snacks/pie, +/obj/item/pen/crayon/marker/rainbow, +/obj/item/pen/crayon/rainbow, +/obj/structure/closet/secure_closet{ + desc = "Where the Clown keeps their hooliganisms."; + name = "funny locker"; + req_one_access = list(136) + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"amc" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"amf" = ( +/obj/structure/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"amu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"amw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/library) +"amJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/hangar, +/obj/machinery/door/airlock/glass_external{ + name = "Exploration Emergency Exit"; + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"ang" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Pathfinder's Office" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"anp" = ( +/turf/simulated/wall/prepainted/civilian, +/area/maintenance/security/starboard) +"aoJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"apf" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"apg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"apK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aqI" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"aqP" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"aqR" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"arr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"arI" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/vending/wallmed_airlock{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"arJ" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"arP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"arW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"asR" = ( +/obj/structure/table/bench, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"atV" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"avM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/railing, +/obj/structure/lightpost, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"avV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/space) +"awW" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"axd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Deck 4 Subgrid"; + name_tag = "Deck 4 Subgrid" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"axv" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/maintenance/command{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_personnel, +/turf/simulated/floor/plating, +/area/maintenance/central) +"axR" = ( +/obj/effect/floor_decal/plaque{ + desc = "To all who have made their journies to our sector, and grew along with it. Thank you." + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"axV" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ayS" = ( +/obj/structure/table/standard, +/obj/machinery/door/window/northleft, +/obj/item/gun/energy/hardlight_bow, +/turf/simulated/floor/tiled, +/area/space) +"aAh" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"aAt" = ( +/obj/structure/table/marble, +/obj/machinery/microwave, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"aAL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"aBi" = ( +/turf/simulated/floor/wood/broken, +/area/vacant/vacant_bar) +"aBr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"aCo" = ( +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aCq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"aCt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"aCx" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"aDc" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Security"; + output_attempt = 0 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"aDH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"aDX" = ( +/obj/machinery/door/airlock/engineering{ + name = "Command Substation"; + req_one_access = list(10,19) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"aEB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"aEU" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/bridge) +"aFa" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/coffee_shop) +"aFj" = ( +/obj/structure/table/marble, +/obj/item/storage/box/glasses/mug, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"aFk" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"aFo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"aFB" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"aGj" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "cockpit hatch" + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 4; + frequency = 1380; + master_tag = "courser_docker"; + pixel_y = -22 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"aGA" = ( +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"aGI" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/courser_dock) +"aGL" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"aHh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"aHm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"aIj" = ( +/turf/simulated/floor/tiled, +/area/exploration/medical) +"aIl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/space) +"aID" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"aIX" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"aIY" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/space) +"aJQ" = ( +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"aKu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/full{ + dir = 4 + }, +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"aKv" = ( +/obj/structure/table/steel, +/obj/item/material/ashtray{ + icon_state = "ashtray" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"aKC" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"aKL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"aKN" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"aKZ" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/space) +"aLV" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/command) +"aMc" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"aMl" = ( +/obj/machinery/door/airlock{ + name = "Internal Affairs" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/head_office/internal_affairs, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"aMu" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/general) +"aMy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aMR" = ( +/obj/structure/table/marble, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"aNv" = ( +/obj/machinery/door/airlock/silver{ + name = "Mime's Office" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/map_helper/access_helper/airlock/station/service/mime, +/turf/simulated/floor/plating, +/area/crew_quarters/mimeoffice) +"aNE" = ( +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/wall/r_wall/prepainted/command, +/area/teleporter) +"aNK" = ( +/turf/simulated/wall/prepainted, +/area/hallway/primary/aft) +"aNV" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge) +"aPj" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/flora/pottedplant/flower, +/turf/simulated/floor/wood, +/area/bridge/office) +"aPx" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"aPQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aQs" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"aQv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aRm" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Captain's Office" + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"aSd" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"aSm" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"aUs" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"aUt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled, +/area/space) +"aVd" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"aVu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/custom_library/reference, +/turf/simulated/floor/wood, +/area/library) +"aVF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"aVK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"aWX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"aXa" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"aXb" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"aXD" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"aXR" = ( +/obj/machinery/button/remote/airlock{ + id = "gateway"; + name = "Gateway Blast Doors"; + dir = 8; + pixel_x = 24; + req_one_access = list(19,44) + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"aYh" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/plating, +/area/space) +"aYQ" = ( +/obj/random/maintenance/medical, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"baZ" = ( +/turf/simulated/wall/prepainted/command, +/area/bridge/meeting_room) +"bcg" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/exploration/excursion_dock) +"bcY" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/obj/structure/filingcabinet/tall, +/turf/simulated/floor/tiled, +/area/space) +"bdl" = ( +/obj/machinery/photocopier, +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"bdt" = ( +/obj/machinery/washing_machine, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ber" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"bew" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "deck4_dockarm2_pump" + }, +/obj/machinery/airlock_sensor{ + dir = 8; + id_tag = "deck4_dockarm2"; + pixel_x = 23 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/map_helper/airlock/sensor/chamber_sensor, +/turf/simulated/floor/tiled/dark, +/area/space) +"bfO" = ( +/obj/machinery/camera/network/exploration, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"bgc" = ( +/obj/structure/window/reinforced/polarized{ + dir = 10; + icon_state = "fwindow"; + id = "hop_bedroom" + }, +/obj/structure/grille, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/airless/ceiling, +/area/crew_quarters/sleep/HOP_quarters) +"bgE" = ( +/obj/structure/table/woodentable, +/obj/item/duct_tape_piece, +/obj/item/camera, +/obj/item/retail_scanner/civilian{ + dir = 1 + }, +/obj/item/tape_recorder, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"bii" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"biu" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"biT" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bjg" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/exploration) +"bjw" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bkP" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/lawoffice) +"bkR" = ( +/turf/simulated/wall/prepainted/exploration, +/area/exploration/explorer_prep) +"blv" = ( +/obj/item/flame/candle/candelabra/everburn, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"blR" = ( +/turf/simulated/wall/prepainted/command, +/area/bridge/hallway) +"bmD" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/search_and_rescue, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"bmL" = ( +/obj/item/binoculars, +/obj/structure/table/woodentable, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/space) +"bnc" = ( +/obj/machinery/light, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 1; + pixel_y = -23 + }, +/obj/structure/table/rack/shelf, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "cockpit_lockdown"; + name = "Cockpit Lockdown"; + pixel_x = -30; + pixel_y = 5 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"bnw" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"bnJ" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled, +/area/space) +"bog" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"boL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bph" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"bpS" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/machinery/light/small, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bqQ" = ( +/obj/structure/table/standard, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/robotanalyzer, +/obj/machinery/light, +/obj/item/duct_tape_roll, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/space) +"brF" = ( +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"brQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"bsl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bsZ" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/obj/item/book/custom_library/fiction, +/obj/item/book/manual/the_humanized_mice, +/turf/simulated/floor/wood, +/area/library) +"bul" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/space) +"bvo" = ( +/turf/simulated/wall/prepainted/exploration, +/area/hallway/primary/aft) +"bwl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"bwJ" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/obj/structure/sign/warning/falling{ + pixel_y = 34 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"bxc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"bxv" = ( +/obj/structure/closet/coffin/comfy, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"bxI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"byt" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/central) +"byX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"byY" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"bzE" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space) +"bzP" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"bAc" = ( +/obj/machinery/camera/network/civilian{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"bAB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/techfloor/orange, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/dark, +/area/space) +"bCL" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"bEg" = ( +/obj/effect/floor_decal/spline/plain, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"bEs" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"bFn" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"bFR" = ( +/turf/space/basic, +/area/exploration/pilot_prep) +"bGl" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/captaindouble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"bGJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Bridge" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"bHe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"bHg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"bHQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bIp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/closet/crate/hydroponics, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/tool/wirecutters/clippers/trimmers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bIw" = ( +/obj/machinery/camera/network/civilian{ + dir = 9 + }, +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/obj/item/book/custom_library/religious, +/turf/simulated/floor/wood, +/area/library) +"bIF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"bKU" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"bKZ" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/general) +"bLC" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"bLT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bMm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"bMt" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"bMJ" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"bNm" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/space) +"bNR" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"bOq" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"bOF" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/space) +"bPU" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/cargo) +"bQx" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"bQH" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4; + name = "Exploration Prep"; + req_access = list() + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"bRa" = ( +/obj/structure/closet/firecloset, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"bRC" = ( +/obj/effect/mist, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/water/deep/pool, +/area/victory/surfacebase/sauna) +"bRS" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"bRX" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/yellow, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"bSd" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"bSR" = ( +/obj/structure/flora/pottedplant/minitree, +/obj/machinery/fire_alarm/north_mount, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bTg" = ( +/obj/overmap/entity/visitable/ship/victory, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"bTI" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"bUG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bVS" = ( +/obj/item/melee/baton/cattleprod, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"bWr" = ( +/obj/effect/shuttle_landmark/automatic/station_dockpoint2, +/turf/space, +/area/space) +"bWH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"bXx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"bYt" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/door/airlock/voidcraft{ + name = "Life Support" + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"bYy" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"bZe" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"bZl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"car" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"caS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Security Substation"; + req_one_access = null; + secured_wires = 1 + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"cbd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"cbh" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/bridge) +"cbS" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"cci" = ( +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"cdt" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + id = "hangar_ammo_storage"; + name = "Ammunition Storage" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"cdx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"ceG" = ( +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"ceM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"ceP" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/excursion/cargo) +"cfh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"cfv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/freezer{ + name = "Cafe Backroom"; + req_one_access = list() + }, +/obj/map_helper/access_helper/airlock/station/service/bar, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"cgo" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"cgw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"cgB" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/structure/closet/lawcloset, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/power/apc/west_mount, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"chb" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"che" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"cib" = ( +/obj/overmap/entity/visitable/ship/landable/excursion/victory, +/obj/effect/shuttle_landmark/victory/deck4/excursion, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"ciK" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"ciW" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"ckl" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/bench/wooden, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"ckq" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ckU" = ( +/obj/structure/railing, +/turf/simulated/open, +/area/medical/patient_wing) +"clz" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"clB" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/space) +"clE" = ( +/obj/effect/shuttle_landmark/victory/deck4/civvie, +/obj/overmap/entity/visitable/ship/landable/civvie/victory, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"clX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"cmM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/item/instrument/harmonica, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"coo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"coH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"coK" = ( +/obj/structure/bookcase, +/obj/item/book/manual/the_humanized_mice, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"cpb" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/floor/plating, +/area/space) +"cqc" = ( +/turf/space/basic, +/area/hallway/secondary/docking_hallway) +"cqF" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"cri" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"crL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/vending/weeb{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"csk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"csq" = ( +/obj/effect/floor_decal/chapel{ + dir = 8 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"ctl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"ctB" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/blueshield) +"ctD" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"ctS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"ctY" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/obj/item/clothing/gloves/black, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"cuA" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"cvc" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"cvx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"cvL" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/central) +"cxg" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"cyk" = ( +/obj/structure/table/woodentable, +/obj/item/storage/fancy/crayons, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/storage/fancy/candle_box, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"cys" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cyD" = ( +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"czv" = ( +/obj/structure/loot_pile/surface/medicine_cabinet/fresh{ + pixel_y = 28 + }, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/fresh_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/random/unidentified_medicine/combat_medicine, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"czH" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"cAt" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/lightpost, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"cAF" = ( +/obj/structure/toilet{ + pixel_y = 10 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"cBI" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/book/manual/legal/sop_vol2, +/obj/item/book/manual/legal/sop_vol1, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"cCy" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"cEb" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"cEN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"cEY" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cGC" = ( +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"cGG" = ( +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"cGN" = ( +/obj/structure/table/woodentable, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"cHj" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/bridge/office) +"cHu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"cHX" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"cIw" = ( +/obj/structure/table/wooden_reinforced, +/obj/item/folder/blue{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"cIC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"cJh" = ( +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"cJy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"cJE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"cKP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/space) +"cKW" = ( +/obj/structure/railing, +/obj/effect/floor_decal/spline/fancy, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"cLM" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep/CE_quarters) +"cMJ" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/victory/surfacebase/tram) +"cOc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"cPh" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"cPp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"cPD" = ( +/obj/machinery/gateway, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"cQp" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"cRT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"cSS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"cTe" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cTE" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"cTH" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/tree/sif, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"cTV" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"cUa" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cUt" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/simulated/floor/tiled, +/area/space) +"cUV" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/south_mount, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"cVf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cVE" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"cVS" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"cWc" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"cXG" = ( +/obj/effect/floor_decal/spline/fancy, +/obj/structure/railing, +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"cXT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"cXY" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"cYi" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/captain) +"cYl" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"cYO" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"cZl" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"cZC" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"cZJ" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/flask/shiny, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"dam" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + name = "Bridge Meeting Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled, +/area/bridge/meeting_room) +"ddh" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ddG" = ( +/obj/structure/table/rack, +/obj/item/tool/wrench, +/turf/simulated/floor/plating, +/area/space) +"dec" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"dfk" = ( +/obj/machinery/suit_cycler/exploration, +/turf/simulated/floor/tiled, +/area/space) +"dfS" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/maintenance/security/starboard) +"dfU" = ( +/obj/effect/shuttle_landmark/victory/deck4/specops, +/turf/space, +/area/space) +"dgm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/closet/crate/hydroponics, +/obj/structure/flora/ausbushes/brflowers, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/tool/wirecutters/clippers/trimmers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dgq" = ( +/turf/simulated/wall/r_wall, +/area/space) +"dgt" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/item/soap/deluxe, +/obj/structure/curtain/open/shower, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"dgF" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"dhw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"dhZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"dip" = ( +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/armor/captain, +/obj/item/clothing/head/helmet/space/capspace, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/card/id/gold/captain/spare, +/obj/machinery/door/window/brigdoor/westright{ + name = "Facility Director's Storage"; + req_access = list(20) + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"djr" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"djF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"dkf" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dkh" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/tvcamera, +/obj/item/tvcamera, +/obj/structure/table/woodentable, +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"dkB" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/beige/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dkX" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"dmO" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"dnj" = ( +/turf/simulated/floor/tiled/dark, +/area/space) +"dnu" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"dos" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/fire, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"doC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"doM" = ( +/obj/machinery/door/blast/regular{ + id = "chapelgun"; + name = "Chapel Launcher Door" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/docking_hallway) +"dpb" = ( +/obj/structure/table/alien/blue{ + desc = "Is this imported?"; + name = "obscure table" + }, +/obj/random/action_figure, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"dpf" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/space) +"dpg" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"dpE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"dpS" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"dqb" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dqd" = ( +/obj/structure/table/marble, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"dqg" = ( +/turf/simulated/floor/airless, +/area/maintenance/security/starboard) +"dqo" = ( +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"dqY" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"dry" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "victory_specops_dock_pump" + }, +/obj/machinery/airlock_sensor{ + dir = 1; + frequency = 1380; + id_tag = "victory_specops_dock"; + pixel_y = -22 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "victory_specops_dock"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dsD" = ( +/turf/simulated/wall/prepainted/civilian, +/area/library) +"dtb" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"dth" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/clownoffice) +"dtm" = ( +/obj/machinery/lapvend, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"dtE" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled, +/area/space) +"dtG" = ( +/obj/structure/sign/department/chapel, +/turf/simulated/wall/prepainted/civilian, +/area/chapel/main) +"dub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list(37) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"duF" = ( +/obj/machinery/camera/network/command, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"dvb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dvF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/open, +/area/maintenance/chapel) +"dyH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/biogenerator, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"dyP" = ( +/obj/machinery/light, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 1; + pixel_y = -23 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"dzf" = ( +/obj/item/handcuffs/cable, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dzM" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"dzN" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"dAK" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"dBa" = ( +/obj/structure/sign/poster{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"dBq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"dBL" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"dCl" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"dCO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"dCX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"dDd" = ( +/obj/structure/sign/department/ass, +/turf/simulated/wall/prepainted, +/area/maintenance/tool_storage) +"dDm" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/wood, +/area/lawoffice) +"dDt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"dDx" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"dDB" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dEr" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"dEt" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"dFa" = ( +/turf/simulated/wall/prepainted/command, +/area/bridge/office) +"dFj" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"dGc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"dGi" = ( +/obj/machinery/light, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"dGT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"dGX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"dHq" = ( +/obj/structure/closet/secure_closet/personal{ + name = "Official Personal Storage" + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"dIc" = ( +/obj/machinery/button/remote/airlock{ + id = "maint_dorm"; + name = "Door Lock"; + pixel_x = 24; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/maintenance/central) +"dIm" = ( +/obj/structure/loot_pile/maint/trash, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"dIv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"dIE" = ( +/obj/structure/railing, +/obj/effect/floor_decal/spline/fancy{ + dir = 10 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"dIR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dJe" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dJR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dJV" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"dKl" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"dKn" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"dMa" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"dMx" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/turf/simulated/floor/tiled, +/area/space) +"dNq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/hallway/secondary/docking_hallway) +"dNv" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dOz" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"dOA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"dOB" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 9 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -9 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"dOG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"dOW" = ( +/obj/structure/cable/green, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"dPQ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"dQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"dRp" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"dRt" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"dRO" = ( +/obj/structure/catwalk, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"dSe" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"dSB" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"dSQ" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"dTn" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/plating, +/area/space) +"dTX" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"dUe" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"dUh" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"dUl" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"dVW" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/courser/general) +"dXG" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/machinery/holoposter{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"dXL" = ( +/turf/simulated/wall/prepainted/exploration, +/area/exploration/medical) +"dYq" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"dYN" = ( +/obj/machinery/floodlight, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"dYP" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"dZr" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"dZv" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"dZF" = ( +/obj/structure/table/woodentable, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/reagent_containers/food/drinks/flask{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"eav" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"eaB" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"eaK" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"eaR" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/open, +/area/medical/patient_wing) +"ebA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ebH" = ( +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/map_helper/airlock/door/ext_door, +/turf/simulated/floor/plating, +/area/space) +"ebJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ect" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/obj/item/book/manual/robotics_cyborgs, +/turf/simulated/floor/wood, +/area/library) +"ecK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"edF" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"edR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"edY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/shuttle_landmark{ + base_area = /area/victory/surfacebase/tram; + base_turf = /turf/simulated/floor/tiled/techfloor/grid; + landmark_tag = "escape_victory"; + name = "Escape Shuttle Victory" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"eez" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eeY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/libraryscanner, +/turf/simulated/floor/wood, +/area/library) +"ehT" = ( +/obj/structure/loot_pile/maint/technical, +/turf/simulated/floor/plating, +/area/maintenance/central) +"eiM" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ejb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"ejQ" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ekF" = ( +/obj/machinery/light, +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/space) +"ekR" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"elR" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge/meeting_room) +"emu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/dark, +/area/space) +"emL" = ( +/obj/machinery/button/windowtint{ + id = "pathfinder_office"; + pixel_x = 26; + pixel_y = -26 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/space) +"emV" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"enn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"eoP" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/closet, +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/tape_recorder{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/flash, +/obj/item/flash, +/obj/item/storage/secure/briefcase, +/obj/item/storage/secure/briefcase, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"eoX" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"eoY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/item/radio/beacon, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ert" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"erV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"esm" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"esp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/hydroponics/garden) +"esr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"esI" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"esN" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"esO" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"esY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"eus" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"euS" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"evm" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/fire, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"evM" = ( +/turf/simulated/floor/tiled/dark, +/area/bridge) +"evV" = ( +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled, +/area/space) +"exi" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"exp" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/deluxe, +/turf/simulated/floor/tiled, +/area/maintenance/central) +"exE" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/porta_turret/stationary{ + gl_uid = "exploration"; + installation = /obj/item/gun/energy/phasegun; + name = "exploration turret"; + uid = "exploration" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"eyc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"eyi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eyn" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"eyp" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "Exploration Public Lobby" + }, +/turf/space/basic, +/area/space) +"eza" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"ezT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"eAX" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/structure/panic_button{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"eDy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "cmodoor"; + name = "CMO's Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_medical_officer, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"eDF" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/machinery/camera/network/civilian{ + dir = 9 + }, +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/command_guide, +/turf/simulated/floor/wood, +/area/library) +"eDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"eEJ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eFE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 5 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"eFG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/wall, +/area/hydroponics/garden) +"eGI" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"eGS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/eastright{ + req_access = null; + req_one_access = list(1,38) + }, +/turf/simulated/floor/tiled, +/area/space) +"eGV" = ( +/obj/machinery/door/airlock/maintenance/common{ + id_tag = "maint_dorm" + }, +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/central) +"eHF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"eIl" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"eIv" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/courser/general) +"eJe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"eJs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"eKd" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eLu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"eLC" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eMF" = ( +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"eMS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/space) +"eNi" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"eNt" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/space) +"eNv" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/standard, +/obj/item/flashlight/lantern, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"eNz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"eNI" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner/yellow/full, +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"eNY" = ( +/obj/structure/closet/coffin/comfy, +/turf/simulated/floor/tiled, +/area/chapel/main) +"eNZ" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eOe" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/bookbinder, +/turf/simulated/floor/wood, +/area/library) +"eOl" = ( +/turf/simulated/floor/wood, +/area/library) +"eOH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"ePo" = ( +/obj/structure/grille, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/wall_frame/prepainted, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "hop_office"; + name = "HoP Office window" + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"ePs" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"ePR" = ( +/obj/structure/flora/tree/jungle_small, +/obj/structure/railing, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"eQl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"eQL" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"eRi" = ( +/obj/structure/bed/chair, +/obj/landmark/spawnpoint/job/chaplain, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"eRR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"eSO" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/item/radio/intercom/department/security{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"eTc" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/dark, +/area/space) +"eTg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"eTt" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"eTR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"eUo" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"eUD" = ( +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"eUJ" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"eUU" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"eUW" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"eWd" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"eWE" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/fuel_port{ + dir = 4; + pixel_x = 29 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"eWO" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"eXk" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "courser_dock_pump" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled, +/area/space) +"eXv" = ( +/obj/structure/fireplace{ + pixel_y = 23 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"eYk" = ( +/turf/simulated/floor/water/deep/pool, +/area/victory/surfacebase/sauna) +"eYD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/book/manual/command_guide, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/defib_kit/loaded, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"eYI" = ( +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/table/woodentable, +/obj/item/clothing/glasses/omnihud/all, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"faa" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"fbe" = ( +/obj/structure/catwalk, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"fbr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"fbC" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fcc" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/space) +"fcl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Hanger Lounge" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"fcu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"fdP" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/space) +"fef" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"feB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"feD" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"fge" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/bridge/office) +"fgr" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fgz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/ship_munition/disperser_charge/mining, +/turf/simulated/floor/tiled/dark, +/area/space) +"fhC" = ( +/obj/machinery/chemical_dispenser/catering/bar_alc, +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"fhK" = ( +/turf/simulated/wall/prepainted/civilian, +/area/hallway/secondary/docking_hallway) +"fiu" = ( +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/space) +"fix" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"fjs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fjA" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fjB" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fkf" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"fkm" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/sign/directions/science{ + pixel_y = -23 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -29 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = -36 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -42 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"fkS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"flK" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"fmb" = ( +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fmh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fmm" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"fmn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"fmw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"fmJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/bench/wooden, +/obj/item/toy/plushie/deer, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"fmO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"fnF" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"fnK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"fnO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"fnT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/northright{ + name = "Quarantine Cell"; + req_access = list(1,38) + }, +/turf/simulated/floor/tiled, +/area/space) +"foc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"fop" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"fpV" = ( +/obj/machinery/atmospherics/portables_connector{ + name = "Engine Fuel Port" + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/sign/warning/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/space) +"fqB" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -32 + }, +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"fqC" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"frn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"fsb" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"fsr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/fire_alarm/east_mount, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"fsG" = ( +/obj/machinery/keycard_auth{ + pixel_x = 28; + pixel_y = -28 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"fsN" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"fsR" = ( +/turf/simulated/wall/r_wall, +/area/exploration/courser_dock) +"fsZ" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"ftb" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"fth" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/space) +"ftn" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"ftL" = ( +/obj/effect/floor_decal/chapel, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"ftM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"ftU" = ( +/obj/structure/catwalk, +/obj/effect/floor_decal/rust/mono_rusted3, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"fuR" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/handrail, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"fvk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"fvL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atm{ + pixel_x = -33 + }, +/turf/simulated/floor/tiled, +/area/space) +"fvW" = ( +/obj/effect/wingrille_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/civvie/cockpit) +"fxj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"fxw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/camera/network/command, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"fyz" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"fzZ" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"fAa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"fAz" = ( +/turf/simulated/wall/prepainted/exploration, +/area/crew_quarters/lounge) +"fAR" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"fBm" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"fBz" = ( +/obj/machinery/button/remote/driver{ + id = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"fBI" = ( +/obj/structure/table/woodentable, +/obj/item/instrument/guitar, +/turf/simulated/floor/wood, +/area/space) +"fCr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"fDi" = ( +/obj/effect/floor_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"fDv" = ( +/obj/machinery/mineral/equipment_vendor/survey, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fDI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"fDJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/library) +"fDQ" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/stack/flag/blue, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"fEx" = ( +/obj/effect/wingrille_spawn/reinforced_phoron, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/civvie/cockpit) +"fEX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fFn" = ( +/obj/machinery/camera/network/security{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"fFJ" = ( +/obj/machinery/gateway/centerstation, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"fFM" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"fGf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"fHh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"fIt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"fIz" = ( +/obj/structure/closet/wardrobe/captain, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"fIO" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"fJm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"fJz" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"fJS" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"fLD" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"fLR" = ( +/obj/machinery/power/smes/buildable{ + RCon_tag = "Deck 4 Grid"; + cur_coils = 3 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"fLT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/access_button{ + command = "cycle_int"; + frequency = 1380; + master_tag = "civvie_docker"; + pixel_x = 5; + pixel_y = 25 + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"fMf" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"fMh" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"fMr" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"fNh" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"fNJ" = ( +/obj/item/gun/energy/lasertag/red, +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor/tiled/old_tile/red, +/area/maintenance/security/starboard) +"fOe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/library) +"fOT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"fOY" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"fPa" = ( +/obj/machinery/chemical_dispenser/catering/bar_soft{ + dir = 8 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"fPp" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"fPE" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"fRf" = ( +/obj/machinery/vending/nifsoft_shop{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"fRp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"fRJ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"fRL" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"fSC" = ( +/obj/machinery/camera/network/exploration, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"fSE" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"fSO" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"fSZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/recharger, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"fUg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Nanotrasen Official On-Site Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled, +/area/bridge/office) +"fUE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"fUM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/explosive, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"fVe" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"fVM" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"fVU" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"fVV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/wall/prepainted, +/area/maintenance/substation/exploration) +"fWk" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"fXq" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"fXA" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"fYz" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/dark, +/area/space) +"fYF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"fZp" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"fZu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"fZy" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/lounge/kitchen_freezer) +"fZY" = ( +/obj/structure/table/steel, +/obj/random/tech_supply, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"gaj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/medical{ + name = "Checkpoint Airlock"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/map_helper/access_helper/airlock/station/hangar, +/turf/simulated/floor/tiled, +/area/space) +"gas" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"gbt" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"gcb" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"gcd" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"geI" = ( +/obj/machinery/computer/shuttle_control/explore/excursion{ + dir = 4; + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"geL" = ( +/obj/structure/sign/goldenplaque{ + desc = "This plaque is thankfully empty, but is dedicated to those that were killed in the line of duty protecting the NSV Victory, and Nanotrasen as a whole."; + name = "Memorial Plaque"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"geW" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"ggL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"ghn" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"ghr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/machinery/cash_register/civilian{ + dir = 4; + req_access = list(25) + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"giv" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/guncabinet/excursion, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"giF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"gja" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/denied, +/obj/item/stamp{ + pixel_x = 4 + }, +/obj/item/pen, +/turf/simulated/floor/tiled, +/area/space) +"gjr" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "security_lockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor, +/area/hallway/secondary/docking_hallway) +"gjv" = ( +/obj/structure/table/bench/wooden, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"gjL" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "cockpit hatch" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/space) +"gjY" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"gkp" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"gkR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"gkZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"glq" = ( +/obj/structure/closet/crate, +/obj/random/contraband, +/obj/random/contraband, +/obj/random/contraband, +/obj/random/drinkbottle, +/obj/random/cigarettes, +/obj/item/flame/lighter/zippo/bullet, +/obj/random/contraband, +/obj/random/contraband, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"glF" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"glY" = ( +/obj/machinery/vending/medical{ + req_access = null; + req_one_access = list(5,44) + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"gmp" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"gmJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"gmV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"gnb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"gnm" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"gnr" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"gnD" = ( +/obj/structure/table/bench, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"goT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"gpv" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"gqq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera/network/civilian, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"gqG" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced/polarized/full{ + id = "pathfinder_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/chapel/office) +"gqQ" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"gqZ" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced/polarized/full{ + id = "pathfinder_office" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/chapel/office) +"gsj" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/space) +"gud" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/tiled, +/area/space) +"gug" = ( +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/duct_tape_roll, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"gva" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"gvc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"gvL" = ( +/obj/machinery/light/small, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/structure/table/woodentable, +/obj/effect/mist, +/obj/item/reagent_containers/food/drinks/bottle/patron, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"gwu" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"gwz" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"gxB" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration) +"gxC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"gyv" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"gyS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"gzm" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"gAa" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/space) +"gAb" = ( +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"gAi" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"gBt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"gBG" = ( +/obj/spawner/window/low_wall/full/nogrille/firelocks, +/obj/effect/paint/violet, +/turf/simulated/floor/plating, +/area/exploration/explorer_prep) +"gCd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"gDh" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "battery hatch" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"gDL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"gEb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector{ + name = "Engine Fuel Port" + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"gED" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/east_mount, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"gEG" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"gEQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/command, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"gER" = ( +/obj/structure/table/bench/padded, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"gGb" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"gGl" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/space) +"gGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"gIY" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"gJj" = ( +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"gJD" = ( +/obj/structure/sign/directions/cryo{ + pixel_x = 31; + pixel_y = 6 + }, +/obj/structure/sign/directions/cargo{ + pixel_x = 31 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"gJJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/space) +"gKk" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/victory/station/stairs_four) +"gKK" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/space) +"gLm" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/space) +"gLA" = ( +/obj/structure/table/marble, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"gMk" = ( +/obj/machinery/shieldwallgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/teleporter) +"gMn" = ( +/obj/structure/sign/department/bridge{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"gMJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"gNY" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"gPm" = ( +/obj/landmark/spawnpoint/job/clown, +/obj/structure/cable/green, +/obj/machinery/power/apc/south_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"gPM" = ( +/obj/structure/bed/chair/comfy/red, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"gPV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"gRB" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"gRE" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/brown/bordercorner2, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"gSE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"gSS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"gTH" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"gUh" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"gUN" = ( +/obj/machinery/door/window/westleft{ + name = "Funeral Hall" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"gVv" = ( +/obj/machinery/door/airlock/voidcraft{ + name = "Fuel Supply" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"gVE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"gWq" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"gXh" = ( +/turf/simulated/open, +/area/hallway/primary/aft) +"gXo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"gZf" = ( +/obj/structure/table/woodentable, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"gZU" = ( +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"hai" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"har" = ( +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "expshuttle_docker"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/shuttle/plating, +/area/shuttle/excursion/general) +"haQ" = ( +/obj/structure/table/woodentable, +/obj/machinery/librarycomp, +/turf/simulated/floor/wood, +/area/library) +"hbA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Chapel" + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/chapel/main) +"hbF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"hbS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"hcC" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"hcK" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"hdp" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "SHUTTLE"; + name = "shuttle beacon" + }, +/turf/simulated/floor/plating, +/area/space) +"hdt" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"heq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"hey" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bookcase/legal/corpreg, +/turf/simulated/floor/wood, +/area/lawoffice) +"heD" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_x = -32 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"hfp" = ( +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"hfG" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"hfQ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"hfY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hgl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"hgn" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"hgo" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hgT" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"hhy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"hhF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"hik" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"hja" = ( +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/explorer, +/turf/simulated/floor/tiled, +/area/space) +"hjz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/space) +"hkg" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"hkm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/grass_edge, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hkO" = ( +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"hlO" = ( +/turf/simulated/floor/plating, +/area/maintenance/central) +"hlP" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"hnG" = ( +/obj/structure/panic_button{ + pixel_x = -32 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"hoa" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"hoc" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"hpO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/flame/candle/candelabra/everburn, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"hqK" = ( +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/obj/machinery/door/airlock/multi_tile/metal/mait{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"hqO" = ( +/obj/structure/table/borosilicate, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"hrd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/walllocker/emerglocker{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"hro" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"hrs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"hrv" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hrH" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"hsu" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"htr" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + dir = 8; + frequency = 1380; + master_tag = "victory_specops_dock"; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"hue" = ( +/obj/machinery/door/blast/regular{ + id = "gateway"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hus" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"huP" = ( +/obj/structure/catwalk, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"hvo" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"hvp" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/sleep/CMO_quarters) +"hvu" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"hvO" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/library) +"hws" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hwW" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"hxi" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"hyL" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"hzU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 4; + frequency = 1380; + master_tag = "victory_specops_dock"; + pixel_y = 24 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"hAR" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"hBp" = ( +/obj/machinery/door/airlock/research{ + name = "Shell Recharging" + }, +/turf/simulated/floor/tiled, +/area/space) +"hDt" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"hDD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hEs" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"hFw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"hFM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/space) +"hGB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hGU" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hHd" = ( +/obj/machinery/computer/shuttle_control/explore/civvie{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"hJi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"hJp" = ( +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/wood, +/area/lawoffice) +"hJE" = ( +/obj/structure/table/woodentable, +/obj/effect/mist, +/obj/item/reagent_containers/food/drinks/bottle/limejuice, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/button/windowtint{ + dir = 4; + id = "sauna_tint"; + pixel_x = -25 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"hJO" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"hJV" = ( +/obj/machinery/power/apc/east_mount, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"hJW" = ( +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"hJZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"hLV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"hMj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"hMD" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/floor/plating, +/area/space) +"hMQ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"hOd" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"hOF" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/atmospipes, +/obj/item/book/manual/rust_engine, +/obj/item/book/manual/supermatter_engine, +/obj/item/book/manual/tesla_engine, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety, +/obj/item/book/manual/fission_engine, +/turf/simulated/floor/wood, +/area/library) +"hOH" = ( +/obj/machinery/computer/borgupload, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hOJ" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"hOL" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"hOW" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"hPn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/library) +"hRj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"hRF" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/vending/nifsoft_shop, +/turf/simulated/floor/tiled/dark, +/area/space) +"hSi" = ( +/obj/effect/floor_decal/spline/fancy, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"hSU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"hTg" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"hTM" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/obj/item/storage/box/glasses/meta, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"hTQ" = ( +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled, +/area/space) +"hVk" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"hVY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"hWM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"hXy" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"hXY" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"hYh" = ( +/obj/structure/catwalk, +/obj/item/bananapeel, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"hYM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/teleporter, +/turf/simulated/floor/tiled, +/area/teleporter) +"hYO" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"hZk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"iaB" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"ibx" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"ibU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/flora/tree/jungle, +/obj/structure/railing, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"icA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "cafe"; + name = "Cafe Shutters"; + pixel_x = -10; + pixel_y = 26; + req_access = list(); + req_one_access = list(25) + }, +/obj/machinery/light_switch{ + name = "light switch "; + pixel_x = 10; + pixel_y = 26 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/button/holosign{ + id = "cafesign1"; + pixel_y = 28 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"icC" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"icW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"ieh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ife" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/structure/closet/coffin/comfy, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"ifq" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ifQ" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ifX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"ihi" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ihy" = ( +/turf/simulated/floor/tiled/monofloor, +/area/hallway/primary/aft) +"ihG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"ihK" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/wood, +/area/bridge/office) +"iif" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"iiq" = ( +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_y = -8 + }, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/coffee_shop) +"iiI" = ( +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"iju" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ikk" = ( +/obj/item/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"ikV" = ( +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"ilb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"ili" = ( +/turf/space/basic, +/area/exploration/explorer_prep) +"ilO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ilP" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"imI" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"inw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/airlock/maintenance, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/plating, +/area/space) +"ioL" = ( +/obj/structure/bed/chair/bay/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ipd" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"ipC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ipW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"iqj" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"iqo" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/sleep/CE_quarters) +"iqI" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"irE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"irX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"isf" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/cockpit) +"iso" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"isK" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ito" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"iui" = ( +/obj/structure/sign/deck/fourth, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/clownoffice) +"ium" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"iuu" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"ivS" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bookcase/legal/sop, +/turf/simulated/floor/wood, +/area/lawoffice) +"iwC" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"iwD" = ( +/obj/effect/shuttle_landmark/automatic/station_dockpoint1, +/turf/space, +/area/space) +"iwF" = ( +/obj/structure/table/woodentable, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/obj/item/paper_bin, +/turf/simulated/floor/wood, +/area/space) +"iwR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/sar{ + req_access = list(5); + req_one_access = list(5) + }, +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/syringes, +/obj/item/tank/jetpack/oxygen, +/obj/item/storage/backpack/parachute, +/obj/item/clothing/accessory/permit/gun/planetside, +/turf/simulated/floor/tiled/monotile, +/area/exploration/medical) +"ixz" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"ixK" = ( +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "SHUTTLE"; + name = "shuttle beacon" + }, +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"iyv" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/exploration/courser_dock) +"iyz" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"izk" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"izy" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"izz" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22; + target_temperature = 312.15 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"izO" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/industrial/loading, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"izQ" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"izR" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"iAm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"iAK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"iBx" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iBH" = ( +/turf/simulated/wall/prepainted/command, +/area/victory/station/stairs_four) +"iBS" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/space) +"iBV" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"iBZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"iCg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/glass_external/public{ + name = "Public EVA"; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"iCl" = ( +/obj/machinery/computer/ship/engines{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"iCK" = ( +/obj/landmark/spawnpoint/job/explorer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"iDg" = ( +/turf/simulated/open, +/area/victory/station/stairs_four) +"iDW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"iEw" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"iEX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/library) +"iGx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"iHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"iIf" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "courser_docker_pump"; + power_rating = 20000 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "courser_docker"; + pixel_x = -24 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/structure/handrail{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"iIr" = ( +/obj/machinery/computer/ship/sensors{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/space) +"iIx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"iIB" = ( +/obj/effect/floor_decal/corner/purple/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"iJu" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"iKm" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"iLb" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced/polarized{ + dir = 10; + icon_state = "fwindow"; + id = "chapel" + }, +/obj/effect/paint_stripe/violet, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/space) +"iLv" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/space) +"iLD" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"iLZ" = ( +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"iMc" = ( +/turf/simulated/floor/wood, +/area/bridge/office) +"iMM" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/central) +"iMY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"iNf" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/wood, +/area/space) +"iPx" = ( +/turf/space/basic, +/area/gateway) +"iPD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"iPF" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills, +/obj/item/perfect_tele{ + desc = "Seems absurd, doesn't it? Yet, here we are. This handheld device is capable of producing bluespace teleportation beacons, and can be activated to translocate the user or a target of their choice to any linked beacon. This one is the Facility Director's."; + name = "director's translocator" + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"iPS" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep/CMO_quarters) +"iPW" = ( +/turf/simulated/wall/prepainted/exploration, +/area/library) +"iQk" = ( +/obj/machinery/door/airlock{ + name = "Public Cold Pool" + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"iQL" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"iQS" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"iRf" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"iRz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"iRB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"iSe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"iSC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"iTu" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"iTz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"iVk" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"iVV" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"iWc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"iWy" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"iWC" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"iWI" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"iYo" = ( +/obj/machinery/atmospherics/component/binary/pump{ + dir = 8; + name = "main fuel pump" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"iZc" = ( +/obj/machinery/cryopod/robot/door/shuttle, +/obj/machinery/door/firedoor, +/turf/simulated/wall/r_wall/prepainted, +/area/victory/surfacebase/tram) +"iZf" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/stamp/hop, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/megaphone, +/obj/machinery/camera/network/command, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"iZR" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"iZX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jag" = ( +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/medical) +"jbd" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"jbr" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"jbz" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/emp, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/space) +"jbB" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"jch" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge) +"jcv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"jdj" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/security/starboard) +"jdR" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge) +"jec" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -32 + }, +/obj/machinery/computer/robotics{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"jeQ" = ( +/obj/effect/floor_decal/chapel{ + dir = 8 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"jfm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jfr" = ( +/obj/structure/disposalpipe/down{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/open, +/area/maintenance/chapel) +"jhq" = ( +/turf/simulated/wall/prepainted/command, +/area/maintenance/security/starboard) +"jhs" = ( +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"jhJ" = ( +/obj/machinery/door/airlock/silver{ + name = "Clown's Office" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/service/clown, +/turf/simulated/floor/plating, +/area/crew_quarters/clownoffice) +"jjf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/catwalk, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/space) +"jkq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"jkE" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"jkQ" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"jkS" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"jlr" = ( +/obj/structure/closet/secure_closet/captains, +/obj/item/clothing/accessory/poncho/roles/cloak/captain, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"jlu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"jmz" = ( +/obj/effect/floor_decal/industrial/loading{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"jmU" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"jnl" = ( +/obj/machinery/computer/skills, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"jnB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"jnZ" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"job" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"jor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"joA" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"joB" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"joN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/airlock/door/ext_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"joU" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/denied, +/obj/item/stamp{ + pixel_x = 5 + }, +/obj/item/pen, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"jpf" = ( +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jpl" = ( +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "pool_tint" + }, +/obj/structure/window/reinforced/polarized{ + id = "sauna_tint" + }, +/obj/structure/window/basic/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/sauna) +"jpO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jqP" = ( +/obj/machinery/conveyor{ + id = "courser_magazine_1" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "courser_magazine_1"; + name = "Cannon Magazine One" + }, +/turf/simulated/floor/plating, +/area/space) +"jrm" = ( +/obj/structure/bed/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"jsb" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/pen/multi, +/obj/item/clothing/glasses/omnihud, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 26 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"jsj" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"jsH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 5 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jtj" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/item/flashlight/lantern, +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/recharger, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"jud" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "courser_magazine_2" + }, +/turf/simulated/floor/plating, +/area/space) +"juq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jux" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"juQ" = ( +/obj/structure/table/woodentable, +/obj/item/stack/material/wood{ + amount = 50 + }, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"jvK" = ( +/obj/machinery/door/airlock{ + name = "Chapel Morgue" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/map_helper/access_helper/airlock/station/service/chapel/cremator, +/turf/simulated/floor/tiled, +/area/chapel/main) +"jvT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"jwc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"jwy" = ( +/obj/machinery/suit_cycler/medical, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"jwM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"jxe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"jxt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/lawoffice) +"jym" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"jys" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"jyC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jzc" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/space) +"jzd" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "expshuttle_docker"; + pixel_x = -24 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"jzT" = ( +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"jAa" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 6 + }, +/obj/machinery/suit_storage_unit/pathfinder, +/turf/simulated/floor/tiled/monotile, +/area/space) +"jAg" = ( +/obj/structure/displaycase, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"jAG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/space) +"jBm" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/machinery/camera/network/command, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"jBQ" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/pen, +/obj/item/storage/pill_bottle/dice_nerd, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"jCV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"jDn" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"jEr" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"jFO" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"jGf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jGs" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/maintenance/central) +"jHU" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/folder/blue_captain, +/obj/item/stamp/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"jIp" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"jJv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/general) +"jJL" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"jJV" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"jKs" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/obj/structure/sign/warning/evac{ + pixel_x = -32 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"jKE" = ( +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/office) +"jLe" = ( +/turf/space/basic, +/area/hallway/primary/aft) +"jMn" = ( +/obj/machinery/vending/giftvendor, +/turf/simulated/floor/tiled, +/area/space) +"jMp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"jMw" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"jMJ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"jMS" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/structure/table/standard, +/obj/item/ano_scanner, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"jMU" = ( +/obj/machinery/porta_turret/stationary, +/turf/simulated/floor/tiled/dark, +/area/space) +"jNb" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/obj/structure/dispenser{ + phorontanks = 0 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"jNg" = ( +/turf/space, +/area/space) +"jNp" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"jNC" = ( +/obj/machinery/door/airlock/maintenance/engi, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"jNH" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = -25 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"jOl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"jOq" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jOr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"jOI" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"jPj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"jPH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass{ + name = "Hanger Lounge" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"jPL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"jQd" = ( +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/structure/cable/cyan, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"jQF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"jRj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"jRq" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"jRW" = ( +/obj/structure/table/rack, +/obj/item/suit_cooling_unit, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"jTi" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/space) +"jTs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"jTK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/grass_edge, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"jTN" = ( +/obj/structure/table/standard, +/obj/item/duct_tape_roll, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"jTS" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/border_only, +/obj/structure/window/reinforced/polarized/full{ + id = "library_study" + }, +/obj/structure/wall_frame/prepainted, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/library/study) +"jUy" = ( +/obj/machinery/computer/rcon{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"jVj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"jVp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jVG" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/corner/red/border, +/obj/structure/sign/warning/evac{ + pixel_x = -32 + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"jWo" = ( +/obj/structure/table/wooden_reinforced, +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"jWs" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/space) +"jWV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"jXa" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"jXo" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"jXV" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"jYo" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"jYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"jYs" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/heads/blueshield) +"jZp" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"jZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/landmark/spawnpoint/job/chaplain, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"kab" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"kaL" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/sleep/HOP_quarters) +"kaO" = ( +/obj/effect/floor_decal/sign/dock/three, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"kaV" = ( +/obj/machinery/power/smes/buildable{ + charge = 15000; + cur_coils = 3 + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/space) +"kbw" = ( +/obj/machinery/button/remote/airlock{ + id = "explo-hanger"; + name = "Hanger Blast Door Switch"; + dir = 1; + pixel_y = -24; + pixel_x = 1 + }, +/turf/simulated/floor/tiled, +/area/exploration/explorer_prep) +"kbP" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "lawyer_blast"; + name = "Internal Aiffars window" + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor, +/area/lawoffice) +"kcJ" = ( +/obj/machinery/light, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/space) +"kdX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"kef" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"keD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"keP" = ( +/obj/structure/handrail{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"kfP" = ( +/obj/structure/closet/crate, +/obj/random/plushie, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"kgu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"khl" = ( +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"khu" = ( +/obj/effect/floor_decal/chapel{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"khD" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"khQ" = ( +/obj/structure/table/woodentable, +/obj/item/storage/fancy/heartbox, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"khS" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"khT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled, +/area/space) +"kid" = ( +/obj/structure/sign/warning/lethal_turrets{ + pixel_y = -32 + }, +/obj/structure/table/standard, +/obj/item/storage/toolbox/mechanical, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"kim" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"kiD" = ( +/obj/spawner/window/low_wall/full/firelocks/nogrille, +/obj/structure/curtain/black, +/obj/effect/paint_stripe/palebottlegreen, +/turf/simulated/floor/plating, +/area/crew_quarters/coffee_shop) +"kiQ" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"kjn" = ( +/obj/machinery/suit_cycler{ + req_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"kjF" = ( +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"kkT" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"klc" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space) +"klU" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"kmI" = ( +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"kot" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"koO" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"kpe" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"kpN" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/tiled, +/area/space) +"kqq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"kqD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/monofloor, +/area/space) +"kqJ" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"ksB" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kvI" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"kvM" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"kvR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"kwF" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"kxa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"kxe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"kxk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"kxn" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/space) +"kyr" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"kyG" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"kyW" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kze" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/space) +"kzB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"kAA" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/space) +"kAO" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/space) +"kAU" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/portables_connector{ + dir = 4; + name = "Engine Fuel Port" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"kBl" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"kBR" = ( +/obj/item/material/shard, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kCA" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/item/soap/deluxe, +/obj/structure/curtain/open/shower, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"kCI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"kDj" = ( +/obj/structure/closet/walllocker/emerglocker{ + dir = 1; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"kDz" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"kEh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"kEl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"kEs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/beacon, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kEB" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Internal Affairs" + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"kFe" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"kFr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"kFF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"kGi" = ( +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"kHn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"kHv" = ( +/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/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"kHE" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"kHH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"kHM" = ( +/obj/machinery/camera/network/exploration, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/space) +"kHP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"kHU" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower/security, +/obj/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled, +/area/space) +"kIs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"kIy" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"kJi" = ( +/turf/space, +/area/shuttle/courser/general) +"kJp" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"kJv" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/command_guide, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/legal/cr_vol1, +/obj/item/book/manual/legal/cr_vol2, +/obj/item/book/manual/legal/cr_vol3, +/obj/item/book/manual/legal/cr_vol5, +/obj/item/book/manual/legal/sop_vol1, +/obj/item/book/manual/legal/sop_vol2, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"kKo" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge/office) +"kKt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"kKH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"kLc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"kMb" = ( +/obj/structure/closet/wardrobe/chaplain_black, +/turf/simulated/floor/lino, +/area/chapel/office) +"kMv" = ( +/obj/structure/closet/crate, +/obj/random/tool, +/obj/random/tool, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"kMz" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/computer/ship/engines{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"kMD" = ( +/obj/machinery/appliance/cooker/fryer, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"kME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"kMQ" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"kNs" = ( +/obj/machinery/door/airlock/multi_tile/metal/mait, +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kNx" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/wood/broken, +/area/maintenance/central) +"kNH" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"kNK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"kNR" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor, +/area/maintenance/security/starboard) +"kOi" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"kOk" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"kOQ" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/bridge/meeting_room) +"kOV" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/west_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"kPs" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "1-2" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Security Subgrid"; + name_tag = "Surfsec Subgrid" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"kPv" = ( +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"kPw" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"kQS" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"kRj" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kRq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Primary Tool Storage" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"kRF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/space) +"kSZ" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"kWo" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"kWJ" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/hallway/primary/aft) +"kXe" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"kXr" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"kXy" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"kXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"kXM" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"kYx" = ( +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"kYz" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"kYE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"kZt" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"laK" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + req_access = null; + req_one_access = list(44,67) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/ship_munition/disperser_charge/emp, +/turf/simulated/floor/tiled/dark, +/area/space) +"lbH" = ( +/obj/machinery/computer/ship/navigation{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"lcR" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/bench/wooden, +/obj/item/clothing/shoes/swimmingfins, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"lcW" = ( +/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 = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"ldn" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"les" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"leE" = ( +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "expshuttle_dock"; + pixel_y = 10 + }, +/turf/simulated/wall/r_wall, +/area/space) +"lft" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/maintenance/security/starboard) +"lfu" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"lgr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"lhL" = ( +/obj/structure/mirror{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"lhZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"liM" = ( +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/tiled/old_tile/blue, +/area/maintenance/security/starboard) +"ljJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/wood, +/area/lawoffice) +"llY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"lmB" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lno" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "courser_magazine_2"; + name = "Magazine Two"; + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "courser_battery"; + name = "Magazine Feed" + }, +/obj/machinery/conveyor_switch/oneway{ + id = "courser_magazine_1"; + name = "Magazine One"; + pixel_x = -8; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"lns" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"lnF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"lnR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"loh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"loX" = ( +/obj/landmark/spawnpoint/job/mime, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"lpv" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled, +/area/space) +"lqh" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"lqD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "courser_docker"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/space) +"lqO" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"lsx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"lsW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"lsZ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"lta" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"ltO" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"lus" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"luN" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/obj/machinery/porta_turret/stationary{ + gl_uid = "exploration"; + installation = /obj/item/gun/energy/phasegun; + name = "exploration turret"; + req_one_access = list(19,43,62,67); + uid = "exploration" + }, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"lwn" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/space) +"lwU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"lyU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"lzf" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"lzA" = ( +/obj/structure/table/rack, +/obj/random/maintenance/security, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"lAI" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"lAO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"lCd" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"lCw" = ( +/obj/structure/sign/department/conference_room, +/turf/simulated/wall/prepainted/command, +/area/bridge/meeting_room) +"lCx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"lDo" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"lDt" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"lEq" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"lEw" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"lEF" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/library) +"lFl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"lFq" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"lGt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"lHa" = ( +/obj/structure/barricade, +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"lHf" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/tiled, +/area/space) +"lIw" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/table/wooden_reinforced, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"lID" = ( +/obj/structure/bookcase, +/obj/item/book/manual/anomaly_testing, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"lIQ" = ( +/obj/machinery/door/airlock/research{ + name = "Toilet" + }, +/turf/simulated/floor/tiled, +/area/space) +"lKq" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"lKM" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"lKS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"lLc" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"lNo" = ( +/obj/structure/railing, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"lNH" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"lOq" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"lOs" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"lOO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/loot_pile/maint/trash, +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"lOV" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"lOX" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"lPo" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"lPB" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/vending/wallmed1{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"lQC" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"lQM" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/simulated/floor/tiled, +/area/space) +"lQO" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"lRe" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/random/drinkbottle, +/turf/simulated/floor/plating, +/area/maintenance/central) +"lSc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/space) +"lSz" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lTA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"lUh" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"lVq" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 6 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"lVu" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"lWb" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"lXt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"lXS" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"lYx" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/space) +"lZv" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"maa" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/machinery/computer/timeclock/premade/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"mak" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"maq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"maw" = ( +/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 = 5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"maJ" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/washing_machine, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"maM" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"maZ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"mbY" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/crew_quarters/lounge) +"mcN" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "courser_magazine_2" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "courser_magazine_2"; + name = "Cannon Magazine Two" + }, +/turf/simulated/floor/plating, +/area/space) +"mcY" = ( +/obj/structure/table/reinforced, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 8; + pixel_x = 27 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"mdo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"mew" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/chief_engineer, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"meE" = ( +/turf/simulated/wall/prepainted/exploration, +/area/library/study) +"meH" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + RCon_tag = "Substation - Command"; + output_attempt = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"meS" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/corner/blue/full, +/obj/item/flashlight/lamp, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mfn" = ( +/turf/simulated/floor/lino, +/area/chapel/office) +"mfu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"mgg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"mgA" = ( +/turf/simulated/wall/prepainted/exploration, +/area/exploration/excursion_dock) +"mgO" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/bridge/office) +"mgS" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass{ + name = "Cafe" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/crew_quarters/coffee_shop) +"mha" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"mhL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"mhR" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"mjY" = ( +/obj/structure/table/reinforced, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/floor_decal/corner/purple/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mkn" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/computer/ship/navigation{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mlA" = ( +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"mma" = ( +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"mmg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/air_alarm{ + dir = 4; + frequency = 1441; + pixel_x = -23 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"mmO" = ( +/turf/simulated/wall/prepainted, +/area/crew_quarters/lounge) +"mnd" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"mne" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"moK" = ( +/obj/machinery/computer/security, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mpL" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"mqr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mrA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"mrJ" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/mob/living/simple_mob/animal/passive/mimepet, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"mrS" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/obj/item/book/manual/barman_recipes, +/turf/simulated/floor/wood, +/area/library) +"msB" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_personnel, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"muT" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"muZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/space) +"mvb" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mwl" = ( +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"mwp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"mwK" = ( +/obj/structure/table/standard, +/obj/item/flashlight/lantern, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mxK" = ( +/obj/machinery/suit_storage_unit/search_and_rescue, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"myn" = ( +/obj/machinery/body_scanconsole, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"myo" = ( +/turf/simulated/wall/r_wall, +/area/bridge) +"myU" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"mzp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Bridge"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"mAC" = ( +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "expshuttle_dock" + }, +/turf/simulated/wall/prepainted/exploration, +/area/space) +"mBh" = ( +/obj/structure/closet/secure_closet/hop2, +/obj/item/clothing/accessory/poncho/roles/cloak/hop, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"mBp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"mBH" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mDd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mEg" = ( +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"mEj" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"mER" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/heads/hop) +"mGa" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/gin, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"mGw" = ( +/obj/structure/bed/chair/sofa/black, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"mHi" = ( +/obj/machinery/disperser/back{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "courser_battery" + }, +/turf/simulated/floor/plating, +/area/space) +"mHj" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"mIj" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/newscaster{ + pixel_y = -31 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"mID" = ( +/obj/structure/table/borosilicate, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"mJt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Chapel" + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/chapel/main) +"mJy" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"mJP" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"mKg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"mKq" = ( +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"mLh" = ( +/obj/structure/table/standard, +/obj/random/firstaid{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"mLJ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"mMT" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"mNu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"mNO" = ( +/obj/effect/floor_decal/chapel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"mOO" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/button/remote/blast_door{ + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + pixel_x = -6; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"mOV" = ( +/turf/simulated/wall/r_wall/prepainted/security, +/area/maintenance/security/starboard) +"mRl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"mRF" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 20000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"mRI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Gateway Prep" + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"mRT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/landmark/spawnpoint/latejoin/station/arrivals_shuttle, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"mRX" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled, +/area/space) +"mTa" = ( +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"mTR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"mTU" = ( +/obj/machinery/access_button{ + command = "cycle_ext"; + frequency = 1380; + master_tag = "civvie_docker"; + pixel_y = -21 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"mUi" = ( +/obj/machinery/button/remote/blast_door{ + id = "cd-blast"; + name = "Facility Director Lockdown" + }, +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/captain) +"mUO" = ( +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"mUT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/railing, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"mVc" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/fuel_port{ + dir = 4; + pixel_y = -29 + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"mVP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"mWf" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"mWz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"mWK" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/donut, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"mWX" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"mXd" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"mXt" = ( +/obj/item/gun/ballistic/shotgun/flare, +/obj/item/storage/box/flashshells, +/obj/item/duct_tape_roll, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"mXO" = ( +/turf/space/basic, +/area/shuttle/courser/cockpit) +"mXP" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/obj/item/storage/box/donut, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"mYb" = ( +/turf/simulated/wall/prepainted, +/area/hydroponics/garden) +"mYH" = ( +/obj/item/gun/energy/lasertag/blue, +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor/tiled/old_tile/blue, +/area/maintenance/security/starboard) +"mZA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/floodlight, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"naE" = ( +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/storage/backpack/parachute, +/turf/simulated/floor/tiled, +/area/space) +"nbg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/railing, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nbm" = ( +/obj/structure/sign/deck/fourth, +/turf/simulated/wall/prepainted, +/area/crew_quarters/lounge) +"nct" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"ndA" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"nfJ" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"nfQ" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/item/megaphone, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"ngd" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"nif" = ( +/obj/machinery/camera/network/civilian, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"nio" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"niu" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/wood, +/area/lawoffice) +"njW" = ( +/turf/simulated/floor/wood/broken, +/area/maintenance/central) +"nka" = ( +/obj/machinery/camera/network/command{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"nkk" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"nkp" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/explorer_prep) +"nkN" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"nld" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"nlh" = ( +/obj/structure/closet/walllocker/emerglocker{ + dir = 1; + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"nmq" = ( +/obj/structure/table/marble, +/obj/item/hand_labeler, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/item/storage/box/donkpockets, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/reagent_containers/food/condiment/enzyme, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"nnp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/recharge_station, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"nnq" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/tiled, +/area/teleporter) +"nnP" = ( +/turf/simulated/wall/prepainted/civilian, +/area/chapel/main) +"nnX" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"noe" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"noo" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"noM" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/effect/floor_decal/corner/purple/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"noZ" = ( +/obj/landmark/spawnpoint/job/librarian, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"npu" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Chapel Morgue" + }, +/obj/map_helper/access_helper/airlock/station/service/chapel/cremator, +/turf/simulated/floor/tiled, +/area/chapel/main) +"npO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"nqz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"nqR" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"nrb" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + icon_state = "door_locked"; + id_tag = "expshuttle_door_L"; + locked = 1 + }, +/obj/machinery/button/remote/airlock{ + desiredstate = 1; + dir = 1; + id = "expshuttle_door_L"; + name = "hatch bolt control"; + pixel_y = -28; + req_one_access = list(19,43,67); + specialfunctions = 4 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"ntG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ntW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"nui" = ( +/obj/structure/table/reinforced, +/obj/item/roller, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/tiled, +/area/space) +"nuL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"nuU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"nvI" = ( +/turf/simulated/wall/prepainted/security, +/area/maintenance/security/port) +"nwm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/space) +"nwz" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 9 + }, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"nwQ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/space) +"nxI" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "courser_dock"; + pixel_x = 26; + pixel_y = 8 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"nyK" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"nzw" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"nzy" = ( +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/cockpit) +"nzK" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/item/clothing/under/swimsuit/stripper/cowbikini, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 1 + }, +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"nAF" = ( +/obj/machinery/atmospherics/component/binary/passive_gate/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"nAT" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"nBa" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"nBS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"nCd" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/tiled, +/area/space) +"nCE" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nCK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"nEa" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"nEf" = ( +/obj/landmark/spawnpoint/job/lawyer, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"nFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/holopad, +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"nFg" = ( +/obj/machinery/turretid{ + check_access = 0; + control_area = /area/shuttle/excursion/general; + gl_uid = "exploration"; + pixel_x = -30; + pixel_y = 30; + req_access = null; + req_one_access = list(19,43,62,67); + uid = "exploration" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"nFT" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"nHt" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"nHB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"nHP" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"nHX" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"nIi" = ( +/obj/machinery/power/apc/south_mount, +/obj/machinery/light, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"nIu" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/lawoffice) +"nJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"nKb" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"nKg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"nKO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nKZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"nLd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"nLZ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"nMh" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"nMp" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/emp, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/space) +"nMY" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"nNn" = ( +/obj/structure/closet/crate, +/obj/item/tool/crowbar, +/turf/simulated/floor/tiled, +/area/teleporter) +"nNo" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + volume = 15000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"nNp" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"nNs" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/airlock_sensor{ + id_tag = "expshuttle_docker"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "expshuttle_docker_pump"; + power_rating = 20000 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"nNH" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nNR" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"nNT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"nPI" = ( +/obj/structure/table/woodentable, +/obj/item/instrument/harmonica, +/obj/machinery/recharger, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"nQj" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"nQR" = ( +/turf/simulated/wall/prepainted, +/area/vacant/vacant_bar) +"nRR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"nRX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"nSH" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"nSW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"nTf" = ( +/obj/structure/table/woodentable, +/obj/item/flame/candle/candelabra, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"nTo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/ship_munition/disperser_charge/mining, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = null; + req_one_access = list(44,67) + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"nTu" = ( +/turf/space/basic, +/area/exploration/medical) +"nTC" = ( +/obj/structure/sign/double/barsign, +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/coffee_shop) +"nUC" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"nVc" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/mimedouble, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"nVs" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "chapelgun" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/door/window{ + dir = 4; + name = "Mass Driver"; + req_access = list(22) + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/docking_hallway) +"nWQ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/camera/network/civilian, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/space) +"nYt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"nZb" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/victory/surfacebase/tram) +"nZl" = ( +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"nZq" = ( +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/chapel/main) +"nZD" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood/broken, +/area/vacant/vacant_bar) +"nZR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"obb" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/open, +/area/maintenance/chapel) +"obp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/lattice, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "32-8" + }, +/turf/simulated/open, +/area/maintenance/chapel) +"ocK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"odj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"odX" = ( +/obj/structure/lightpost, +/obj/effect/floor_decal/grass_edge{ + dir = 6 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"odY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"oeE" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oeU" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/space) +"oeW" = ( +/turf/simulated/wall/prepainted/civilian, +/area/crew_quarters/mimeoffice) +"ofd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/item/reagent_containers/glass/bucket/wood, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ofn" = ( +/obj/machinery/light, +/obj/structure/table/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"ofG" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"ogq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ogK" = ( +/turf/space/basic, +/area/exploration/meeting) +"ohW" = ( +/turf/simulated/open, +/area/hallway/secondary/civilian_hallway_mid) +"oiA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/meter, +/obj/structure/catwalk, +/obj/structure/fuel_port{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/space) +"ojm" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"okH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"okP" = ( +/obj/effect/mist, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"olt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"olB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"omA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"omT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"onr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"onw" = ( +/obj/machinery/mech_recharger, +/obj/machinery/camera/network/exploration, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"ooD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_personnel, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"opm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"opn" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "Exploration Public Lobby" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"opC" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"oqH" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"oqJ" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"oqO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"osa" = ( +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"otM" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ouH" = ( +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance/cargo, +/obj/random/maintenance/cargo, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"ovp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/plating, +/area/space) +"ovt" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"own" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/substation/security) +"owq" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"owz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"oxc" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/chapel) +"oxf" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/item/melee/chainofcommand, +/obj/item/coin/phoron{ + desc = "The face of the coin shows a portrait of the explorer who discovered the Virgo-Erigone system. The back depicts a Zodiac symbol that represents Virgo."; + name = "limited edition phoron coin" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"oxx" = ( +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"oyd" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ozZ" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/docking_hallway) +"oAa" = ( +/obj/structure/mirror{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"oAh" = ( +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"oAD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oAT" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oAZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/catwalk, +/obj/item/radio/beacon/anchored, +/turf/simulated/floor/plating, +/area/space) +"oCc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oCN" = ( +/turf/space/basic, +/area/shuttle/courser/general) +"oCT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"oCY" = ( +/turf/simulated/floor/tiled, +/area/teleporter) +"oDs" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"oDJ" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/tank/jetpack/oxygen, +/obj/machinery/camera/network/exploration, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, +/obj/item/binoculars, +/turf/simulated/floor/tiled/monotile, +/area/space) +"oDQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oEf" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"oEA" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"oFx" = ( +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"oFO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"oGx" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"oGE" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oHN" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"oHX" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"oIm" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/red, +/obj/item/barcodescanner, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"oIG" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "SECURITY" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"oIZ" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/matches, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"oKe" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"oKo" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"oLF" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"oNi" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"oNQ" = ( +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/pilot, +/turf/simulated/floor/tiled, +/area/space) +"oOx" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"oOB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/tiled, +/area/victory/station/stairs_four) +"oOL" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "Cockpit" + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"oOQ" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"oPo" = ( +/turf/space/basic, +/area/bridge) +"oPW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oQY" = ( +/obj/structure/barricade, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oRw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"oRQ" = ( +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/storage/backpack/parachute, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"oSx" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/structure/table/rack/shelf, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/storage/backpack/parachute, +/turf/simulated/floor/tiled, +/area/space) +"oSJ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled, +/area/space) +"oTA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"oUz" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"oUM" = ( +/obj/structure/filingcabinet/tall, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"oVe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"oVm" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"oVo" = ( +/obj/machinery/light/small, +/mob/living/simple_mob/animal/passive/mouse/rat, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"oWB" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"oWX" = ( +/obj/structure/bed/chair/comfy/red, +/obj/item/toy/plushie/coffee_fox, +/turf/simulated/floor/wood/broken, +/area/maintenance/central) +"oXK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"oYa" = ( +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/corner/red/border, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"oYe" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"oYj" = ( +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"oYx" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"oYJ" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22; + target_temperature = 275.15 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"oYV" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"oZw" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/bluedouble, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"oZB" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "BRIDGE" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"pbo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance Access" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"pbT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/chapel/main) +"pbY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/eastright{ + dir = 1; + req_access = null; + req_one_access = list(1,38) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"pcK" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/tool_storage) +"pcR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/obj/item/storage/box/donut, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"pdu" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"pdw" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"pdK" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"peJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"pfk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"pfA" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"pfG" = ( +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + pixel_y = 24 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"pfO" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"pgc" = ( +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"pgF" = ( +/obj/effect/floor_decal/spline/plain, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"pgL" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"pgT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"phb" = ( +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/dogbed{ + desc = "A bed made just for the Facility Director's fox."; + name = "Renault's Bed" + }, +/mob/living/simple_mob/animal/passive/fox/renault, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"phc" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"phr" = ( +/obj/random/maintenance/security, +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"phG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/space) +"piy" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/machinery/newscaster{ + pixel_x = 27 + }, +/obj/item/storage/briefcase{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"piB" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"pjH" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/lawoffice) +"pjL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/cryopod/robot/door/shuttle, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"pkq" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"plb" = ( +/obj/structure/closet/firecloset, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"plx" = ( +/obj/structure/bookcase/legal/combo, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/command_guide, +/turf/simulated/floor/wood, +/area/library) +"plz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"pmD" = ( +/obj/item/flashlight/lantern, +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"pmV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance Access" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/aft) +"pnz" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"pob" = ( +/turf/simulated/floor/tiled, +/area/space) +"pop" = ( +/obj/structure/closet, +/obj/random/maintenance/security, +/obj/random/maintenance/medical, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"poA" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"poP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Pathfinder's Office" + }, +/obj/map_helper/access_helper/airlock/station/head_office/pathfinder, +/turf/simulated/floor/tiled, +/area/space) +"poQ" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"pqe" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"pqr" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pqO" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"prQ" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/tiled, +/area/teleporter) +"prS" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"psb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/computer/mecha, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"psc" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"pst" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"pul" = ( +/turf/simulated/wall/prepainted/civilian, +/area/library/study) +"puC" = ( +/turf/simulated/floor/wood, +/area/lawoffice) +"puF" = ( +/obj/structure/bookcase, +/obj/item/book/manual/command_guide, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"puK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"pvb" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"pvg" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pvA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"pvF" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/sif, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"pwQ" = ( +/obj/machinery/photocopier, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/effect/floor_decal/corner/purple/full, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pxb" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"pxg" = ( +/obj/machinery/sleep_console, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"pxF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"pxG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"pyh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"pzo" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/crew_quarters/lounge) +"pzu" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/stool/padded, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"pAb" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"pAv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"pAD" = ( +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"pAM" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"pAX" = ( +/obj/machinery/sleep_console, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"pBa" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"pBX" = ( +/obj/machinery/camera/network/exploration{ + dir = 1 + }, +/obj/structure/sign/warning/nosmoking_1{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"pDd" = ( +/obj/item/frame, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"pDq" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"pEy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"pEF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = -24 + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"pFN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"pGg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/wood, +/area/space) +"pGC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/structure/dogbed, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/mob/living/simple_mob/animal/passive/dog/corgi/Lisa{ + desc = "It's Lisa, the exploration teams trusty Corgi." + }, +/turf/simulated/floor/tiled, +/area/space) +"pGO" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"pGP" = ( +/obj/machinery/conveyor{ + id = "courser_magazine_1" + }, +/obj/machinery/door/window/northleft, +/obj/machinery/door/blast/regular{ + id = "courser_loading_1"; + name = "Magazine One Input" + }, +/turf/simulated/floor/plating, +/area/space) +"pIB" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/red, +/obj/item/barcodescanner, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/obj/item/pen/invisible, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"pMo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"pMy" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"pMT" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"pNt" = ( +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"pOh" = ( +/obj/structure/table/wooden_reinforced, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"pOB" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/hangar, +/obj/machinery/door/airlock/glass_external{ + name = "Exploration Emergency Exit"; + req_one_access = null + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"pOC" = ( +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"pPU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"pPX" = ( +/obj/machinery/light/flamp, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"pQg" = ( +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"pQo" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/fancy/egg_box, +/obj/item/storage/fancy/egg_box, +/obj/item/storage/fancy/egg_box, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"pQu" = ( +/turf/simulated/floor/carpet, +/area/bridge/office) +"pQR" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 8; + name = "Exploration Prep"; + req_access = list() + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"pRd" = ( +/obj/structure/catwalk, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"pRD" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"pRV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"pSS" = ( +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"pTh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"pVE" = ( +/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/white, +/area/exploration/explorer_prep) +"pWq" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/turf/simulated/floor/wood/broken, +/area/vacant/vacant_bar) +"pWM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"pXa" = ( +/obj/structure/bed/chair/bay/comfy/black, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"pYI" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"qbH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qbM" = ( +/obj/structure/stairs/spawner/east, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"qdu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/timeclock/premade/south, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"qdx" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/ship_munition/disperser_charge/mining, +/turf/simulated/floor/tiled/dark, +/area/space) +"qdE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"qdM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"qey" = ( +/obj/landmark/spawnpoint/job/pathfinder, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"qeJ" = ( +/obj/structure/table/marble, +/obj/item/material/knife/butch, +/obj/item/material/kitchen/rollingpin, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"qeP" = ( +/obj/structure/table/marble, +/obj/machinery/photocopier/faxmachine{ + department = "Command Meeting Room" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qeV" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"qeZ" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cockpit) +"qfo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"qfY" = ( +/obj/machinery/air_alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/space) +"qhn" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + id_tag = "captaindoor"; + name = "Facility Director's Office"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/tiled/steel_grid, +/area/bridge) +"qhA" = ( +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/secure_closet/sar{ + req_access = list(5); + req_one_access = list(5) + }, +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/syringes, +/obj/item/tank/jetpack/oxygen, +/obj/item/storage/backpack/parachute, +/obj/item/clothing/accessory/permit/gun/planetside, +/turf/simulated/floor/tiled/monotile, +/area/exploration/medical) +"qhK" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qik" = ( +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/turf/simulated/floor/tiled, +/area/space) +"qjK" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qjN" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"qko" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qkB" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qkE" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + id_tag = "captaindoor"; + name = "Facility Director's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/captain) +"qlh" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"qln" = ( +/obj/machinery/door/airlock/command{ + name = "Bridge Meeting Room"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qlw" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "cockpit_lockdown"; + name = "Cockpit Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/cockpit) +"qmC" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qnv" = ( +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qnG" = ( +/obj/machinery/airlock_sensor{ + id_tag = "expshuttle_dock"; + pixel_y = -24 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "expshuttle_dock_pump" + }, +/turf/simulated/floor/tiled, +/area/space) +"qoL" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"qoS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"qoX" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"qqq" = ( +/turf/simulated/open, +/area/crew_quarters/lounge) +"qrE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"qrY" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qsh" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/obj/machinery/button/windowtint{ + id = "hop_bedroom"; + pixel_y = 25 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"qtB" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"qum" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"quA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/medical) +"quB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"quF" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qva" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"qvn" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"qvM" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/space) +"qwZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"qxi" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qxW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"qyg" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/stasis_cage, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"qyL" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/hallway/primary/aft) +"qzd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/space) +"qzh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"qzE" = ( +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/wood, +/area/lawoffice) +"qzG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"qzP" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qAx" = ( +/obj/machinery/light/small/emergency{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"qBc" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/hallway/secondary/docking_hallway) +"qBg" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/lightpost, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"qBy" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qCb" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"qCw" = ( +/obj/machinery/door/airlock/voidcraft/vertical, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "cockpit_lockdown"; + name = "Cockpit Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"qDT" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"qDU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/landmark/spawnpoint/job/captain, +/obj/item/storage/secure/safe{ + pixel_x = -28 + }, +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "captaindoor"; + name = "Office Doors"; + pixel_x = -28; + pixel_y = 23; + req_access = list(20) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "cap_office"; + name = "Security Shutters"; + pixel_x = -28; + pixel_y = 12 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qEL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"qFo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"qFN" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"qHn" = ( +/obj/machinery/door/morgue{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"qHM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"qHS" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"qJG" = ( +/turf/simulated/wall/prepainted/command, +/area/maintenance/central) +"qJO" = ( +/obj/machinery/door/window/brigdoor/southleft{ + req_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"qJU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"qKj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"qKF" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "courser_magazine_1" + }, +/turf/simulated/floor/plating, +/area/space) +"qLk" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"qLG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"qLQ" = ( +/obj/structure/bed/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"qME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"qNu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"qOk" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"qOl" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/stack/flag/red, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"qOz" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"qPr" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"qPy" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"qQe" = ( +/obj/machinery/vending/mre, +/turf/simulated/floor/tiled, +/area/exploration/excursion_dock) +"qQg" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized/full{ + id = "pathfinder_office" + }, +/obj/effect/paint_stripe/violet, +/obj/structure/wall_frame/prepainted, +/turf/simulated/floor/plating, +/area/space) +"qQJ" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "expshuttle_dock"; + pixel_y = 32; + req_one_access = list(19,43,67) + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "expshuttle_dock_pump" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled, +/area/space) +"qQK" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor, +/area/shuttle/civvie/general) +"qRx" = ( +/obj/effect/floor_decal/techfloor/corner, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"qRD" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"qSq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/obj/item/book/manual/tesla_engine, +/obj/item/book/custom_library/nonfiction, +/turf/simulated/floor/wood, +/area/library) +"qTb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Bridge"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/floor/tiled, +/area/bridge) +"qTj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/captain) +"qTI" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/excursion_dock) +"qTM" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"qTR" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"qUM" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"qVT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/ext_door, +/obj/map_helper/access_helper/airlock/station/exploration/department, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/floor/tiled, +/area/space) +"qWg" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "shuttle_lockdown"; + name = "Shuttle Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/general) +"qWo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/bed/chair/bay/comfy/black{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "sensor-shroud"; + name = "Sensor Shroud"; + pixel_x = 32; + req_access = list(19) + }, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"qWJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/button/windowtint{ + id = "chapel"; + pixel_x = -24; + pixel_y = 26 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"qWS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"qXp" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"qXE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/anomaly_container, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"qXL" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"qYE" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"qYI" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"qZu" = ( +/obj/machinery/light/small, +/obj/machinery/fire_alarm/east_mount, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"qZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"qZR" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/evaguide, +/obj/item/book/custom_library/reference, +/turf/simulated/floor/wood, +/area/library) +"qZT" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"raA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"raV" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/wood, +/area/lawoffice) +"rba" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rbl" = ( +/obj/structure/closet/wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"rbp" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/plating, +/area/victory/surfacebase/tram) +"rbv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rbW" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"rcm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rcq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"rdf" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"rdn" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"rdz" = ( +/turf/simulated/floor/tiled, +/area/exploration/explorer_prep) +"rdJ" = ( +/turf/simulated/wall/prepainted/exploration, +/area/space) +"reN" = ( +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"rfr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"rgW" = ( +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"rhG" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 4; + frequency = 1380; + id_tag = "deck4_dockarm2"; + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"rhR" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"rip" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ris" = ( +/turf/space/basic, +/area/exploration/showers) +"riK" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"rkb" = ( +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/machinery/light, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"rku" = ( +/obj/structure/bed/chair/sofa/black{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"rln" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"rlA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rlK" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"rnI" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/bridge) +"rou" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/obj/machinery/button/windowtint{ + id = "library_study"; + pixel_x = 26; + pixel_y = -26 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"roT" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/teleporter) +"rpb" = ( +/obj/landmark/spawnpoint/job/lawyer, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"rpR" = ( +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"rqs" = ( +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/wood, +/area/library) +"rqv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/sign/department/bridge, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/bridge) +"rqD" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "DECK 4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"rqI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"rui" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rvv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"rwD" = ( +/obj/effect/floor_decal/sign/dock/two, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"rxu" = ( +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"rxS" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/fire, +/obj/machinery/door/window/brigdoor/westright{ + req_access = null; + req_one_access = list(44,67) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"ryd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"rzs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/space) +"rzL" = ( +/obj/machinery/holopad, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"rzS" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"rBw" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/maintenance/security/starboard) +"rBP" = ( +/mob/living/simple_mob/animal/passive/honkpet, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"rBZ" = ( +/obj/machinery/media/jukebox{ + icon_state = "superjuke-nopower"; + state_base = "superjuke" + }, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rCH" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/yellow, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"rCI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"rCU" = ( +/obj/effect/floor_decal/spline/plain, +/obj/machinery/button/windowtint{ + id = "lawyer_blast"; + pixel_y = -36 + }, +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"rEd" = ( +/obj/structure/bed/double/padded, +/obj/item/bananapeel, +/obj/item/bedsheet/clowndouble, +/turf/simulated/floor/wood, +/area/crew_quarters/clownoffice) +"rEv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"rEF" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"rEK" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "courser_cannon_shroud"; + name = "Cannon Barrel Shutter" + }, +/turf/simulated/floor/plating, +/area/space) +"rFF" = ( +/obj/structure/sign/directions/evac{ + dir = 8 + }, +/turf/simulated/wall/prepainted/command, +/area/lawoffice) +"rFT" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"rGc" = ( +/obj/machinery/disperser/front{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"rGD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"rIW" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "courser_magazine_2" + }, +/obj/machinery/door/window/southleft, +/obj/machinery/door/blast/regular{ + id = "courser_loading_2"; + name = "Magazine Two Input" + }, +/turf/simulated/floor/plating, +/area/space) +"rJw" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"rJD" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/library) +"rKu" = ( +/obj/machinery/door/window/brigdoor/eastright{ + req_access = null; + req_one_access = list(44,67) + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/ship_munition/disperser_charge/explosive, +/turf/simulated/floor/tiled/dark, +/area/space) +"rKA" = ( +/turf/simulated/floor/wood, +/area/space) +"rKO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"rLV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/library) +"rNe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"rOm" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"rOW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"rPt" = ( +/obj/machinery/light{ + dir = 8; + light_range = 12 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"rQb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"rQc" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"rQl" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/space) +"rRi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"rRJ" = ( +/obj/structure/table/woodentable, +/obj/item/book/codex/lore/news, +/turf/simulated/floor/wood, +/area/library) +"rSk" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rSO" = ( +/obj/machinery/light, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"rTr" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + opacity = 0 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge) +"rTs" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/coffee_shop) +"rTu" = ( +/turf/space/basic, +/area/exploration/courser_dock) +"rTZ" = ( +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"rUz" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/field_medic, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/space) +"rUF" = ( +/obj/spawner/window/low_wall/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/airless, +/area/maintenance/security/starboard) +"rUP" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"rVB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rVI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"rVV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"rVX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"rWf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"rWo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"rXg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"rXv" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/bomb_range{ + name = "\improper LIVE ORDINANCE"; + pixel_y = -32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"rXx" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"rXC" = ( +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"rXE" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"rYj" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"rZl" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"saq" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/medical) +"saB" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"saT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"saW" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled, +/area/maintenance/cargo) +"sbD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sbG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/beige/bordercorner, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"scr" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/structure/closet/crate/secure/weapon, +/turf/simulated/floor/tiled, +/area/space) +"scH" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"scN" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"scX" = ( +/obj/machinery/lathe/autolathe, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"sdd" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"sdx" = ( +/obj/structure/flora/pottedplant/stoutbush, +/obj/structure/table/woodentable, +/turf/simulated/floor/lino, +/area/chapel/office) +"seH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"sfh" = ( +/obj/structure/table/reinforced, +/obj/machinery/air_alarm/alarms_hidden{ + dir = 8; + pixel_x = 27 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"sfB" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"sfX" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/library) +"sgq" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"sgr" = ( +/obj/machinery/door/blast/regular{ + id = "gateway"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"sho" = ( +/obj/effect/floor_decal/techfloor/orange, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"shJ" = ( +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -24 + }, +/obj/machinery/light/small, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/library) +"sja" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"sjw" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"sjP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"skd" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"skf" = ( +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"skq" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sks" = ( +/obj/machinery/door/window/brigdoor/northleft{ + req_access = null + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"skI" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/shuttle/floor/voidcraft, +/area/bridge/meeting_room) +"sle" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/table/bench/padded, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"sly" = ( +/obj/item/pen/crayon/mime, +/obj/item/pen/crayon/marker/mime, +/obj/item/cartridge/mime, +/obj/item/bedsheet/mime, +/obj/item/toy/figure/mime, +/obj/item/clothing/under/sexymime, +/obj/item/clothing/shoes/mime, +/obj/item/clothing/mask/gas/sexymime, +/obj/item/clothing/head/soft/mime, +/obj/structure/closet/secure_closet{ + desc = "..."; + name = "silent storage"; + req_one_access = list(138) + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"smi" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/carpet/purcarpet, +/area/bridge) +"sne" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"snQ" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor, +/area/maintenance/tool_storage) +"spc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sqa" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"sqd" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"srQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"ssc" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"ssu" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/item/tank/jetpack/oxygen, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, +/obj/item/binoculars, +/turf/simulated/floor/tiled/monotile, +/area/space) +"ssZ" = ( +/obj/machinery/light/small/emergency{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"sti" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/hallway/primary/aft) +"stV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Security Substation"; + req_one_access = null; + secured_wires = 1 + }, +/obj/map_helper/access_helper/airlock/station/maintenance, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"suA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"suU" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"sve" = ( +/obj/structure/table/bench/wooden, +/obj/machinery/fire_alarm/south_mount{ + pixel_y = -25 + }, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"svn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/railing, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"svq" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/teleporter) +"svY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"svZ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"swq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"syr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/fire_alarm/east_mount, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"syO" = ( +/obj/structure/table/rack, +/obj/item/tank/air, +/obj/item/tank/air, +/turf/simulated/floor/plating, +/area/space) +"szl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/metal{ + dir = 8; + icon_state = "door_locked"; + id_tag = "exp_gateway"; + locked = 1 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"sAo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Command Subgrid"; + name_tag = "Command Subgrid" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"sAS" = ( +/obj/machinery/camera/network/outside, +/turf/space, +/area/space) +"sBr" = ( +/obj/machinery/mech_recharger, +/obj/machinery/turretid/lethal{ + control_area = "\improper Gateway"; + pixel_y = 26; + req_access = null; + req_one_access = list(19,44) + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"sBt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"sBI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"sBP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"sCh" = ( +/obj/structure/table/alien/blue{ + desc = "Is this imported?"; + name = "obscure table" + }, +/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"sCW" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"sDe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/holopad, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"sDi" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"sEx" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/general) +"sEz" = ( +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"sEA" = ( +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"sFn" = ( +/obj/machinery/light_switch{ + pixel_y = -26 + }, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Personnel's Office" + }, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"sFr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + name = "Facility Director's Quarters"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "cd-blast"; + name = "Facility Director Lockdown"; + opacity = 0 + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"sFu" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/cedouble, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"sFB" = ( +/obj/machinery/camera/network/exploration, +/obj/structure/table/standard, +/obj/item/binoculars, +/obj/item/binoculars, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/space) +"sFX" = ( +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/map_helper/access_helper/airlock/station/hangar, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"sGG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"sHH" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"sHS" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"sIg" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"sIF" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"sIK" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"sJi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"sKH" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor{ + dir = 4; + id = "courser_battery" + }, +/turf/simulated/floor/plating, +/area/space) +"sLs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"sLI" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"sMV" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/rods, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"sNr" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"sNR" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/structure/flora/pottedplant/stoutbush, +/turf/simulated/floor/tiled, +/area/space) +"sPy" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"sPS" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"sQf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"sQi" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"sQl" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"sQO" = ( +/obj/structure/sign/department/bridge{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"sQR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/ai_status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"sRK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/space) +"sRV" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"sSr" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"sSQ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"sTF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Command Substation"; + req_one_access = list(10,19) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"sVb" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/computer/shuttle_control/explore/courser, +/turf/simulated/floor/plating, +/area/space) +"sVm" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/structure/musician/piano, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"sWc" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"sWz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"sXa" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"sXg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"sXj" = ( +/turf/simulated/floor/wood, +/area/maintenance/central) +"sXI" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"sXO" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"sYk" = ( +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized{ + id = "sauna_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "pool_tint" + }, +/obj/structure/window/basic/full, +/turf/simulated/floor/plating, +/area/victory/surfacebase/sauna) +"sZk" = ( +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"sZv" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"sZF" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"sZS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"tae" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tat" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"taX" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/mob/living/simple_mob/animal/passive/dog/corgi/Ian, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"tbI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"tbP" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"tbQ" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"tbS" = ( +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"tci" = ( +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"tep" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"teS" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"teT" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/railing, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"tfg" = ( +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"tfv" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"tfx" = ( +/turf/space/basic, +/area/gateway/prep_room) +"tfY" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"tgG" = ( +/obj/structure/table/woodentable, +/obj/item/toy/plushie/penguin_baby, +/obj/machinery/recharger, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"tgY" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"thc" = ( +/obj/structure/catwalk, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/medical{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"thM" = ( +/obj/effect/floor_decal/techfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"thT" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/hole/right{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"thX" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tix" = ( +/obj/machinery/computer/power_monitor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tjm" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"tjQ" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tjU" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"tkc" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/ship_munition/disperser_charge/explosive, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/space) +"tkI" = ( +/obj/machinery/bookbinder, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"tmc" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/grass_edge{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"tme" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"tmf" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tmI" = ( +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"tmL" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"tnA" = ( +/obj/structure/closet/secure_closet/hop, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"toF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/space) +"tps" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"tpH" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"tqr" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"trn" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"trI" = ( +/turf/simulated/floor/tiled, +/area/exploration/pathfinder_office) +"trR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"tsf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"tsP" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/space) +"tsT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/paicard, +/turf/simulated/floor/wood, +/area/library) +"tsU" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ttX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"tuw" = ( +/obj/item/barrier_tape_roll/engineering, +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"tuO" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/hallway/primary/aft) +"tuY" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"tve" = ( +/obj/structure/closet, +/obj/random/maintenance/clean, +/obj/random/cigarettes, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tvy" = ( +/obj/item/weldingtool, +/obj/item/clothing/glasses/welding, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tvS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"twp" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"twB" = ( +/obj/effect/floor_decal/techfloor, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"twI" = ( +/turf/simulated/wall/prepainted, +/area/victory/surfacebase/sauna) +"txj" = ( +/obj/item/radio/beacon, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"txk" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/floor/plating, +/area/crew_quarters/lounge) +"txV" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/space) +"tyc" = ( +/obj/item/paper_bin, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/space) +"tzn" = ( +/obj/machinery/shield_diffuser, +/obj/map_helper/airlock/door/ext_door, +/obj/machinery/access_button/airlock_exterior{ + dir = 1; + frequency = 1380; + master_tag = "deck4_dockarm2"; + pixel_x = -24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"tAk" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"tAw" = ( +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"tBo" = ( +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"tCc" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/hopdouble, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"tCh" = ( +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 42 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 36 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 24 + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"tCG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/library) +"tCP" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"tCW" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/catering/bar_alc, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"tCX" = ( +/obj/machinery/camera/network/outside{ + dir = 1 + }, +/turf/space, +/area/space) +"tDB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/item/towel/random, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"tDC" = ( +/obj/machinery/telecomms/relay/preset/telecomms, +/turf/simulated/floor/airless, +/area/shuttle/civvie/cockpit) +"tDK" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"tEj" = ( +/obj/structure/closet/crate, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/plating, +/area/maintenance/central) +"tFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Exploration Showers" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/space) +"tFC" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"tFS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"tFU" = ( +/obj/machinery/porta_turret/crescent{ + density = 1; + faction = "neutral" + }, +/turf/simulated/floor/airless/ceiling, +/area/bridge) +"tHm" = ( +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"tHB" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/library) +"tHJ" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"tIH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/universal_translator, +/obj/item/tape_recorder, +/turf/simulated/floor/tiled, +/area/space) +"tJg" = ( +/turf/space/basic, +/area/exploration) +"tJq" = ( +/obj/machinery/holopad, +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"tLe" = ( +/obj/machinery/suit_cycler/director, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"tLz" = ( +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/beige/border, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"tLA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"tLH" = ( +/obj/structure/table/bench/wooden, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"tMg" = ( +/obj/machinery/vending/cafe, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"tMy" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"tMU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"tNi" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "civvie_docker"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"tNT" = ( +/obj/machinery/camera/network/command{ + dir = 1 + }, +/obj/machinery/papershredder, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tOv" = ( +/obj/structure/bookcase, +/obj/item/book/manual/hydroponics_pod_people, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"tOO" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tPq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"tPy" = ( +/obj/structure/sign/poster{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"tPH" = ( +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"tQg" = ( +/obj/item/gps/internal/base{ + desc = "A tracking beacon embedded in the shuttle systems, to help explorers find where they landed."; + gps_tag = "CIVVIE"; + name = "civilian transport beacon" + }, +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"tQt" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"tQu" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/north_mount, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"tQS" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/central) +"tRJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/civvie/general) +"tTD" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"tUt" = ( +/obj/machinery/airlock_sensor{ + dir = 4; + frequency = 1380; + id_tag = "courser_dock"; + pixel_x = 25 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "courser_dock"; + pixel_y = 28; + req_one_access = list(19,43,67) + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 8 + }, +/area/space) +"tUS" = ( +/obj/machinery/computer/communications, +/obj/machinery/keycard_auth{ + pixel_x = -28; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"tUY" = ( +/obj/structure/loot_pile/maint/trash, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"tVb" = ( +/obj/machinery/computer/ship/sensors{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"tVO" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"tVX" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"tWk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"tWE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/space) +"tXo" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"tXI" = ( +/turf/simulated/floor/tiled, +/area/exploration/excursion_dock) +"tYg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/shuttle/wall/voidcraft/green, +/area/shuttle/civvie/general) +"tYv" = ( +/turf/simulated/wall/prepainted/exploration, +/area/maintenance/chapel) +"tZN" = ( +/turf/simulated/floor/tiled, +/area/exploration) +"uau" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uaA" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"uaC" = ( +/obj/machinery/camera/network/exploration, +/obj/structure/table/bench/steel, +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/tiled, +/area/space) +"uaF" = ( +/turf/simulated/wall/r_wall/prepainted/civilian, +/area/hallway/secondary/docking_hallway) +"uba" = ( +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"ubd" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 6 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"ubg" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"ucd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"ucz" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"ucD" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/civvie/general) +"udE" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"ueA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/plating, +/area/victory/station/stairs_four) +"ueQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ueR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uft" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"ufz" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "courser_battery" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "courser_cannon_chamber"; + name = "Cannon Chamber Shroud" + }, +/turf/simulated/floor/plating, +/area/space) +"ufM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/wall/prepainted/command, +/area/victory/station/stairs_four) +"ufQ" = ( +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"ugn" = ( +/obj/structure/table/woodentable, +/obj/item/book/manual/standard_operating_procedure, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled, +/area/space) +"ugo" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/maintenance/central) +"ugs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uhc" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/space) +"uhE" = ( +/obj/fiftyspawner/steel, +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/security/port) +"uhG" = ( +/obj/machinery/atmospheric_field_generator/perma, +/obj/machinery/door/blast/regular{ + id = "explo-hanger" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"uhT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"uhY" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"ujD" = ( +/obj/machinery/door/morgue, +/turf/simulated/floor/wood, +/area/crew_quarters/mimeoffice) +"ujK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/rust/mono_rusted3, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"ukx" = ( +/obj/effect/floor_decal/corner/red/border, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"ulc" = ( +/obj/machinery/door/airlock{ + name = "Public Heated Pool" + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ulS" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"umY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"uni" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CE_quarters) +"unu" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/east_mount, +/turf/simulated/floor/tiled, +/area/space) +"unE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"unN" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uoD" = ( +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"upy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/voidcraft/vertical{ + name = "fire control hatch" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 4; + frequency = 1380; + master_tag = "courser_docker"; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/space) +"uqo" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"uqw" = ( +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"urc" = ( +/turf/simulated/wall/prepainted/civilian, +/area/chapel/office) +"urh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"urL" = ( +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"ush" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 8; + name = "Library" + }, +/turf/simulated/floor/tiled, +/area/library) +"usi" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"usG" = ( +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless/ceiling, +/area/space) +"usY" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"utu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/map_helper/access_helper/airlock/station/service/bar, +/turf/simulated/floor/plating, +/area/crew_quarters/coffee_shop) +"uty" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"uue" = ( +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"uuC" = ( +/obj/structure/table/standard, +/obj/item/roller, +/obj/item/bodybag/cryobag, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"uvm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"uvS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"uvU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uvX" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"uwd" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"uxe" = ( +/obj/structure/railing, +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uxl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + id_tag = "blueshielddoor"; + name = "Blueshield"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/blueshield, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"uxn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/airlock_sensor{ + id_tag = "civvie_docker"; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"uxM" = ( +/obj/machinery/photocopier, +/obj/machinery/camera/network/exploration, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"uyf" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/table/standard, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"uze" = ( +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"uzz" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"uzY" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + id = "hop_office_desk"; + name = "Desk Privacy Shutter"; + pixel_x = -25; + pixel_y = -25 + }, +/obj/machinery/button/windowtint{ + id = "hop_office"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"uAZ" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"uCu" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"uCU" = ( +/obj/machinery/camera/network/exploration, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"uCX" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/exploration, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/space) +"uDk" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/space) +"uDt" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"uDx" = ( +/obj/machinery/power/apc/north_mount, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"uDC" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/obj/item/reagent_containers/food/snacks/dtreat, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/sleep/HOP_quarters) +"uDE" = ( +/obj/machinery/light_switch{ + name = "light switch "; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"uEN" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/item/barrier_tape_segment/engineering, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"uFu" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/obj/item/book/custom_library/nonfiction, +/turf/simulated/floor/wood, +/area/library) +"uFy" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/marble, +/turf/simulated/floor/wood, +/area/bridge/office) +"uGs" = ( +/obj/machinery/tele_pad, +/turf/simulated/floor/tiled, +/area/teleporter) +"uGt" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/folder/red, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uGO" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/space) +"uHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uHc" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on, +/obj/item/paicard, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/lounge) +"uHw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"uHE" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"uIC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/monofloor{ + dir = 4 + }, +/area/space) +"uJm" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uJx" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uJA" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"uKB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"uKO" = ( +/obj/structure/bed/double/padded, +/obj/item/bedsheet/bluedouble, +/obj/item/handcuffs/fuzzy, +/turf/simulated/floor/carpet/tealcarpet, +/area/maintenance/central) +"uLa" = ( +/obj/machinery/turretid/lethal{ + pixel_x = -35 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/holopad/ship, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uLN" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/space) +"uMq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/railing, +/obj/structure/lightpost, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"uMM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"uNb" = ( +/obj/machinery/door/airlock/glass/exploration{ + name = "Medic Prep"; + req_one_access = list(44,19,5) + }, +/turf/simulated/floor/tiled, +/area/exploration/explorer_prep) +"uNx" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall/prepainted/command, +/area/crew_quarters/captain) +"uNT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/table/bench/wooden, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"uPB" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"uQs" = ( +/obj/structure/table/woodentable, +/obj/item/nullrod, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"uQL" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uRE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"uTd" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"uTr" = ( +/turf/simulated/wall/prepainted, +/area/maintenance/central) +"uUa" = ( +/obj/structure/table/bench/steel, +/obj/landmark/spawnpoint/job/field_medic, +/turf/simulated/floor/tiled, +/area/space) +"uUK" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"uVf" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"uVB" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"uWF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Chapel Office" + }, +/obj/map_helper/access_helper/airlock/station/service/chapel, +/turf/simulated/floor/lino, +/area/chapel/office) +"uXd" = ( +/obj/machinery/door/window/brigdoor/southleft{ + req_access = null + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"uXy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/techfloor, +/obj/effect/floor_decal/techfloor/hole, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"uXJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"uXK" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"uYs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"uYH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"uYY" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/eastright{ + dir = 8; + name = "Facility Director's Voidsuit"; + req_access = list(20) + }, +/obj/item/clothing/suit/space/void/captain, +/obj/item/clothing/head/helmet/space/void/captain, +/obj/item/clothing/shoes/magboots, +/obj/item/tank/oxygen, +/obj/item/clothing/mask/breath, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vaR" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -37 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"vaT" = ( +/obj/machinery/camera/network/command, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vbb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"vbT" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/library) +"vca" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"vce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Cafe"; + req_one_access = list(25) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"vcl" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/lawoffice) +"vde" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"vdw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/vending/hydroseeds, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"vdz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/sign/warning/bomb_range{ + name = "\improper LIVE ORDINANCE"; + pixel_x = 32 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vdF" = ( +/obj/machinery/account_database, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"vdY" = ( +/obj/structure/flora/pottedplant, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"vgh" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"vgr" = ( +/turf/space, +/area/exploration/courser_dock) +"vgW" = ( +/turf/simulated/wall/prepainted/exploration, +/area/vacant/vacant_bar) +"vjh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"vjS" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vjT" = ( +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"vkl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"vkr" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "hangar_ammo_storage"; + name = "Courser Ammunition Storage"; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"vld" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"vll" = ( +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"vmt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/tiled, +/area/space) +"vmY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"vnQ" = ( +/obj/machinery/computer/cryopod{ + name = "asset retention console"; + pixel_y = -30 + }, +/obj/landmark/spawnpoint/overflow/station, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"vof" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/anomaly_container, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cargo) +"voy" = ( +/obj/structure/catwalk, +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"voG" = ( +/obj/structure/table/standard, +/obj/item/hand_tele, +/turf/simulated/floor/tiled, +/area/teleporter) +"voN" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"vpu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vpK" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/machinery/computer/skills{ + dir = 4 + }, +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/simulated/floor/carpet, +/area/bridge/office) +"vpO" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vqA" = ( +/obj/structure/grille, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/wall_frame/prepainted, +/obj/structure/wall_frame/prepainted, +/obj/structure/window/reinforced/polarized/full{ + id = "hop_office"; + name = "HoP Office window" + }, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"vqJ" = ( +/obj/structure/table/marble, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/bridge/office) +"vqM" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -10 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 3 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"vrC" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/book/manual/chef_recipes, +/turf/simulated/floor/wood, +/area/library) +"vsf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"vsG" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"vsK" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"vtb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"vte" = ( +/obj/structure/closet, +/obj/random/maintenance/security, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"vuf" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 27 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"vuK" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/obj/item/book/custom_library/fiction, +/obj/item/book/custom_library/fiction, +/turf/simulated/floor/wood, +/area/library) +"vvP" = ( +/obj/structure/window/reinforced/full, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"vvR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"vww" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"vwK" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/flashlight/lamp{ + pixel_y = 12 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"vxd" = ( +/obj/structure/table/woodentable, +/obj/item/duct_tape_roll, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"vxr" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/plating, +/area/exploration/excursion_dock) +"vxs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"vyg" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"vzu" = ( +/obj/structure/sign/department/biblio, +/turf/simulated/wall/prepainted/civilian, +/area/library) +"vAn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/obj/machinery/computer/timeclock/premade/north, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"vCO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"vDA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 5 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/bordercorner2{ + dir = 4 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/space) +"vEi" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 1 + }, +/area/space) +"vEl" = ( +/obj/structure/loot_pile/maint/technical, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"vEX" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/component/binary/pump{ + dir = 4; + name = "secondary fuel pump" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"vFf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"vFk" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/item/soap/deluxe, +/obj/structure/curtain/open/shower, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/HOP_quarters) +"vFv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/captain) +"vGA" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"vGH" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"vGJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/space) +"vGO" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/courser/cockpit) +"vHF" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"vIe" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/catwalk, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"vIw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"vIH" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"vIY" = ( +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vJp" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/rods, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"vJK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"vMW" = ( +/obj/machinery/light/small, +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"vNu" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"vNz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/exploration) +"vNY" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/west_mount{ + cell_type = /obj/item/cell/super + }, +/turf/simulated/floor/wood, +/area/library) +"vOo" = ( +/turf/simulated/open, +/area/exploration/explorer_prep) +"vOU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"vOV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"vQw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"vQN" = ( +/obj/effect/floor_decal/sign/a, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"vRx" = ( +/obj/structure/sign/deck/fourth, +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_four) +"vRP" = ( +/obj/machinery/air_alarm/alarms_hidden{ + dir = 4; + pixel_x = -27 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"vSp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"vTh" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"vTi" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"vTv" = ( +/obj/landmark{ + name = "carpspawn" + }, +/turf/space, +/area/space) +"vTH" = ( +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"vUa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"vVE" = ( +/obj/machinery/computer/ship/disperser{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"vVS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "courser_docker"; + pixel_x = 25 + }, +/obj/effect/shuttle_landmark/victory/deck4/courser, +/obj/overmap/entity/visitable/ship/landable/courser/victory, +/turf/simulated/floor/plating, +/area/space) +"vVT" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "expshuttle_docker"; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"vVZ" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"vWs" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"vYa" = ( +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/obj/machinery/power/apc/east_mount, +/obj/structure/cable/cyan, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cockpit) +"vYC" = ( +/turf/simulated/wall/r_wall/prepainted/command, +/area/bridge) +"vYM" = ( +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"vYN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/railing, +/obj/structure/handrail, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"vYT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/plating, +/area/chapel/main) +"vZH" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/maintenance/central) +"waj" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CMO_quarters) +"waV" = ( +/obj/machinery/button/remote/airlock{ + id = "explo-hanger"; + name = "Hanger Blast Door Switch"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/explorer_prep) +"wbu" = ( +/obj/structure/barricade, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wbx" = ( +/obj/machinery/air_alarm/alarms_hidden{ + dir = 1; + pixel_y = -23 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"wby" = ( +/obj/machinery/camera/network/civilian{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/table/woodentable, +/obj/item/flame/candle/candelabra, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"wbz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"weh" = ( +/turf/simulated/floor/carpet, +/area/medical/patient_wing) +"wei" = ( +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"wfl" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/bench, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"wfu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/space) +"wfz" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/captain) +"wge" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/crew_quarters/mimeoffice) +"wgu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + id_tag = "captaindoor"; + name = "Facility Director's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"wgE" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "civvie_docker_pump" + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"whp" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"wim" = ( +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"wjo" = ( +/obj/structure/bed/chair/bay/comfy/black, +/obj/landmark/spawnpoint/job/blueshield, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blue, +/area/crew_quarters/heads/blueshield) +"wne" = ( +/obj/random/cutout, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wni" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wny" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cap_office"; + layer = 3.1; + name = "Colony Directo's Shutters" + }, +/obj/spawner/window/low_wall/reinforced/full, +/obj/effect/paint_stripe/commandblue, +/turf/simulated/floor/plating, +/area/crew_quarters/captain) +"woe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/stamp/internalaffairs, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/lawoffice) +"wox" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"woV" = ( +/obj/structure/flora/pottedplant/orientaltree, +/obj/machinery/atmospherics/component/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"wpZ" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"wqe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/grass_edge{ + dir = 1 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"wqi" = ( +/obj/effect/floor_decal/chapel{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"wqQ" = ( +/obj/machinery/holopad, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"wrh" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Library Conference Room" + }, +/turf/simulated/floor/wood, +/area/library) +"wrQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"wtl" = ( +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"wtM" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "cafe"; + layer = 3.1; + name = "Cafe Shutters" + }, +/obj/structure/table/marble, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"wwz" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/airless, +/area/shuttle/civvie/cockpit) +"wwG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/space) +"wwN" = ( +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"wxb" = ( +/turf/simulated/wall/prepainted/command, +/area/crew_quarters/sleep/HOP_quarters) +"wxw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"wxx" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/victory/surfacebase/sauna) +"wxJ" = ( +/obj/effect/floor_decal/chapel{ + dir = 4 + }, +/obj/structure/table/bench/wooden, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"wxP" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"wyc" = ( +/obj/structure/closet/crate/secure/weapon, +/turf/simulated/floor/tiled, +/area/space) +"wym" = ( +/turf/simulated/floor/tiled/steel_grid, +/area/victory/surfacebase/tram) +"wyP" = ( +/obj/landmark/spawnpoint/job/librarian, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/structure/bed/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"wyX" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library/study) +"wzg" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/hallway/secondary/docking_hallway) +"wzh" = ( +/turf/simulated/wall/prepainted/medical, +/area/medical/patient_wing) +"wzN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/stamp/internalaffairs, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"wAr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"wAB" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/library) +"wAS" = ( +/obj/machinery/tele_projector{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"wBM" = ( +/turf/simulated/wall/r_wall/prepainted, +/area/hallway/secondary/docking_hallway) +"wCb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"wDb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"wDH" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wEZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/ship/sensors{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/general) +"wFn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"wGj" = ( +/obj/structure/table/reinforced, +/obj/structure/panic_button{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/cockpit) +"wGG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/CE_quarters) +"wGN" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/chapel/main) +"wHY" = ( +/turf/simulated/floor/tiled/monofloor{ + dir = 1 + }, +/area/hallway/primary/aft) +"wIX" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled, +/area/space) +"wIY" = ( +/turf/simulated/wall/prepainted/command, +/area/lawoffice) +"wJf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"wJl" = ( +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/patient_wing) +"wJJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"wJX" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/obj/item/storage/briefcase{ + pixel_x = -2; + pixel_y = -5 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"wLm" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/coffee_shop) +"wLo" = ( +/obj/structure/dogbed{ + name = "pet bed" + }, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"wLx" = ( +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/maintenance/security/starboard) +"wOi" = ( +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wOA" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/stasis_cage, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/shuttle/excursion/cargo) +"wPw" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 1 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wPz" = ( +/obj/structure/flora/skeleton, +/turf/simulated/floor/plating, +/area/maintenance/central) +"wPB" = ( +/obj/structure/table/borosilicate, +/obj/structure/dancepole, +/turf/simulated/floor/wood, +/area/vacant/vacant_bar) +"wPV" = ( +/obj/machinery/holopad, +/turf/simulated/floor/carpet/purcarpet, +/area/space) +"wSl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"wSw" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/oracarpet, +/area/crew_quarters/sleep/CE_quarters) +"wSU" = ( +/obj/effect/floor_decal/sign/dock/one, +/turf/simulated/wall/r_wall/prepainted, +/area/space) +"wTx" = ( +/obj/machinery/suit_storage_closet, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"wTD" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/lounge) +"wUc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"wUf" = ( +/obj/machinery/door/airlock/glass/security{ + id_tag = "Checkpoint"; + layer = 2.8; + name = "Security"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/simulated/floor/tiled, +/area/space) +"wUl" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/pilot_prep) +"wUJ" = ( +/obj/machinery/door/airlock/command{ + name = "Private Restroom"; + req_access = list(); + req_one_access = list() + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"wVs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/spawner/window/low_wall/borosillicate/full, +/obj/effect/paint_stripe/violet, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/excursion/general) +"wVA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"wVY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"wWq" = ( +/turf/simulated/wall/prepainted, +/area/victory/station/stairs_four) +"wWR" = ( +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/tram) +"wWT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/beige/border{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"wXu" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/effect/floor_decal/techfloor{ + dir = 4 + }, +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"wXK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/space) +"wXT" = ( +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"wYc" = ( +/obj/machinery/door/window/westright{ + name = "Funeral Hall" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"wYg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Primary Tool Storage" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/maintenance/tool_storage) +"wYU" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hop) +"wZL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/space) +"wZQ" = ( +/turf/simulated/wall/wood/hardwood, +/area/victory/surfacebase/sauna) +"xaF" = ( +/obj/structure/closet/secure_closet/pathfinder, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/oxygen, +/obj/item/suit_cooling_unit, +/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, +/turf/simulated/floor/tiled, +/area/space) +"xaN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/item/radio/beacon, +/obj/effect/floor_decal/steeldecal/steel_decals_central6, +/turf/simulated/floor/tiled, +/area/bridge/hallway) +"xaQ" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"xch" = ( +/obj/machinery/door/blast/regular{ + id = "sensor-shroud"; + name = "Sensor Shroud" + }, +/turf/space, +/area/space) +"xdl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xdt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"xed" = ( +/obj/structure/table/woodentable, +/obj/item/storage/box/glasses/meta, +/obj/item/storage/box/glasses/meta, +/turf/simulated/floor/carpet/tealcarpet, +/area/crew_quarters/sleep/CMO_quarters) +"xef" = ( +/obj/machinery/camera/network/exploration{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"xfk" = ( +/obj/effect/floor_decal/corner/blue/full, +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"xft" = ( +/obj/effect/floor_decal/spline/fancy{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/water/deep/indoors, +/area/hydroponics/garden) +"xfQ" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/space) +"xgP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/primary/aft) +"xgT" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xhd" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + dir = 8; + icon_state = "right"; + name = "Reception Window" + }, +/obj/machinery/door/window/brigdoor/eastright{ + name = "Head of Personnel's Desk"; + req_access = list(57) + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "hop_office_desk"; + name = "HoP Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"xhP" = ( +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 13 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xhZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xii" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xjE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Public Heated Pool" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"xjI" = ( +/obj/structure/table/woodentable, +/obj/item/paper{ + info = "Look to the mice for answers."; + name = "strange note" + }, +/turf/simulated/floor/wood/broken, +/area/maintenance/security/starboard) +"xkO" = ( +/obj/machinery/fire_alarm/west_mount{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/heads/blueshield) +"xkX" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/space) +"xls" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xlM" = ( +/obj/item/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xlX" = ( +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"xmk" = ( +/obj/structure/table/standard, +/obj/item/multitool/victory_buffered, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/turf/simulated/floor/tiled, +/area/exploration/pilot_prep) +"xmw" = ( +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"xmE" = ( +/obj/structure/catwalk, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xmL" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "courser_docker_pump"; + power_rating = 20000 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/space) +"xna" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"xnh" = ( +/obj/machinery/recharge_station, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/space) +"xoh" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/courser/general) +"xoy" = ( +/obj/machinery/light/small, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/library) +"xoY" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"xoZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/space) +"xpv" = ( +/obj/machinery/air_alarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/reagent_dispensers/beerkeg/fakenuke, +/turf/simulated/floor/plating, +/area/maintenance/central) +"xpQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/grass_edge, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xpU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/exploration/courser_dock) +"xri" = ( +/obj/structure/window/reinforced, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/carpet/tealcarpet, +/area/shuttle/civvie/general) +"xsC" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/office) +"xtc" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xtj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xtw" = ( +/obj/structure/table/bench/wooden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"xtP" = ( +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"xtW" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/button/windowtint{ + dir = 4; + id = "pool_tint"; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/freezer, +/area/victory/surfacebase/sauna) +"xuK" = ( +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/spawner/window/low_wall/full/nogrille, +/turf/simulated/floor/plating, +/area/crew_quarters/lounge) +"xuR" = ( +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"xuV" = ( +/obj/effect/floor_decal/corner/blue/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"xvm" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/effect/mist, +/turf/simulated/floor/water/pool, +/area/victory/surfacebase/sauna) +"xvH" = ( +/obj/effect/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xvS" = ( +/obj/item/clothing/shoes/black, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xwo" = ( +/obj/machinery/fire_alarm/north_mount, +/turf/simulated/floor/wood, +/area/bridge/office) +"xwz" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/carpet/purcarpet, +/area/crew_quarters/coffee_shop) +"xwO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"xwU" = ( +/obj/effect/floor_decal/techfloor, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"xxb" = ( +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/maintenance/chapel) +"xxd" = ( +/obj/machinery/air_alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"xxf" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"xyG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"xzr" = ( +/obj/machinery/air_alarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera/network/northern_star{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 4 + }, +/obj/machinery/suit_cycler/exploration, +/turf/simulated/floor/tiled, +/area/space) +"xzs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/space) +"xzO" = ( +/obj/structure/table/woodentable, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/vacant/vacant_bar) +"xAa" = ( +/obj/machinery/camera/network/outside{ + dir = 5 + }, +/turf/space, +/area/space) +"xAd" = ( +/obj/structure/closet/largecardboard, +/turf/simulated/floor/tiled, +/area/maintenance/chapel) +"xBJ" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/bridge) +"xCr" = ( +/obj/effect/floor_decal/spline/plain, +/obj/item/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/lawoffice) +"xCy" = ( +/obj/structure/closet/lasertag/red, +/turf/simulated/floor/tiled/old_tile/red, +/area/maintenance/security/starboard) +"xCL" = ( +/obj/machinery/power/apc/south_mount, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/green, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xDl" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/cargo) +"xEh" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/brown/border, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/space) +"xEl" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/fire_alarm/north_mount, +/obj/machinery/suit_storage_unit/exploration, +/turf/simulated/floor/tiled, +/area/space) +"xFb" = ( +/obj/structure/closet/crate/trashcart, +/obj/random/maintenance, +/obj/random/maintenance, +/obj/random/maintenance, +/obj/random/drinkbottle, +/turf/simulated/floor/plating, +/area/maintenance/central) +"xFj" = ( +/obj/structure/closet/hydrant{ + pixel_x = 32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/turf/simulated/floor/plating, +/area/maintenance/central) +"xGU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/marble, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"xHb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"xHd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"xHo" = ( +/obj/machinery/air_alarm{ + pixel_y = 22 + }, +/obj/machinery/appliance/cooker/oven, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xHD" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xIb" = ( +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/obj/structure/table/bench/wooden, +/obj/effect/mist, +/turf/simulated/floor/wood, +/area/victory/surfacebase/sauna) +"xIk" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/component/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"xIq" = ( +/obj/machinery/atmospherics/component/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"xIC" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + name = "Exploration Showers" + }, +/turf/simulated/floor/tiled, +/area/space) +"xJO" = ( +/obj/effect/shuttle_landmark/victory/deck4/excursion_space, +/turf/space, +/area/space) +"xJZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"xKz" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xKD" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/HOP_quarters) +"xKW" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy, +/obj/structure/flora/pottedplant/stoutbush, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/space) +"xMN" = ( +/obj/machinery/camera/network/exploration{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/exploration/excursion_dock) +"xNI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/docking_hallway) +"xNZ" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"xON" = ( +/obj/machinery/door/firedoor, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/voidcraft/vertical, +/turf/simulated/floor/tiled/old_tile/green, +/area/shuttle/civvie/general) +"xPG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/shuttle/excursion/cargo) +"xPV" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/tiled, +/area/crew_quarters/lounge/kitchen_freezer) +"xQm" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/turf/simulated/floor/tiled/techfloor/grid, +/area/hallway/secondary/civilian_hallway_mid) +"xQD" = ( +/obj/machinery/shipsensors, +/obj/effect/floor_decal/spline/fancy{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/shuttle/excursion/general) +"xRc" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"xRj" = ( +/turf/space/basic, +/area/space) +"xSt" = ( +/obj/machinery/door/firedoor, +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/plating, +/area/space) +"xST" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/map_helper/airlock/door/int_door, +/obj/machinery/access_button/airlock_interior{ + dir = 1; + frequency = 1380; + master_tag = "deck4_dockarm2"; + pixel_x = -24 + }, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/space) +"xSZ" = ( +/turf/simulated/wall/r_wall/prepainted/exploration, +/area/exploration/medical) +"xTU" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/grass_edge, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xUp" = ( +/obj/effect/wingrille_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/shuttle/floor/voidcraft, +/area/shuttle/civvie/general) +"xUy" = ( +/obj/effect/floor_decal/grass_edge{ + dir = 5 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"xVw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/space) +"xXS" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/deluxe, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep/CMO_quarters) +"xYB" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/space) +"xYV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/department/bridge{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/victory/station/stairs_four) +"xZS" = ( +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/structure/closet, +/obj/random/soap, +/turf/simulated/floor/plating, +/area/maintenance/central) +"ybJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/hallway/secondary/docking_hallway) +"ycz" = ( +/obj/effect/floor_decal/spline/fancy, +/obj/machinery/porta_turret/stationary{ + gl_uid = "exploration"; + installation = /obj/item/gun/energy/phasegun; + name = "exploration turret"; + req_one_access = list(19,43,62,67); + uid = "exploration" + }, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/techfloor/grid, +/area/shuttle/excursion/general) +"ycC" = ( +/obj/machinery/camera/network/civilian, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ycW" = ( +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "bridge_lockdown"; + name = "Bridge Lockdown"; + pixel_x = -30; + pixel_y = 5; + req_access = list(19) + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/dark, +/area/bridge) +"ydy" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "courser_cannon_shroud"; + name = "Cannon Barrel Shutter"; + pixel_y = -23 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "courser_magazine_1"; + name = "Cannon Magazine One"; + pixel_x = -10; + pixel_y = -33 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "courser_magazine_2"; + name = "Cannon Magazine Two"; + pixel_x = 9; + pixel_y = -32 + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "courser_loading_1"; + name = "Magazine One Input"; + pixel_x = -10; + pixel_y = -42 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "courser_loading_2"; + name = "Magazine Two Input"; + pixel_x = 9; + pixel_y = -41 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "courser_cannon_chamber"; + name = "Cannon Chamber Shroud"; + pixel_y = -34 + }, +/turf/simulated/floor/plating, +/area/space) +"ydA" = ( +/obj/structure/table/standard, +/obj/item/defib_kit/loaded, +/obj/item/storage/firstaid/surgery, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/white, +/area/exploration/explorer_prep) +"yey" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/hydroponics/garden) +"yfe" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor/glass{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"yfo" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/courser/general) +"yfy" = ( +/obj/machinery/power/apc/west_mount, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security/starboard) +"yfG" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/aft) +"ygA" = ( +/turf/simulated/floor/carpet/tealcarpet, +/area/maintenance/central) +"yhF" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/tiled/techfloor/grid, +/area/victory/surfacebase/tram) +"yiH" = ( +/turf/simulated/wall/prepainted/civilian, +/area/vacant/vacant_bar) +"yiZ" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/exploration/courser_dock) +"yjr" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/crew_quarters/clownoffice) +"yjC" = ( +/obj/machinery/station_map{ + pixel_y = 32 + }, +/obj/effect/floor_decal/techfloor{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/hole{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/civilian_hallway_mid) +"ykT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/victory/surfacebase/sauna) +"ylC" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) + +(1,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(2,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(3,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(4,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(5,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(6,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(7,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(8,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(9,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(10,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xJO +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(11,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(12,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(13,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +psc +psc +dkX +dkX +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +vxr +rbp +nZb +nZb +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +yhF +arJ +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(14,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +joA +aKN +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(15,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +joA +joA +joA +joA +joA +qeZ +qeZ +qlw +qlw +qeZ +qeZ +joA +joA +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(16,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +vTv +jNg +jNg +jNg +bzE +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +joA +qeZ +tVb +ixK +geI +bnc +qeZ +joA +joA +joA +joA +uUK +nZb +nZb +cQp +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +qjN +sQl +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(17,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +kHU +mLJ +uLN +rdJ +dtE +rdJ +aIX +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +joA +qlw +nFg +kIy +gZU +gZU +qlw +joA +joA +joA +joA +uUK +uUK +sFX +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(18,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +lHf +dMx +mRX +rdJ +lIQ +rdJ +hBp +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +joA +qeZ +uzz +kIy +fqC +vYa +qeZ +joA +joA +joA +joA +uUK +nZb +nZb +poQ +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +xRj +cqc +cqc +cqc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(19,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xIC +wZL +unu +lyU +lpv +gGb +wXK +cgw +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +qTI +qTI +joA +joA +joA +joA +exE +bKZ +qeZ +qlw +qCw +qeZ +bKZ +exE +joA +izk +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +tmI +sQl +xRj +xRj +xRj +xRj +xRj +cqc +cqc +cqc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(20,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +rdJ +rdJ +rdJ +rdJ +tFw +rdJ +rdJ +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ris +ris +ris +ris +ris +ris +ris +ris +ris +nkp +nkp +eav +joA +joA +joA +xQD +bKZ +wEZ +cGG +lqO +fDv +bKZ +sEx +joA +joA +joA +uUK +nZb +nZb +osa +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +cqc +cqc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(21,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +psc +xRj +xRj +xRj +xRj +xRj +dkX +dkX +xSZ +xSZ +nTu +nTu +nTu +nTu +nTu +nTu +nTu +nkp +nkp +ePs +joA +rKO +joA +bKZ +bKZ +eAX +cGG +lqO +kDj +bKZ +bKZ +joA +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +wBM +wBM +wBM +sQl +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(22,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +bzE +psc +jNg +jNg +psc +bzE +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +xSZ +xSZ +nTu +nTu +nTu +nTu +nTu +nTu +nTu +nkp +nkp +ePs +joA +suA +qeV +qWg +fjB +cGG +cGG +lqO +cGG +fjB +qWg +hOJ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +wBM +wBM +wBM +sQl +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(23,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +psc +psc +psc +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +xSZ +xSZ +nTu +nTu +nTu +nTu +nTu +nTu +nTu +nkp +nkp +ePs +joA +suA +luN +qWg +fjB +cGG +cGG +saB +cGG +fjB +qWg +ycz +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +wBM +wBM +wBM +wBM +wBM +wBM +wBM +wBM +wBM +sQl +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(24,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +xSZ +nkp +nkp +bOq +joA +suA +vVZ +qWg +fjB +cGG +cGG +aFk +cGG +fjB +qWg +hSi +aKN +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +sQl +sQl +wBM +cqc +cqc +cqc +cqc +cqc +cqc +sQl +sQl +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(25,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xSZ +qhA +iwR +jag +jag +quA +saq +dXL +aIj +rdz +nkp +ePs +joA +suA +bKZ +bKZ +bKZ +hrd +cGG +lqO +nlh +bKZ +bKZ +bKZ +izk +joA +uUK +nZb +nZb +cQp +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +qjN +sQl +xRj +xRj +cqc +cqc +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(26,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +lta +mEg +mEg +mEg +mEg +ydA +bkR +rdz +rdz +nkp +ePs +joA +suA +aMu +pEF +gTH +hMQ +svZ +cXY +cGG +cVS +fPE +qWg +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +cqc +cqc +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bWr +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(27,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +bmD +mEg +wpZ +gNY +mEg +uyf +bkR +rdz +rdz +nkp +ePs +joA +suA +bKZ +fmb +hlP +sZF +giv +qWS +cGG +cGG +vHF +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(28,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +jwy +mEg +myn +pAX +mEg +uuC +bkR +rdz +rdz +nkp +ePs +ePs +suA +bKZ +bKZ +bKZ +bKZ +bKZ +aXD +cGG +cGG +wbx +bKZ +joA +joA +uUK +nZb +nZb +osa +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(29,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bFR +bFR +bFR +bFR +bFR +bFR +bFR +ili +ili +nkp +mxK +mEg +mEg +mEg +mEg +glY +bkR +rdz +rdz +nkp +ePs +ePs +suA +har +cib +vVT +cVS +jzd +jkQ +pSS +cGG +mEj +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(30,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +ili +nkp +jTN +ium +ium +kHv +afY +pVE +bkR +rdz +rdz +nkp +ePs +ePs +suA +bKZ +nNs +aAL +agV +bKZ +mOO +rpR +vqM +pxg +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +tmI +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(31,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +ili +nkp +bkR +gBG +gBG +gBG +uNb +gBG +bkR +rdz +kbw +nkp +waV +joA +suA +bKZ +jJv +wVs +bKZ +bKZ +ahi +bKZ +bKZ +bKZ +bKZ +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(32,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +uhG +joA +joA +suA +sXa +dYq +dYq +lOV +scX +aGA +pRd +jXV +jXV +sXa +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +qjN +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(33,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +iPx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +uhG +joA +joA +suA +sXa +kAU +lXS +nCK +xna +frn +jOl +fmn +dyP +sXa +joA +joA +uUK +nZb +nZb +cQp +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(34,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +iPx +iPx +iPx +iPx +iPx +iPx +iPx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +uhG +joA +joA +suA +sXa +vEX +iYo +hJV +eWE +vsK +fbe +jvT +voy +sXa +aKN +joA +uUK +nZb +nZb +poQ +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(35,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +gwu +joA +suA +sXa +geW +eUW +rNe +sXa +nrb +sXa +qXE +qyg +sXa +joA +joA +uUK +nZb +nZb +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(36,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +joA +joA +suA +sXa +xDl +xDl +rNe +joA +joA +sXa +vof +wOA +sXa +joA +joA +uUK +nZb +nZb +osa +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +uUK +mne +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(37,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +joA +joA +suA +xPG +ucd +ucd +wDb +joA +joA +hfG +trn +ucd +qFo +izk +joA +uUK +nZb +nZb +pRD +uUK +uUK +uUK +uUK +aKL +edY +aKL +uUK +uUK +uUK +pRD +iBx +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(38,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +trI +trI +trI +trI +trI +trI +trI +trI +tXI +qTI +joA +joA +suA +ceP +ceP +ceP +ceP +joA +joA +ceP +ceP +ceP +ceP +pWM +joA +uUK +jNC +rqI +aHm +lzf +cZl +cZl +usi +qlh +rJw +aXa +sqd +cZl +usi +jYq +gLm +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +dkX +mne +mne +eyi +eQl +xzs +xzs +svY +swq +mmg +svY +bMm +fmh +jVp +dkX +cpb +cpb +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(39,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tXI +qTI +joA +joA +suA +joA +sHS +joA +joA +cYO +sHS +joA +cYO +sHS +joA +vSp +joA +uUK +nZb +nZb +seH +lDt +tmL +tmL +tmL +wym +wym +wym +tmL +tmL +tmL +tbP +fth +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +cqc +wBM +cqc +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +mne +mne +fjA +kHH +mne +mne +kHH +fjA +mne +kHH +fjA +mne +cUV +dkX +rYj +sPS +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(40,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tXI +qTI +izQ +joA +jWV +eTR +qxW +cbd +eTR +ryd +xMN +hRj +ryd +lGt +hRj +hwW +joA +uUK +nZb +nZb +cqF +wym +wym +wym +wym +wym +tJq +wym +wym +wym +wym +wym +txV +sQl +xRj +xRj +xRj +xRj +cqc +cqc +cqc +cqc +sQl +sQl +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +iBS +iBS +iBS +iBS +iBS +iBS +iBS +dkX +mne +rcm +qik +eXk +pob +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(41,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +qTI +qTI +qTI +qTI +amJ +pOB +pzo +pzo +txk +txk +pzo +txk +txk +txk +pzo +pzo +nZb +nZb +nZb +nZb +wWR +rTZ +ito +ito +ito +rTZ +rTZ +rTZ +ito +ito +ito +rTZ +rSO +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +uHw +uaA +wfu +wfu +wfu +wfu +pAv +dkX +mne +eKd +nxI +hOd +fWk +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(42,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +mgA +qQe +bcg +qTI +gyS +joA +fAz +fix +wTD +wTD +ahL +oqH +fSO +wTD +iqj +jch +rTZ +rTZ +sQR +rTZ +rTZ +rTZ +sqa +sqa +sqa +rTZ +rTZ +rTZ +sqa +sqa +sqa +rTZ +gcd +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tCX +dkX +mne +mne +dkX +fpV +oiA +dkX +dkX +dkX +xnh +kDz +dkX +mne +iJu +dgq +tUt +poA +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(43,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tfx +tfx +tfx +tfx +tfx +tfx +tfx +tJg +gxB +tZN +tZN +tZN +tZN +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +sBt +bXx +fAz +oVm +hvo +dgF +cuA +wTD +wTD +wTD +kXM +mbY +rTZ +rTZ +qvn +rTZ +rTZ +tBo +sjw +tFS +rTZ +rTZ +rTZ +rTZ +rTZ +rTZ +rTZ +rTZ +pob +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +xRj +xRj +jNg +sQl +htr +sQl +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +fGf +mne +dkX +mRF +jjf +keP +mXt +hnG +vIY +dpS +dkX +mne +iJu +dkX +dkX +dkX +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(44,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ili +ili +tJg +gxB +gxB +gxB +gxB +gxB +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +kFF +jMJ +fAz +nif +eyn +aPx +wTD +udE +mmO +mmO +mmO +mbY +sti +iZc +iZc +sti +sti +sti +sti +cMJ +cMJ +afX +pjL +cMJ +cMJ +qUM +uty +uty +kAA +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +jNg +sQl +dry +sQl +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +uGO +avV +sVb +kOi +iIr +nIi +dkX +dkX +mne +vJK +dkX +fUM +jbz +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(45,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ili +ili +tJg +tJg +tJg +tJg +tJg +gxB +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +icW +xoY +fAz +hOL +uHc +maw +wTD +wTD +aNV +qqq +qqq +mmO +jKs +mRT +aVd +aNK +gXh +gXh +hhF +apf +agD +pgL +mne +jVG +sQl +pob +pob +pob +pob +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +sQl +vQN +hzU +sQl +rwD +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +dkX +dkX +gjL +dkX +hdp +dkX +aGj +dkX +dkX +mne +iJu +dkX +tkc +nMp +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(46,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ili +ili +tJg +tJg +tJg +tJg +tJg +gxB +tZN +tZN +tZN +tZN +mgA +tXI +tXI +qTI +aHh +joA +fAz +joB +vsf +iVk +wTD +wTD +aNV +qqq +qqq +mmO +nkN +lqh +vnQ +aNK +gXh +gXh +hhF +amu +reN +pgL +mne +oYa +sQl +pob +pob +pob +pob +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +xSt +uCu +hTg +arI +xST +rhG +tzn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kze +dkX +mne +mne +dkX +kaV +icC +dkX +dkX +dkX +xmL +iIf +ebH +mne +rXv +dkX +rKu +laK +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(47,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +gxB +tZN +tZN +tZN +tZN +bvo +aau +aau +qTI +amJ +pOB +fAz +fAz +fcl +jPH +xuK +xuK +mmO +nbm +mmO +mmO +ddh +tae +fqB +aNK +aNK +aNK +aNK +pfG +pgL +pgL +mne +ukx +sQl +sQl +sQl +sQl +sQl +sQl +xRj +xRj +xRj +xRj +jLe +jLe +jLe +jLe +sQl +xRj +xRj +xRj +xRj +jNg +jNg +xSt +quF +eoY +bAB +mTa +bew +hoc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +uCU +mne +dkX +gGl +bzP +dkX +vVE +dkX +fuR +vVS +lqD +uXJ +dUh +cdt +dnj +pBX +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(48,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +pob +pob +pob +pob +rdJ +gSS +cXT +tAk +cXT +cXT +iaB +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +xvH +sdd +vll +vll +cxg +iZR +vll +dAK +vll +vll +vll +dAK +vll +vll +vll +vll +dAK +vll +vll +vll +dAK +vll +vll +dAK +vll +eRR +sQl +sQl +sQl +sQl +sQl +sQl +sQl +sQl +ilO +wVY +fYz +sQl +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +mne +mne +dkX +dkX +vYN +lno +ydy +dkX +upy +dkX +dkX +mne +mne +cdt +dnj +xkX +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(49,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +ssu +pob +pob +pob +rdJ +pob +wHY +ihy +aau +aau +mBH +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +txj +tAw +tAw +tAw +cGC +tAw +tAw +axR +tAw +skd +tAw +axR +tAw +tAw +tAw +tAw +axR +skd +tAw +tAw +tAw +tAw +tAw +axR +tAw +dnj +dnj +dnj +dnj +dnj +dnj +dnj +dnj +xHD +xVw +fYz +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +mne +mne +aYh +dkX +mWf +pPU +oAZ +vdz +ipd +dkX +dkX +mne +mne +cdt +dnj +qrY +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(50,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +ssu +pob +bwl +iCK +eyp +lSc +aoJ +kFe +kEs +aoJ +juq +opn +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +rWo +cHu +iTz +iTz +iTz +yfG +iTz +iTz +ipC +ipC +xii +iTz +ipC +ipC +ipC +ipC +iTz +ipC +xii +ipC +iTz +ipC +ipC +iTz +ipC +ipC +tWE +tWE +tWE +tWE +tWE +tWE +tWE +tWE +aIY +gJJ +fYz +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kze +dkX +fGf +mne +mne +dkX +dkX +dkX +gDh +dkX +dkX +dkX +mne +mne +vkr +dkX +nTo +rxS +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(51,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +oDJ +hjz +jAG +cgw +xRj +fvk +pob +fOT +aCo +aCo +qEL +gyv +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +iAm +qRx +nnX +syr +pqO +pqO +wei +chb +pqO +lfu +fBm +chb +pqO +pqO +pqO +fBm +chb +lfu +pqO +fBm +pqO +pqO +fBm +chb +pqO +dnj +dnj +dnj +dnj +dnj +dnj +dnj +dnj +xHD +wVY +fYz +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +dGi +dkX +dkX +mne +mne +mne +qjN +dkX +qdx +dos +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(52,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +ssu +pob +kIs +ekF +rdJ +fSC +bNm +bUG +eNv +mwK +cVf +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +iAm +koO +aNK +aNK +aNK +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sti +sQl +sQl +sQl +sQl +sQl +sQl +sQl +wSU +xHD +wVY +fYz +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +pGP +qKF +amf +jud +rIW +mne +mne +mne +mne +dkX +fgz +evm +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(53,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +uCX +pob +kIs +oSx +rdJ +gkZ +pob +aCo +aCo +aCo +qEL +bvo +jLe +jLe +jLe +jLe +jLe +jLe +jLe +jLe +eQL +iAm +xwU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +iWI +cfh +emu +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +jqP +ufz +mcN +dkX +mne +mne +mne +mne +dkX +dkX +dkX +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(54,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +xEl +pob +kIs +naE +rdJ +vjS +pob +pob +pob +pob +lsx +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nLZ +tvS +dZr +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +sQl +xls +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +sKH +dkX +dkX +mne +mne +mne +nio +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(55,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +gud +pob +kIs +naE +rdJ +vDA +jXo +clB +jWs +mNu +aUt +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uDx +odj +twB +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +fRJ +bxc +jOI +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +mHi +dkX +dkX +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(56,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ogK +ogK +dkX +nCd +pob +kIs +oRQ +rdJ +rdJ +rdJ +rdJ +pob +pob +kEh +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOV +sXI +xwU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +hRF +wVY +qva +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +dkX +dkX +acr +dkX +dkX +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(57,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +ogK +ogK +ogK +ogK +ogK +ili +ili +dkX +sFB +sRK +bog +ayS +rdJ +pob +pob +pob +pob +pob +pob +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qOz +okH +jFO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +gKK +wVY +sho +sQl +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +fGf +mne +mne +mne +mne +dkX +rGc +dkX +mne +mne +mne +mne +qjN +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(58,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +sXg +oxc +oxc +oxc +oxc +oxc +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +jMS +hjz +uIC +rUz +rdJ +pob +pob +pob +pob +pob +pob +rdJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nNR +ebA +xtc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +sQl +nWQ +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +uCU +mne +mne +mne +mne +dkX +rEK +dkX +mne +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(59,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +pdu +oxc +qzP +ahT +hoa +qbH +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dfk +pob +kIs +uUa +rdJ +pmD +jtj +ala +pMo +kAO +jbB +rdJ +xRj +xRj +eUU +eUU +eUU +eUU +eUU +eUU +tVO +iAm +clz +eUU +eUU +eUU +eUU +eUU +eUU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +aIl +ogq +emu +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +dkX +jNg +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(60,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +plb +pdu +oxc +dIm +uze +lhZ +dhZ +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dfk +pob +kIs +oNQ +rdJ +rdJ +rdJ +qQg +poP +qQg +rdJ +rdJ +xRj +xRj +eez +eUU +eez +eez +eez +eez +eQL +xdl +mIj +eez +eez +eez +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +xHD +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +dkX +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +dkX +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(61,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +vca +pdu +umY +uze +cIC +trR +odY +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +hja +pob +kIs +uUa +rdJ +rEF +dDt +aID +ubd +ihG +nwQ +rdJ +xRj +xRj +eez +eez +eez +eez +eez +eez +wim +xgP +tfY +eez +eez +eez +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xSt +xHD +wVY +fYz +xSt +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tCX +dkX +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +mne +dkX +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(62,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +uze +pdu +oxc +uze +dhZ +kFr +uze +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +vTv +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +ili +ili +ili +ili +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +uaC +lwn +gmV +bqQ +rdJ +uxM +pob +dpf +gGO +cgw +qvM +rdJ +xRj +xRj +eUU +eUU +eUU +xRj +xRj +xRj +wim +xgP +oWB +xRj +xRj +xRj +eUU +eUU +eUU +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +sQl +lnR +eTg +emu +rwD +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +dkX +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dTn +dkX +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(63,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +dYN +pdu +oxc +uze +jfr +obp +cCy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +hja +pob +kIs +mHj +rdJ +ang +pob +evV +lQM +ugn +bmL +rdJ +xRj +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +eez +eez +xRj +xRj +urc +urc +urc +urc +urc +urc +nnP +yfe +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +xRj +jNg +jNg +sQl +aCx +lFl +fYz +xST +rhG +tzn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(64,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +qAx +pdu +oxc +oxc +oxc +oxc +oxc +bjg +bjg +bjg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dpf +hjz +jAG +cgw +rdJ +pGC +pob +pob +pob +qey +emL +rdJ +eez +eez +eez +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +eez +eez +xRj +urc +sdx +sWz +rFT +aju +gqZ +cUa +aPQ +sVm +dPQ +khD +vjT +xtw +hik +rxu +wGN +nEa +nnP +xRj +jNg +jNg +xSt +xHD +lFl +fYz +mTa +bew +hoc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(65,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +uze +pdu +oxc +xmw +uze +pMT +xmw +eNi +xAd +oxc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +pob +kIs +pob +rdJ +bcY +sHH +xaF +tIH +xzr +jAa +rdJ +oHN +iRB +kPv +wIY +wIY +wIY +wIY +wIY +wIY +wIY +wIY +xRj +xRj +xRj +xRj +xRj +oHN +iRB +kPv +xRj +urc +qWJ +eRi +ufQ +hro +gqZ +pAD +cWc +jeQ +oOx +ovt +khu +oYx +wqi +csq +onr +ojm +nnP +xRj +jNg +jNg +xSt +xHD +fjs +eTc +sQl +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(66,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +dIm +pdu +bMJ +uze +obb +dvF +uze +kMv +kfP +oxc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +vgr +aGI +fsR +llY +pQR +rdJ +qQg +qQg +rdJ +rdJ +rdJ +rdJ +rdJ +qZT +tMU +gbt +wIY +cgB +vcl +fNh +bRX +kab +wJX +wIY +xRj +xRj +xRj +xRj +xRj +qZT +tMU +gbt +xRj +urc +oUz +dOA +cyk +rRi +uWF +lns +fyz +hrH +lsW +pfA +mNO +eJe +cTe +lFq +srQ +ojm +nnP +xRj +jNg +jNg +kaO +oyd +iju +dtb +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(67,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +iyv +aGI +hXY +dBq +tfg +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +oYe +nRX +ftM +kbP +eoP +puC +raV +eaB +nEf +xCr +wIY +xRj +xRj +xRj +xRj +xRj +oYe +nRX +ftM +xRj +urc +kot +xHb +mfn +mfn +gqG +ntW +fCr +hYO +fmO +hpO +qZD +ctl +qZD +hpO +dGc +ojm +vYT +xRj +xRj +xRj +sQl +sQl +sQl +sQl +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(68,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +aGI +aGI +wtl +szl +tfg +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +byY +bZl +hbS +kbP +hey +puC +qzE +gvc +wzN +nuL +wIY +xRj +xRj +xRj +xRj +xRj +byY +bZl +hbS +xRj +urc +bdl +uQs +kMb +xuR +gqZ +pAD +jZL +dmO +kxa +ojm +kQS +sZS +ojm +ojm +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(69,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +oCN +dVW +vCO +lOs +xpU +fSE +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +clz +kbP +ivS +puC +puC +qzE +fUE +rCU +wIY +xRj +xRj +xRj +xRj +xRj +eQL +xgP +clz +xRj +urc +urc +urc +urc +urc +urc +uDE +job +dmO +kxa +gJj +ojm +bHg +ojm +gJj +uKB +ciK +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(70,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +mXO +mXO +mXO +mXO +mXO +mXO +vGO +sBr +wtl +uYH +kid +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +aMl +hDt +jxt +jxt +bkP +ljJ +dDm +wIY +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +xRj +nnP +eNY +eNY +bxv +eNY +nnP +geL +pxb +khu +wJJ +ovt +khu +ejb +wqi +csq +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(71,1,1) = {" +jNg +jNg +jNg +jNg +jNg +dzN +jMw +wSl +cRT +rfr +cRT +cRT +vTi +cRT +cRT +fvL +cRT +tsP +fsZ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +mXO +mXO +mXO +mXO +mXO +mXO +vGO +onw +wtl +fcu +xmk +wUl +bFR +xRj +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +kbP +niu +puC +puC +qzE +fUE +hJp +wIY +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +xRj +npu +aiV +nZq +nKg +pbT +jvK +esY +kYz +ftL +mWX +wxJ +ftL +gmp +rOm +cEY +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(72,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jPj +irX +sjP +rzs +hvu +pob +riK +kEh +pob +pob +riK +pob +pob +cci +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +mXO +mXO +mXO +mXO +mXO +mXO +vGO +yfo +aCq +fcu +mLh +aGI +aGI +aGI +dkX +dkX +dkX +xRj +xRj +eQL +xgP +bSd +kbP +kEB +puC +qzE +iEw +woe +cdx +wIY +xRj +xRj +xRj +xRj +xRj +eQL +xgP +bSd +xRj +nnP +eNY +eNY +ife +eNY +nnP +pAD +djr +pAD +tMy +khD +xaQ +khD +tMy +tLH +uKB +ojm +nnP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(73,1,1) = {" +jNg +jNg +jNg +jNg +jNg +klU +che +pob +pob +sSQ +ocK +dec +hJZ +saT +ocK +dec +ocK +saT +tLA +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +mXO +mXO +mXO +mXO +mXO +dVW +yfo +oCT +fcu +bKU +mRI +uba +uba +dnj +dnj +dkX +xRj +xRj +olB +xgP +clz +kbP +pjH +puC +raV +fLD +rpb +bEg +wIY +xRj +xRj +xRj +xRj +xRj +olB +xgP +clz +xRj +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +nnP +dtG +mJt +hbA +dtG +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(74,1,1) = {" +jNg +jNg +jNg +jNg +jNg +xRj +jTi +pob +pob +hgl +hAR +aDH +hAR +uDk +hAR +aDH +hAR +uDk +cci +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +mXO +mXO +mXO +oCN +dVW +pvb +jPL +nSW +kCI +jQF +uba +uba +dnj +dnj +dkX +xRj +xRj +jys +olt +wXT +wIY +nIu +rdf +hyL +rCH +jDn +piy +wIY +xRj +xRj +xRj +xRj +xRj +jys +olt +wXT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(75,1,1) = {" +jNg +jNg +jNg +jNg +jNg +xRj +dSQ +pob +pob +pob +pob +pob +pob +pob +pob +pob +pob +pob +cci +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oPo +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +oCN +dVW +bLC +dpg +bii +gRE +aGI +aXR +uba +dnj +dnj +dkX +xRj +xRj +rWo +sIF +clz +rFF +wIY +wIY +wIY +wIY +wIY +wIY +wIY +xRj +xRj +xRj +xRj +xRj +rWo +sIF +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(76,1,1) = {" +jNg +jNg +jNg +jNg +jNg +xRj +vpu +aKZ +gWq +fRf +jMn +kAA +jzc +crL +oSJ +aBr +sNR +lPB +xKW +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +kJi +dVW +dVW +aGI +aGI +aGI +aGI +aGI +sgr +hue +hue +dkX +xRj +xRj +eQL +xgP +maa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +maa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(77,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +kJi +dVW +xoh +uVB +yiZ +xef +dEt +rPt +uba +dnj +jMU +dkX +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(78,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +dkX +dkX +dkX +dkX +dkX +dkX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +oCN +kJi +dVW +eIv +fFJ +cPD +uba +uba +uba +uba +dnj +jMU +dkX +xRj +xRj +jux +olt +wXT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jux +olt +wXT +xRj +meE +meE +meE +meE +meE +meE +meE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(79,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dkX +eNt +pGg +fBI +iwF +xfQ +bul +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oPo +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +kJi +dVW +gva +hxi +alo +iRf +uba +uba +uba +dnj +jMU +dkX +xRj +xRj +eQL +xgP +fkm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +fkm +xRj +meE +pIB +rQc +aKC +wyP +rou +pul +iMY +hdt +cys +lEq +tmf +mqr +xlM +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(80,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +wwN +wPV +wwN +wwN +rKA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +kJi +aGI +aGI +aGI +aGI +aGI +aGI +aGI +aGI +dkX +dkX +dkX +xRj +xRj +rip +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rip +xgP +clz +xRj +meE +dkh +noZ +sDe +mrA +kqJ +pul +thX +aau +jyC +oTA +aQv +aoJ +aoJ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(81,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +byX +byX +byX +nBS +gxC +eOH +dTX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +bZe +bZe +dSB +fcc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +kJi +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +dhw +bZl +xtc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dhw +bZl +xtc +xRj +meE +oIm +ezT +wyX +lKS +bgE +pul +kyW +sXO +aau +xIq +pxF +aau +sXO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(82,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pob +pob +pob +vEi +kqD +phG +hkg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +faa +bZe +dSB +gAa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +oHN +iRB +kPv +xRj +xRj +xRj +xRj +bjg +bjg +bjg +bjg +bjg +bjg +bjg +xRj +xRj +oHN +iRB +kPv +xRj +meE +pul +pul +jTS +dub +jTS +pul +dsD +vzu +dsD +hvO +ush +dsD +vzu +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(83,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +qzd +kRF +aEB +kRF +clX +jIp +mKg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +bZe +faa +dSB +rKA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qZT +tMU +gbt +xRj +xRj +xRj +xRj +bjg +rqD +fLR +axd +sLs +qFN +bjg +xRj +xRj +qZT +tMU +gbt +xRj +iPW +haQ +tHB +uMM +amw +tkI +vbT +eeY +eOe +uvX +ceM +rJD +vNY +fsN +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(84,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pob +pob +pob +hTQ +cKP +pob +xEh +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMD +rKA +gPM +eUJ +kpe +dSB +iNf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oYe +nRX +ftM +xRj +xRj +xRj +xRj +bjg +vNz +lsZ +tWk +tWk +lQO +fIO +xRj +xRj +oYe +nRX +ftM +xRj +iPW +eOl +eOl +eOl +feB +tCG +rLV +fDJ +fDJ +fDJ +fDJ +hPn +eOl +uVf +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(85,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pob +pob +pob +pob +kEh +pob +qvM +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +dkX +bOF +wwN +quB +uvm +iSC +rKA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +byY +bZl +hbS +xRj +xRj +xRj +xRj +rGD +oVe +hfQ +nBa +heq +heq +fVV +xRj +xRj +byY +bZl +hbS +xRj +iPW +rqs +lEF +sfX +rRJ +sfX +wrh +eOl +eOl +eOl +eOl +nJA +eOl +ltO +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(86,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uhc +pmD +jtj +ala +pMo +kAO +jbB +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +rdJ +rKA +rKA +rKA +aek +eMS +fdP +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +clz +xRj +xRj +xRj +xRj +bjg +kiQ +bjg +bjg +bjg +bjg +bjg +xRj +xRj +eQL +xgP +clz +xRj +iPW +aqR +mJP +mJP +mJP +mJP +mJP +mJP +wAB +mJP +eOl +fDI +tsT +dsD +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(87,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +rdJ +xfQ +sBI +fXq +rdJ +hOW +bQH +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +oCN +oCN +oCN +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +xRj +xRj +xRj +xRj +bjg +iLD +bjg +xRj +xRj +xRj +xRj +xRj +xRj +rlK +xgP +clz +xRj +iPW +wAB +scN +mJP +hOF +uvU +jTs +jTs +rVX +jCV +fDJ +fOe +xoy +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(88,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +rdJ +rdJ +rdJ +rdJ +rdJ +vpO +wJf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nld +xgP +adZ +xRj +iPW +mgg +qSq +kNK +aVu +ugs +mJP +mJP +fJm +mJP +eOl +eOl +shJ +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(89,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +aFa +aFa +aFa +aFa +aFa +aFa +xRj +eQL +xgP +bSd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +bSd +xRj +xRj +iPW +fJm +uFu +rXg +qZR +mJP +kjF +jnZ +sLI +lCx +eOl +eOl +eOl +iEX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(90,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +rTu +xRj +xRj +xRj +aFa +tHJ +maM +sNr +gpv +kiD +xRj +olB +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +olB +xgP +clz +xRj +xRj +xRj +iPW +mJP +mrS +rXg +vrC +mJP +kjF +jnZ +sLI +dsD +vvP +tbS +vvP +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(91,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bPU +lcW +aFa +aFa +aFa +tMg +nSH +piB +piB +kiD +xRj +jys +olt +wXT +xRj +uTr +vvR +uTr +qJG +ggL +ggL +ggL +jmz +jys +olt +wXT +xRj +xRj +xRj +iPW +dRt +mJP +mJP +mJP +mJP +mJP +uau +jNp +dsD +mJP +uau +mJP +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(92,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pTh +ecK +aFa +kYx +piB +mMT +nSH +lEw +lEw +kiD +xRj +rWo +sIF +clz +xRj +wPz +byt +fop +qJG +czH +khS +khS +tuY +rWo +sIF +clz +xRj +xRj +xRj +iPW +fMh +vuK +bsZ +mJP +mJP +kjF +cHX +vaR +dsD +kjF +jnZ +bnw +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(93,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pfO +xHd +aFa +xwz +piB +mMT +nSH +lDo +rzS +aFa +xRj +eQL +xgP +maa +xRj +byt +byt +hlO +qJG +jBm +izO +vmY +oRw +eQL +xgP +maa +xRj +xRj +xRj +iPW +vuf +mJP +mJP +mJP +mJP +kjF +aXb +voN +dsD +kjF +oGx +voN +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(94,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ikV +oKe +aFa +kLc +lus +lus +gCd +dGT +goT +iiq +xRj +eQL +xgP +ifQ +xRj +ugo +mER +mER +mER +xhd +ePo +vqA +mER +eQL +xgP +ifQ +xRj +xRj +xRj +iPW +eDF +plx +plx +ect +bIw +dsD +dsD +dsD +dsD +dsD +dsD +dsD +dsD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(95,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pst +xHd +aFa +cEN +rlA +rlA +cvx +rlA +rlA +mgS +xRj +oHN +iRB +kPv +xRj +ugo +tnA +mBh +jnl +uzY +emV +vdF +mER +oHN +iRB +kPv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(96,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +vYM +tsf +unE +ofn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +nAT +xHd +aFa +vce +ghr +wtM +cPp +eaK +rBZ +nTC +xRj +qZT +tMU +gbt +xRj +ugo +iVV +mlA +mlA +mlA +nHP +vGH +mER +qZT +tMU +gbt +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(97,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +eoX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +vYM +ert +fYF +kjn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +saW +xHd +aFa +icA +pzu +ifX +cPp +eaK +noo +aFa +xRj +oYe +nRX +ftM +xRj +ugo +jsb +peJ +uDt +qHS +gUh +iWC +mER +oYe +nRX +ftM +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(98,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +pmV +pBa +ndA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +wTx +qwZ +tsf +kjn +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tps +boL +utu +dYP +mwp +ifX +cPp +eaK +nPI +aFa +xRj +byY +bZl +hbS +xRj +ugo +iZf +tfv +tfv +sWc +qLk +sFn +mER +byY +bZl +hbS +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(99,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +sgq +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +jRW +edF +tsf +uft +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dCO +ouH +aFa +vtb +flK +ifX +gmJ +rbv +bWH +kiD +xRj +eQL +xgP +clz +xRj +axv +feD +raA +dEr +sWc +mlA +mlA +mER +eQL +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(100,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +dkX +dkX +dkX +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +sMV +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +eGI +erV +tsf +lZv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bPU +aFa +gLA +wLm +pcR +loh +dQJ +rTs +kiD +xRj +rlK +xgP +clz +xRj +ugo +taX +esN +esN +fsG +mlA +wYU +msB +rlK +xgP +clz +xRj +xRj +xRj +isf +ucD +nkk +nkk +skf +mTU +nkk +nkk +ucD +isf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(101,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +toF +hFN +hFN +nwm +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +uhE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +jkS +pfk +jor +imI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mwl +aFa +gqq +sEz +mXP +hJW +eaK +mJy +aFa +xRj +nld +xgP +adZ +xRj +ugo +mER +mER +mER +mER +mER +mER +mER +nld +xgP +adZ +xRj +xRj +xRj +iAK +qYI +fXA +nkk +clE +npO +nkk +fXA +tFC +hbF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(102,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +wwG +syO +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +eoX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +jkS +fbr +nct +iif +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +fZy +cfv +fZy +fZy +dOB +eaK +qbM +aFa +xRj +eQL +xgP +bSd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +bSd +xRj +xRj +xRj +rWf +nNo +ekR +nkk +tNi +uxn +fmw +nHt +jQd +rWf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(103,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +nAF +ddG +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +oKo +lnF +bAc +bRa +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kMD +qCb +jNH +xCL +fZy +xRj +xRj +xRj +xRj +xRj +olB +xgP +clz +xRj +xRj +aLV +aLV +aLV +aLV +aLV +xRj +xRj +olB +xgP +clz +xRj +xRj +xRj +rWf +gEb +mVc +nkk +wgE +gRB +kOk +qQK +dOW +rWf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(104,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +ovp +kxn +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uaF +ozZ +iCg +fhK +fhK +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xHo +muT +nYt +sBP +fZy +xRj +xRj +xRj +xRj +xRj +jys +olt +wXT +xRj +xRj +aDX +ctS +kYE +oZB +aLV +xRj +xRj +jys +olt +wXT +xRj +xRj +xRj +mVP +tRJ +gVv +nkk +fLT +xON +nkk +bYt +tRJ +tYg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(105,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dkX +fHh +xYB +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +aAt +gwz +vIw +nmq +fZy +xRj +xRj +xRj +xRj +xRj +rWo +sIF +clz +xRj +xRj +aLV +lCd +ghn +meH +aLV +xRj +xRj +rWo +sIF +clz +xRj +xRj +xRj +jNg +fXA +uPB +qJO +iRz +dFj +urL +iiI +fXA +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(106,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +inw +nuU +oeU +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +aNK +oYj +nvI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +kvM +muT +lXt +qeJ +fZy +xRj +xRj +xRj +xRj +xRj +eQL +xgP +maa +xRj +xRj +sTF +sAo +bLT +qXL +aLV +xRj +xRj +eQL +xgP +maa +xRj +xRj +xRj +jNg +xUp +jmU +xri +iLZ +lVu +jcv +jmU +xUp +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(107,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +rdJ +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +pQo +xhP +qum +xPV +fZy +xRj +xRj +xRj +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +aLV +aLV +aLV +aLV +aLV +xRj +xRj +eQL +xgP +ifQ +xRj +xRj +xRj +jNg +fXA +lAO +uJA +jsj +aSd +qoL +bYy +fXA +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(108,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +muZ +mdo +omA +iPD +qVT +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fZy +fZy +fZy +fZy +fZy +fZy +xRj +xRj +xRj +xRj +xRj +jux +olt +wXT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jux +olt +wXT +xRj +xRj +xRj +jNg +xUp +jmU +uXd +iLZ +lVu +sks +jmU +xUp +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(109,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +leE +qQJ +pob +qnG +mAC +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +qBc +uaF +uaF +uaF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xxb +pdu +oxc +oxc +oxc +oxc +oxc +oxc +oxc +oxc +xRj +xRj +xRj +xRj +eQL +xgP +fkm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eQL +xgP +fkm +xRj +xRj +xRj +jNg +fXA +sfh +tQt +eTt +lVu +aWX +mcY +fXA +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(110,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +fiu +car +car +car +joN +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +qBc +doM +nVs +fhK +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uze +pdu +mYb +skq +kvR +oNi +gjY +dzM +jpf +mYb +xRj +xRj +xRj +xRj +oHN +iRB +kPv +twI +twI +twI +xjE +twI +twI +twI +twI +twI +rip +xgP +clz +xRj +xRj +xRj +jNg +isf +isf +isf +isf +oOL +isf +isf +isf +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +puF +tOv +jdj +glq +jdj +cyD +cyD +mOV +mOV +mOV +mOV +mOV +fZY +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(111,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +iLb +eGS +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +gjr +gjr +gjr +gjr +uaF +rcq +fhK +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qAx +lQC +mYb +mUT +ckl +cmM +qYE +euS +cTH +mYb +mYb +mYb +mYb +qZT +tMU +gbt +xRj +twI +oHX +kXe +ntG +dBL +kmI +bRS +vMW +twI +dhw +bZl +xtc +xRj +xRj +xRj +jNg +wwz +fvW +vRP +dRp +aJQ +wGj +fvW +tDC +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +sEA +sEA +coK +oVo +jdj +cyD +cyD +cyD +cyD +cyD +cyD +cyD +iwC +kSZ +lft +sAS +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(112,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wIX +iGx +gja +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +wzg +wzg +wzg +wzg +fBz +uXK +fhK +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dIm +pdu +mYb +avM +jwc +gas +sJi +sJi +sJi +sJi +jXa +woV +jTK +oYe +nRX +ftM +xRj +twI +sne +qOk +ykT +kZt +twI +twI +twI +twI +oYe +nRX +ftM +xRj +xRj +xRj +jNg +jNg +nzy +hHd +vld +tQg +iCl +nzy +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xjI +cyD +jdj +jdj +jdj +jdj +jdj +jdj +cyD +cyD +cyD +cyD +cyD +pDd +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(113,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +pob +pob +tyc +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +dNq +wzg +wzg +wzg +oFx +rcq +wby +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gkR +pdu +mYb +eJs +dqb +spc +fRL +uue +uue +oEf +hws +foc +xpQ +byY +bZl +hbS +xRj +twI +sne +qOk +jxe +nLd +kmI +oFO +bpS +twI +byY +bZl +hbS +xRj +xRj +xRj +jNg +jNg +nzy +nzy +fEx +fEx +nzy +nzy +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +aka +cJh +lID +jdj +cyD +oDQ +kSZ +jdj +jdj +jdj +jdj +jdj +jdj +jdj +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(114,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +bfO +pob +nMh +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +oFx +gDL +vww +kxe +jMp +ybJ +oFx +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gkR +pdu +mYb +wqe +pvF +pOC +ePR +hfp +uue +pAM +pOC +fZp +dvb +eQL +xgP +clz +xRj +twI +gnr +wxx +jym +vkl +twI +twI +twI +twI +eQL +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +kSZ +cyD +cyD +kSZ +jdj +uHE +oIZ +wxP +pPX +jdj +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(115,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wyc +pob +cUt +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +nTf +xIk +kMQ +oFx +nZR +oFx +pAb +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gkR +pdu +mYb +bHQ +cri +arW +svn +oqJ +hJO +tbI +gVE +bxI +hkm +rlK +xgP +clz +xRj +twI +bdt +bRS +bRS +vkl +biT +bjw +kXr +twI +rlK +xgP +clz +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vde +fOY +vte +jdj +cyD +cyD +cyD +cyD +oQY +sEA +sEA +rgW +rBw +biu +kNR +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(116,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wyc +gsj +kpN +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +uaF +uaF +uaF +uaF +xNI +wYc +gUN +mKq +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uze +pdu +mYb +nKO +amc +coH +ylC +uue +uue +pAM +uYs +fZp +xTU +nld +xgP +adZ +xRj +twI +maJ +rbW +opm +lwU +nLd +bjw +atV +twI +nld +xgP +adZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +dNv +dNv +xmE +dNv +dNv +dNv +dNv +jdj +pPX +sEA +rgW +khQ +blv +kNR +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(117,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +wyc +hSU +kvI +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dIm +pdu +mYb +nKO +vWs +sbD +teT +uue +uue +ubg +vxs +sPy +cAt +eQL +xgP +bSd +xRj +twI +nzK +bjw +vkl +bRS +vkl +bjw +ihi +twI +eQL +xgP +bSd +xRj +pbo +oeE +oeE +oeE +hYh +eza +oeE +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +kSZ +dNv +cyD +dNv +jdj +lOX +sEA +rgW +ciW +kJp +kNR +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(118,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +scr +aVF +joU +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gzm +pdu +qhK +pdu +mYb +iBZ +vyg +doC +nNH +uue +uue +iQL +pRV +iQL +qtB +olB +xgP +clz +xRj +twI +mRl +gjv +rln +tDB +tTD +gjv +cbS +twI +olB +xgP +clz +xRj +aNK +anp +fOY +tUY +oAT +kSZ +kSZ +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +oDQ +cyD +wzh +wzh +qXp +wzh +dNv +jdj +ctY +mak +fPa +pPX +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(119,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +qfY +kIs +bnJ +pbY +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uze +xxb +ujK +pdu +mYb +owz +bsl +eLu +ibU +plz +plz +plz +yey +plz +cEb +jys +olt +wXT +xRj +wZQ +wZQ +wZQ +iQk +wZQ +ulc +wZQ +wZQ +wZQ +jys +olt +wXT +xRj +pgL +dth +dth +dth +jhJ +dth +dth +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +wzh +wzh +wJl +eUD +wzh +huP +jdj +lft +lft +lft +lft +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(120,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +pob +kIs +tVX +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +iWc +hqK +mYb +kxk +pOC +uqY +nCE +uue +uue +uue +pyh +uue +qLG +rWo +sIF +clz +xRj +wZQ +ftb +xtW +jOr +wZQ +lPo +hJE +gvL +wZQ +rWo +sIF +clz +xRj +kwF +iui +cTE +rBP +nMY +nQj +dth +xRj +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +ulS +eMF +eaR +eUD +wzh +dNv +cyD +cyD +lft +lft +lft +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(121,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +kHM +kIs +kcJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lhZ +pdu +mYb +tep +pOC +nRR +teT +uue +uue +iQL +hZk +sDi +ahv +eQL +xgP +maa +xRj +wZQ +ftn +cJy +eHF +wZQ +eIl +izy +okP +wZQ +eQL +xgP +maa +xRj +ohW +dth +lIw +qLQ +yjr +gPm +dth +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +tPy +vTh +ckU +mha +wzh +dRO +cyD +cyD +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(122,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +rdJ +wUf +rdJ +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lOO +pdu +esp +hJi +hgo +hrv +aGL +fFM +uue +iZX +arr +hGU +qBg +eQL +xgP +ifQ +xRj +wZQ +hsu +kWo +mXd +sYk +kHE +xvm +sve +wZQ +eQL +xgP +ifQ +xRj +ohW +dth +pOh +tpH +alU +oAa +dth +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +weh +weh +weh +eUD +wzh +dNv +cyD +cyD +lft +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(123,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +nui +apg +khT +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lhZ +pdu +mYb +qdE +nwz +xft +dIE +bFn +rZl +rVI +aMy +hfY +dgm +jux +olt +wXT +xRj +wZQ +oYJ +gAi +eYk +sYk +bRC +pgF +izz +wZQ +jux +olt +wXT +xRj +oeW +dth +dth +dth +dth +qHn +dth +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +tci +esm +tPH +dBa +wzh +dNv +lAI +cyD +lft +tFU +cgo +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(124,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +iLv +kHn +nHB +gaj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gMJ +pdu +mYb +jsH +uhY +esI +cKW +bFn +uue +xKz +amc +vyg +adp +eQL +xgP +fkm +xRj +wZQ +ikk +gAi +eYk +sYk +bRC +pgF +oAh +wZQ +eQL +xgP +fkm +xRj +oeW +sCh +iso +sly +dth +rEd +dth +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +oxx +esm +fmm +eUD +wzh +dNv +cyD +wne +lft +lft +lft +sAS +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(125,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +suU +xoZ +fnT +vGJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mZA +ftU +mYb +eFG +bwJ +jzT +cXG +rzL +uue +xKz +vyg +pOC +ofd +rip +xgP +clz +xRj +wZQ +ibx +nFT +pkq +jpl +bMt +hgn +dnu +wZQ +rip +xgP +clz +xRj +oeW +dpb +jrm +lhL +oeW +oeW +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +wzh +wzh +wzh +wzh +thc +wzh +dNv +jdj +jdj +jdj +cyD +lft +bph +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(126,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +tgY +pdw +vmt +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +lhZ +pdu +mYb +hGB +aUs +iQS +lVq +bFn +uue +xKz +pOC +vyg +bIp +dhw +bZl +xtc +xRj +wZQ +ibx +ibx +iDW +wZQ +gZf +cVE +xIb +wZQ +dhw +bZl +xtc +xRj +oeW +mrJ +wge +loX +ujD +qoX +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +cyD +cyD +jdj +lAI +dNv +kSZ +dNv +jdj +cyD +vde +cyD +cyD +bph +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(127,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +rdJ +lYx +rdJ +lYx +rdJ +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mfu +pdu +mYb +uMq +sQf +hLV +dCX +kPw +uue +uue +rZl +sJi +uNT +xRj +bTI +hhy +lNo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bTI +hhy +lNo +xRj +xRj +oeW +fPp +iuu +ofG +oeW +nVc +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +cyD +cyD +jdj +phr +dNv +dNv +dNv +fnF +cyD +cyD +cyD +cyD +cyD +rUF +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(128,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +keD +xxb +mYb +jfm +lcR +fmJ +apK +wFn +nbg +esr +vdw +dyH +fJS +xRj +vsG +hhy +uxe +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vsG +hhy +uxe +xRj +xRj +oeW +oeW +aNv +oeW +oeW +oeW +oeW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +cyD +cyD +jdj +cyD +dNv +cyD +jdj +jdj +cyD +cyD +cyD +cyD +cyD +dqg +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(129,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +gMJ +uze +mYb +xUy +mpL +tmc +otM +rhR +kim +gAb +gAb +ckq +odX +xRj +yjC +hhy +uJm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +yjC +hhy +uJm +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +xgT +cyD +jdj +kSZ +dNv +cyD +jdj +xRc +cyD +cyD +cyD +cyD +cyD +dqg +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(130,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ycC +hhy +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ycC +hhy +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +cyD +dNv +cyD +jdj +teS +cyD +cyD +cyD +ksB +cyD +dqg +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(131,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tjm +lUh +edR +tjm +tjm +wUc +tjm +hgT +ueR +oAD +kKH +kef +hgT +tjm +vGA +hhy +ngd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vGA +hhy +ngd +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +cyD +cyD +kSZ +cyD +dNv +cyD +jdj +lAI +jdj +jdj +jdj +jdj +jdj +jdj +lft +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(132,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +aFo +aFo +aFo +aFo +gBt +wxw +kKt +hWM +ipW +irE +irE +xJZ +hWM +irE +jGf +vOU +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jGf +vOU +eLC +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +dNv +dNv +dNv +dNv +dNv +cyD +jdj +cyD +cyD +cyD +cyD +sEA +sEA +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(133,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oYV +eEJ +wXu +thT +lmB +brQ +jOq +oCc +jYo +thT +gnm +sSr +oCc +jOq +mhL +mWz +cYl +xRj +xRj +own +own +stV +own +own +xRj +mhL +mWz +cYl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +cyD +kSZ +lAI +jdj +cyD +dNv +kSZ +jdj +oGE +cyD +cyD +cyD +wLx +mUO +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(134,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +yiH +yiH +yiH +yiH +yiH +yiH +uoD +xzO +pdK +ceG +sle +asR +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dDd +pcK +pcK +pcK +pcK +pcK +pcK +eez +hhy +jpO +xRj +xRj +own +qTR +kPs +whp +own +xRj +eez +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +jdj +dNv +dkf +jdj +jdj +jdj +eXv +cyD +rku +mGw +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(135,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +kBl +pWq +xyG +lLc +asR +ceG +ceG +ceG +ceG +eWd +asR +hqO +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +rXC +aqP +fSZ +fRp +ctD +pcK +dKl +hrs +pvA +xRj +xRj +own +aDc +qfo +iyz +own +xRj +dKl +hrs +pvA +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +kBR +jdj +fDQ +liM +jdj +vIe +jdj +jdj +teS +cyD +cyD +cyD +pQg +jhs +sEA +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(136,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +opC +ceG +gnD +bQx +hkO +hkO +hkO +aBi +gER +mID +hqO +mID +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +wYg +bIF +bIF +bIF +dOz +rXC +pcK +lSz +kzB +rCI +xRj +xRj +own +oIG +gPV +fMf +own +xRj +lSz +kzB +rCI +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xvS +jdj +mYH +cyD +wbu +dNv +lAI +jdj +xRc +cyD +cyD +cyD +sEA +sEA +rUF +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(137,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vgW +vgW +fhC +ceG +nZD +gnD +aBi +juQ +hkO +eWd +hqO +wPB +hqO +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pcK +vTH +rXC +jZp +sGG +fFn +pcK +lOq +xwO +adT +xRj +xRj +own +own +caS +own +own +xRj +lOq +xwO +adT +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +sZk +jdj +fNJ +cyD +jdj +dRO +dNv +uEN +dNv +dNv +dNv +dNv +sEA +bph +rUF +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(138,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOo +vgW +vgh +ceG +vxd +hkO +hkO +hkO +hkO +gnD +mID +hqO +hqO +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +nKb +rXC +ucz +sGG +tuw +pcK +bTI +hhy +qzG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bTI +hhy +qzG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +aSm +jdj +qOl +xCy +jdj +dNv +dkf +jdj +wne +phr +cyD +cyD +lft +bph +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(139,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOo +vgW +lLc +ceG +lLc +ceG +aBi +ceG +ceG +ceG +eWd +eWd +mID +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +vJp +uhT +gug +sGG +rkb +pcK +eNZ +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eNZ +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +bzE +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jdj +jdj +jdj +jdj +jdj +uwd +jdj +jdj +jdj +jdj +jdj +lft +lft +sAS +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(140,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vOo +vgW +tQu +hVY +coo +nqR +tbQ +myU +jEr +gIY +ceG +wfl +eWd +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pcK +jJV +dqY +ilP +sGG +tXo +pcK +fVU +lTA +nNp +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fVU +lTA +nNp +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +pop +cyD +dJe +jdj +cyD +dNv +cyD +cyD +cyD +ssZ +mhR +kRj +jNg +jNg +klc +klc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(141,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dfU +jNg +jNg +xRj +xRj +xRj +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tYv +vgW +nQR +nQR +nQR +lHa +nQR +nQR +nQR +nQR +nQR +nQR +nQR +nQR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +snQ +rXC +eDV +tqr +sGG +ctD +pcK +tsU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tsU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +dNv +dNv +kNs +dNv +dNv +dNv +dNv +dNv +cyD +aKv +kRj +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(142,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kRq +jkq +oLF +wAr +sCW +bIF +rOW +vGA +hhy +uXy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vGA +hhy +uXy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +dNv +cyD +cyD +wCb +cyD +kSZ +kSZ +aMc +lzA +cyD +cyD +kRj +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(143,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dDd +pGO +fef +tme +kkT +dtm +pcK +fDi +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +fDi +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +psc +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +wni +jdj +dfS +dfS +dfS +dfS +dfS +dfS +dfS +dfS +dfS +dfS +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(144,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +hvp +hvp +hvp +hvp +hvp +hvp +hvp +hvp +iqo +iqo +iqo +iqo +iqo +iqo +iqo +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dGX +xQm +giF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dGX +xQm +giF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(145,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +dDx +nUC +xed +ixz +iPS +xXS +eUo +hvp +cAF +uni +cLM +wSw +sIg +cSS +cJE +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eUU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eUU +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(146,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +oZw +dqo +arP +dqo +nZl +dMa +pYI +hvp +dgt +dUe +cLM +sFu +dpE +fAR +fAR +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uTr +xRj +xRj +eez +hhy +qdu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +hhy +qdu +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(147,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +hVk +dqo +urh +cPh +iPS +iPS +iPS +hvp +cLM +mma +cLM +wLo +enn +wox +uqo +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +dFa +fUg +dFa +dFa +baZ +wOi +sIK +xRj +ehT +hlO +xRj +xRj +eez +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +eez +hhy +mTR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(148,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +czv +gkp +eNz +sfB +fsb +sfB +bCL +hvp +qTM +qTM +aqI +qTM +qME +tDK +tDK +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +tCX +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +aPj +xsC +tCP +uFy +baZ +wOi +sIK +xRj +byt +byt +xRj +xRj +xRj +dGX +rXE +jpO +xRj +tuO +qyL +qyL +tuO +xRj +dGX +rXE +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(149,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +iwD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +jBQ +lNH +bHe +awW +cGN +hEs +dCl +hvp +nzw +qTM +qTM +gnb +wGG +uRE +maZ +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +xwo +dOG +pQu +iMc +baZ +wOi +sIK +xRj +byt +hlO +xRj +xRj +xRj +xRj +vsG +hhy +jpO +qyL +kWJ +kWJ +qyL +vsG +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(150,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +vNu +waj +iIx +gED +phc +nfJ +kGi +hvp +dKn +tCW +tjU +hTM +iHc +fkf +qZu +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +wrQ +qzh +pqe +iMc +baZ +wOi +sIK +xRj +byt +hlO +xRj +xRj +xRj +xRj +vAn +hhy +uXy +qyL +kWJ +kWJ +kWJ +vAn +hhy +uXy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(151,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hvp +hvp +hvp +eDy +hvp +hvp +hvp +hvp +hvp +iqo +iqo +iqo +iqo +mew +iqo +iqo +iqo +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +sQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +vqJ +vpK +jKE +iMc +qln +wOi +sIK +xRj +byt +pFN +xRj +xRj +xRj +xRj +ifq +iSe +giF +qyL +kWJ +kWJ +kWJ +ifq +iSe +giF +xRj +xRj +xRj +xRj +xRj +dNv +cyD +jdj +cyD +cyD +iwC +cyD +jdj +tvy +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(152,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +ihK +esO +fge +fJz +baZ +wOi +sIK +xRj +byt +lRe +xRj +xRj +xRj +xRj +ycC +hhy +jpO +qyL +kWJ +kWJ +qyL +ycC +hhy +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dzf +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(153,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +dHq +nka +iMc +cHj +baZ +wOi +sIK +xRj +izR +uTr +xRj +xRj +xRj +xRj +iKm +nNT +jpO +tuO +qyL +qyL +tuO +iKm +nNT +jpO +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bVS +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(154,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mgO +mgO +kKo +dFa +dFa +kKo +kOQ +wOi +sIK +byt +byt +byt +xRj +xRj +fVU +lTA +nNp +eUU +eUU +eUU +eUU +eUU +eUU +eUU +eUU +eUU +fVU +lTA +nNp +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +aYQ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(155,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +wxb +wxb +wxb +ooD +wxb +wxb +wxb +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +usG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +elR +elR +elR +elR +elR +kOQ +kOQ +wOi +sIK +hlO +byt +vEl +xRj +xRj +thM +nqz +djF +eez +eez +eez +eez +eez +eez +eez +eez +eez +thM +nqz +djF +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jdj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(156,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rbl +kOV +ber +fAa +cTV +pDq +mGa +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hlO +bNR +xRj +xRj +xRj +xRj +wOi +sIK +uTr +izR +uTr +xRj +xRj +tCh +maq +oPW +eez +eez +eez +eez +eez +eez +eez +eez +eez +tCh +maq +oPW +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +kSZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(157,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +oEA +xKD +fkS +dIv +usY +cZJ +wxb +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +baZ +baZ +lCw +baZ +dam +baZ +baZ +baZ +wOi +sIK +hlO +byt +xFb +hcC +kXy +ehT +hlO +xZS +cvL +vZH +wWq +oOQ +xdt +oXK +wWq +xRj +xRj +xRj +xRj +yfy +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(158,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uDC +fMr +fMr +wxb +wxb +wxb +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bSR +nHX +qnv +kyr +jnB +xNZ +aMR +baZ +wOi +sIK +byt +byt +byt +byt +byt +byt +byt +byt +byt +byt +ueA +brF +kgu +jRj +gKk +tjQ +tjQ +tjQ +tjQ +jRq +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(159,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +tgG +fMr +fMr +wUJ +jkE +qrE +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +usG +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +cOc +pgc +afl +jbd +csk +xtP +qeP +baZ +wOi +sIK +hlO +jYs +jYs +jYs +jYs +jYs +jYs +jYs +cvL +xFj +wWq +brF +kgu +fnO +wWq +vde +gJD +cyD +cyD +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jdj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(160,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +pnz +fMr +fMr +wxb +vFk +fzZ +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vjh +qNu +xGU +xGU +rVV +xlX +aFj +baZ +wOi +sIK +hlO +jYs +dXG +eSO +jWo +kEl +xkO +iBH +wWq +wWq +vRx +gEQ +qdM +iBV +vRx +wWq +wWq +wWq +teS +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +rUP +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(161,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +qsh +tCc +dUl +wxb +wxb +wxb +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hFw +pgc +eWO +eWO +eWO +eWO +qPr +baZ +wOi +sIK +byt +jYs +ldn +wjo +cIw +kME +nFc +iBH +iDg +iDg +brF +brF +kgu +wVA +brF +iDg +iDg +wWq +cyD +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +dNv +dNv +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(162,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +bgc +kaL +kaL +kaL +kaL +kaL +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +aFB +lKq +qnv +pMy +qnv +qnv +dqd +baZ +wOi +sIK +gMn +jYs +rdn +tHm +tHm +exi +kdX +iBH +iDg +iDg +brF +sQO +kgu +xYV +brF +iDg +iDg +wWq +tve +cyD +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +cyD +kSZ +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(163,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +psc +jNg +jNg +jNg +kaL +kaL +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +skI +skI +skI +skI +skI +skI +baZ +baZ +wOi +sIK +qJG +jYs +jYs +ctB +ctB +ctB +uxl +iBH +iBH +iBH +iBH +oOB +mzp +ufM +iBH +iBH +iBH +iBH +jhq +jhq +jhq +blR +blR +blR +blR +blR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(164,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +mBp +mBp +mBp +wDH +mBp +mBp +eiM +dSe +sRV +jJL +hcK +lKM +glF +fZu +mnd +uvS +qJU +qJU +qJU +qJU +qJU +qJU +gXo +uvS +qJU +rSk +blR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +usG +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(165,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +ttX +ttX +ttX +kqq +ttX +ttX +wbz +gSE +ttX +vFf +ttX +ttX +vFf +lWb +ttX +sbG +fxj +fxj +pxG +fxj +kHP +qKj +ieh +aHc +oqO +lNr +blR +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(166,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uTr +uTr +uTr +uTr +uTr +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +hMj +hMj +hMj +fIt +hMj +khl +dIR +rVB +fIt +rui +wWT +kNH +wOi +jlu +wOi +sIK +cYi +cYi +cYi +cYi +cYi +wgu +cYi +cYi +cYi +cYi +cYi +cYi +cYi +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(167,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +kXy +ygA +sXj +njW +hcC +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +svq +hYM +svq +svq +aNE +wPw +ssc +ebJ +aCt +tLz +uNx +heD +tUS +qDU +xtj +fnK +kJv +cYi +kCA +les +cYi +fIz +jlr +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(168,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uKO +ygA +oWX +jGs +kNx +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +tCX +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +uGs +eyc +roT +voG +svq +rba +wOi +xaN +wOi +dkB +cYi +uAZ +eYI +qmC +iPF +jwM +jHU +cYi +aQs +qTj +ilb +lgr +twp +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(169,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +ygA +abL +tEj +njW +njW +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +wAS +vbb +qRD +nNn +svq +nnp +wOi +pEy +wOi +sIK +qkE +hai +wqQ +qPy +hai +jwM +jAg +cYi +iTu +eus +cYi +rEv +dZF +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(170,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +uTr +uTr +uTr +sXj +njW +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +svq +prQ +qoS +oCY +nnq +svq +dJR +wOi +jlu +wOi +sIK +wny +vaT +hai +puK +hai +jwM +vdY +cYi +cYi +cYi +mUi +fxw +fVM +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(171,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +uTr +xpv +jVj +tQS +njW +sXj +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +tCX +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +gMk +gMk +vIH +oCY +nnq +svq +rXx +ssc +ebJ +aCt +sIK +wfz +oxf +hai +qko +xhZ +pgT +xhZ +sFr +kXH +prS +rvv +vFv +qDT +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(172,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +uTr +exp +iMM +uTr +sXj +dIc +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +svq +gMk +gMk +jNb +oCY +nnq +svq +eFE +fIt +vUa +fIt +dDB +cYi +nfQ +xxf +sZv +fsr +aRm +dip +cYi +uAZ +uYY +tLe +aAh +bGl +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +sAS +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(173,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +uTr +uTr +uTr +uTr +eGV +uTr +uTr +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +psc +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vYC +vYC +vYC +vYC +vYC +vYC +vYC +vYC +qTb +rqv +qTb +vYC +vYC +aEU +cbh +qhn +vYC +vYC +vYC +vYC +cYi +cYi +cYi +cYi +cYi +cYi +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +bzE +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(174,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +vYC +jUy +axV +tix +eNI +uGt +unN +pqr +fVe +mvb +evM +uqw +ejQ +eYD +cBI +iIB +hXy +pwQ +vYC +vYC +rQl +rQl +rQl +rQl +rQl +rQl +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(175,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +vYC +dJV +fgr +omT +fEX +rQb +nKZ +vQw +vQw +qHM +vQw +vQw +nKZ +rQb +hDD +uHb +aVK +tNT +vYC +vYC +rQl +jNg +psc +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +usG +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(176,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +rTr +jdR +qkB +ioL +evM +tPq +ueQ +evM +qjK +myo +myo +myo +meS +evM +hFM +evM +psb +evM +xxd +vYC +vYC +xAa +jNg +psc +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xAa +jNg +jNg +usG +psc +jNg +jNg +jNg +jNg +bzE +psc +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(177,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +vYC +vYC +noe +scH +qBy +isK +ueQ +evM +tOO +gcb +uLa +ycW +uTd +evM +hFM +oUM +hOH +pXa +jec +vYC +vYC +jNg +jNg +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +psc +jNg +jNg +jNg +jNg +bzE +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +xRj +xRj +xRj +xRj +xRj +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(178,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +bzE +bzE +bzE +psc +psc +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +psc +vYC +vYC +vYC +vYC +vYC +duF +mDd +aVK +xfk +moK +bTg +lbH +gqQ +evM +ueQ +bGJ +mjY +dZv +noM +vYC +vYC +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +bzE +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(179,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +tCX +vYC +vYC +vYC +vYC +vYC +sja +evM +evM +cvc +xuV +qxi +pvg +iqI +evM +hus +smi +vYC +vYC +vYC +vYC +vYC +sAS +jNg +psc +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +bzE +psc +psc +jNg +psc +bzE +bzE +bzE +bzE +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(180,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +vYC +xBJ +vYC +vYC +owq +ioL +jbr +evM +cvc +gEG +iqI +evM +iWy +qWo +phb +myo +vYC +xBJ +vYC +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(181,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +vYC +jNg +vYC +vYC +uJx +uQL +tat +nyK +ioL +bEs +ioL +fbC +vwK +cZC +kyG +myo +vYC +xch +vYC +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(182,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +vYC +vYC +pNt +pNt +pNt +sQi +kMz +mWK +mkn +aKu +pNt +pNt +pNt +vYC +vYC +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(183,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +rnI +vYC +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +oDs +vYC +rnI +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(184,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +cgo +jNg +jNg +jNg +pNt +pNt +pNt +pNt +pNt +pNt +pNt +jNg +jNg +jNg +cgo +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(185,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(186,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +bzE +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(187,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +psc +psc +psc +psc +psc +bzE +bzE +bzE +bzE +psc +psc +psc +bzE +bzE +bzE +bzE +psc +psc +bzE +bzE +bzE +bzE +bzE +bzE +psc +psc +psc +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(188,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(189,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(190,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +vTv +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(191,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} +(192,1,1) = {" +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +jNg +"} diff --git a/maps/victory/levels/flagship.dmm b/maps/victory/levels/flagship.dmm new file mode 100644 index 000000000000..156ba90fd7b9 --- /dev/null +++ b/maps/victory/levels/flagship.dmm @@ -0,0 +1,53920 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ae" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/xray, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ag" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = -26 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"ah" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"ai" = ( +/obj/structure/closet/wardrobe/robotics_black, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ak" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC2"; + name = "Armoury Access"; + pixel_x = -28; + pixel_y = 28; + req_access = list(3) + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"al" = ( +/obj/machinery/vending/cola, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"am" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ap" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ar" = ( +/obj/item/aicard, +/obj/item/pinpointer/advpinpointer, +/obj/item/stamp/centcom, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"au" = ( +/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/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"av" = ( +/obj/machinery/computer/rdconsole/robotics, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"aw" = ( +/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/gun/energy/gun/combat, +/obj/item/gun/energy/gun/combat, +/obj/item/gun/energy/gun/combat, +/obj/item/gun/energy/gun/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ax" = ( +/obj/machinery/computer/security, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ay" = ( +/obj/landmark{ + name = "tdome1" + }, +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"az" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aC" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aD" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/item/backup_implanter{ + pixel_y = -8 + }, +/obj/item/backup_implanter{ + pixel_y = 8 + }, +/obj/item/backup_implanter, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"aG" = ( +/turf/unsimulated/wall, +/area/centcom/specops/dock) +"aH" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aI" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"aJ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"aL" = ( +/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/gun/energy/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"aM" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"aP" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/catering/bar_alc, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"aR" = ( +/obj/effect/floor_decal/derelict/d9, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"aS" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"aV" = ( +/obj/structure/table/rack, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/emps{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/box/smokes, +/obj/item/storage/box/smokes, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"aX" = ( +/obj/structure/bed/padded, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"aY" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"aZ" = ( +/obj/structure/table/rack, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/item/storage/box/flashshells/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"bb" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"bg" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"bh" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/space_mountain_wind, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"bi" = ( +/obj/structure/table/glass, +/obj/item/roller/adv, +/obj/item/roller/adv{ + pixel_y = 6 + }, +/obj/item/roller/adv{ + pixel_y = 12 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"bj" = ( +/obj/machinery/computer/cryopod/dorms{ + name = "Company Property Retention System"; + pixel_y = -28 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"bk" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"bm" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"bn" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"bs" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"bu" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/security_space_law, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"bv" = ( +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"bz" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/specops) +"bA" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"bC" = ( +/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) +"bD" = ( +/obj/structure/closet/radiation, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"bE" = ( +/obj/structure/table/reinforced, +/obj/item/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/unsimulated/floor/steel, +/area/centcom/security) +"bF" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"bH" = ( +/obj/structure/table/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"bI" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC3"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"bJ" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"bK" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"bO" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/holding) +"bP" = ( +/obj/structure/table/standard, +/obj/item/bodybag/cryobag{ + pixel_x = 6 + }, +/obj/item/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/unsimulated/floor/steel, +/area/centcom/holding) +"bQ" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"bV" = ( +/obj/machinery/light{ + dir = 8; + use_power = 0; + old_wall = 1 + }, +/obj/structure/closet/emcloset, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"bX" = ( +/obj/item/storage/box/flashbangs, +/obj/item/handcuffs, +/obj/item/flash, +/obj/item/melee/baton/loaded, +/obj/item/storage/belt/security/tactical, +/obj/item/gun/energy/stunrevolver, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/material/knife/tacknife/combatknife, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"ca" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "Nanotrasen Offices" + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"cc" = ( +/obj/structure/sign/securearea{ + name = "ENGINEERING ACCESS"; + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ce" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"cf" = ( +/obj/machinery/door/blast/regular{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/centcom/specops/dock) +"cg" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"cl" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/orange, +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cm" = ( +/obj/structure/table/standard, +/obj/item/hand_labeler, +/obj/item/pen, +/obj/item/packageWrap, +/obj/item/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) +"cn" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cq" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"ct" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"cu" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/item/storage/box/ids, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cv" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"cy" = ( +/obj/structure/table/rack, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/item/tank/emergency/oxygen/double, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cz" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"cA" = ( +/obj/map_helper/access_helper/airlock/station/security/general, +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"cC" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"cD" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cF" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"cG" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + dir = 1; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"cH" = ( +/obj/structure/table/glass, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"cJ" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"cK" = ( +/obj/structure/table/standard, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/obj/item/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) +"cL" = ( +/obj/structure/table/standard, +/obj/item/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"cM" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cN" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"cP" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cS" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC3"; + name = "Cell 3"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"cT" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/melee/baton/loaded, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cW" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/sniperammo, +/obj/item/storage/box/sniperammo, +/obj/item/storage/box/sniperammo, +/obj/item/storage/box/sniperammo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"cX" = ( +/obj/machinery/iv_drip, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"cY" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"da" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/grill, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"dc" = ( +/obj/machinery/fitness/heavy/lifter, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dd" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"df" = ( +/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, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dg" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"dh" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"di" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"dj" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/security) +"dk" = ( +/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/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"dl" = ( +/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/storage/box/handcuffs, +/obj/item/gun/energy/gun, +/obj/item/shield/riot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dn" = ( +/obj/effect/floor_decal/derelict/d15, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"do" = ( +/obj/structure/table/standard, +/obj/item/storage/box/bodybags{ + pixel_x = -1; + pixel_y = -2 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"dp" = ( +/mob/living/silicon/decoy{ + name = "A.L.I.C.E." + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"dq" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"dr" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ds" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC5"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"du" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"dv" = ( +/obj/machinery/disease2/incubator, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"dw" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"dx" = ( +/obj/structure/medical_stand/anesthetic, +/obj/structure/bed/roller, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"dy" = ( +/obj/overmap/entity/visitable/sector/centcom_victory, +/turf/space, +/area/space) +"dz" = ( +/obj/effect/floor_decal/rust/steel_decals_rusted2, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"dA" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"dE" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"dF" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/item/gun/ballistic/shotgun/pump, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dG" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"dH" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/storage/box/shotgunammo, +/obj/item/storage/box/shotgunammo, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dI" = ( +/obj/machinery/door/airlock, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"dK" = ( +/obj/machinery/cryopod/robot/door/dorms{ + base_icon_state = "door_closed"; + desc = "A small elevator"; + dir = 2; + 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/unsimulated/floor/steel, +/area/centcom/living) +"dM" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"dQ" = ( +/obj/machinery/vending/engivend, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"dS" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"dT" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/item/gun/ballistic/automatic/pdw, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"dV" = ( +/obj/structure/table/steel, +/obj/item/clothing/shoes/boots/jackboots{ + armor = list("melee"=69,"bullet"=69,"laser"=69,"energy"=69,"bomb"=69,"bio"=69,"rad"=69); + 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/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"dX" = ( +/obj/structure/table/standard, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/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) +"dY" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/plating, +/area/shuttle/specops/general) +"dZ" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"ea" = ( +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/material/knife/tacknife/combatknife, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ec" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ed" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_cycler/security{ + req_access = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ee" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ef" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/melee/transforming/energy/axe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"eg" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + dir = 1; + name = "Master RnD Server Controller" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"eh" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ei" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ek" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"el" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"em" = ( +/obj/structure/urinal{ + pixel_y = 31 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"eo" = ( +/obj/machinery/cryopod/robot/door/gateway, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"ep" = ( +/obj/effect/floor_decal/derelict/d12, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"eq" = ( +/obj/structure/table/reinforced, +/obj/item/pda/captain, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"es" = ( +/turf/unsimulated/wall, +/area/centcom/control) +"eu" = ( +/obj/structure/table/reinforced, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ev" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/obj/item/hardsuit/ert/assetprotection, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ew" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ex" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ez" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/specops/general) +"eB" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"eG" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"eI" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/specops) +"eJ" = ( +/obj/machinery/recharge_station, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"eN" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"eQ" = ( +/turf/unsimulated/floor/steel, +/area/centcom/specops) +"eR" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"eV" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"eY" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"eZ" = ( +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/general) +"fe" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ff" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"fg" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"fh" = ( +/turf/unsimulated/wall, +/area/centcom/bar) +"fi" = ( +/obj/structure/table/rack, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/item/storage/box/empshells/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"fl" = ( +/obj/item/storage/firstaid/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"fm" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"fn" = ( +/obj/machinery/vending/snack{ + name = "hacked Getmore Chocolate Corp"; + prices = list() + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"fr" = ( +/obj/machinery/door/airlock/command{ + name = "Thunderdome"; + req_one_access = list() + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"fs" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"ft" = ( +/turf/unsimulated/wall, +/area/centcom/medical) +"fu" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"fw" = ( +/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/unsimulated/floor/steel, +/area/centcom/living) +"fz" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"fA" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/item/book/manual/chef_recipes, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/material/kitchen/rollingpin, +/obj/item/material/knife/butch, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"fC" = ( +/obj/machinery/porta_turret, +/obj/machinery/flasher{ + id = "breach_flash"; + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/general) +"fD" = ( +/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/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"fF" = ( +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"fG" = ( +/obj/structure/table/reinforced, +/obj/item/perfect_tele, +/obj/item/binoculars, +/obj/item/survivalcapsule, +/obj/item/survivalcapsule, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fH" = ( +/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/unsimulated/floor/steel, +/area/centcom/control) +"fI" = ( +/obj/machinery/pipedispenser/orderable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fK" = ( +/obj/structure/table/rack, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fL" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"fN" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"fO" = ( +/obj/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"fP" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"fQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"fS" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"fV" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"fX" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"fZ" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ga" = ( +/turf/unsimulated/wall, +/area/centcom/living) +"gb" = ( +/obj/structure/handrail, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"gc" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ge" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gf" = ( +/obj/machinery/vending/mre{ + emagged = 1 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"gg" = ( +/obj/structure/handrail, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"gh" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/item/book/manual/chef_recipes, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/material/kitchen/rollingpin, +/obj/item/material/knife/butch, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"gj" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gk" = ( +/obj/machinery/door/airlock/highsecurity{ + desc = "SHIT IS LIT"; + name = "TACTICAL TOILET"; + req_one_access = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gl" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gm" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/roastbeef, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"gn" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"go" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"gp" = ( +/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/camera, +/obj/item/storage/box/ids, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gq" = ( +/obj/structure/bed/chair, +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"gs" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/pastatomato, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"gt" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/specops/engine) +"gu" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gv" = ( +/obj/machinery/space_heater, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"gy" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gB" = ( +/obj/machinery/vending/hydroseeds, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gE" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"gF" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"gG" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"gH" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"gI" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gJ" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"gK" = ( +/obj/structure/table/rack/steel, +/obj/item/tank/phoron/pressurized, +/obj/item/tank/phoron/pressurized, +/obj/item/tank/phoron/pressurized, +/obj/item/tank/phoron/pressurized, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"gL" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC2"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"gM" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"gN" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Armoury Section"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"gO" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"gQ" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gS" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"gW" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"gX" = ( +/obj/random/firstaid, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/bonemed, +/obj/item/storage/firstaid/clotting, +/obj/item/storage/firstaid/clotting, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"gY" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/command) +"gZ" = ( +/obj/structure/table/rack, +/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/gun/ballistic/rocket, +/obj/item/gun/ballistic/rocket, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hd" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hf" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hh" = ( +/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/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hi" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/machinery/photocopier/faxmachine, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hj" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hk" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ho" = ( +/obj/structure/table/woodentable, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"hp" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ht" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"hw" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"hx" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hz" = ( +/obj/structure/table/standard, +/obj/item/surgical/circular_saw, +/obj/item/surgical/scalpel{ + pixel_y = 12 + }, +/obj/item/surgical/hemostat, +/obj/item/surgical/retractor, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"hA" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hC" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hD" = ( +/obj/structure/table/rack, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/dufflebag/syndie/med, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"hE" = ( +/obj/machinery/telecomms/hub/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"hF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"hH" = ( +/obj/machinery/telecomms/bus/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"hK" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"hM" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"hQ" = ( +/obj/structure/closet{ + name = "Prisoner's Locker" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hR" = ( +/obj/machinery/vending/cigarette{ + name = "hacked cigarette machine"; + prices = list(); + products = list(/obj/item/storage/fancy/cigarettes=10,/obj/item/storage/box/matches=10,/obj/item/flame/lighter/zippo=4,/obj/item/clothing/mask/smokable/cigarette/cigar/havana=2) + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"hS" = ( +/obj/machinery/atmospherics/component/unary/engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/specops/engine) +"hU" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"hV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-24" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"hW" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"hY" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"hZ" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ia" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"ib" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"id" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ie" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "ADMINFUN"; + name = "Door Bolts"; + pixel_x = 28; + pixel_y = 28; + req_access = list(109); + specialfunctions = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"if" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data{ + icon_keyboard = "laptop_key"; + icon_screen = "medlaptop"; + icon_state = "laptop"; + light_color = "#00b000" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ih" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ik" = ( +/obj/structure/musician/piano{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"il" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"im" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/obj/machinery/keycard_auth{ + pixel_x = -24; + pixel_y = -24 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"in" = ( +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"ip" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"ir" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"it" = ( +/obj/machinery/door/blast/regular{ + id = "CentComPort"; + name = "Security Doors" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"iu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"iv" = ( +/obj/structure/table/reinforced, +/obj/item/card/id/gold/captain/spare, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"iz" = ( +/obj/effect/floor_decal/derelict/d16, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"iA" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "ArmouryC2"; + name = "Armoury" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"iC" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_medical" + }, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/shuttle/escape) +"iE" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"iH" = ( +/turf/unsimulated/wall, +/area/centcom/terminal) +"iJ" = ( +/obj/machinery/telecomms/receiver/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"iM" = ( +/obj/effect/floor_decal/borderfloor{ + pixel_y = -16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"iN" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"iO" = ( +/obj/machinery/tele_projector, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"iP" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/grenadine, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"iR" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"iT" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"iU" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"iV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"iX" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ja" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"jd" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lamp/green{ + pixel_x = 10; + pixel_y = 12 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + id = "ADMINFUN"; + name = "Restricted Armory Access"; + req_access = list(109) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"jf" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/white_rd, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"jg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jj" = ( +/obj/structure/bed/padded, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"jl" = ( +/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/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/gun/ballistic/automatic/sts35, +/obj/item/gun/ballistic/automatic/sts35, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jm" = ( +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"jo" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"jp" = ( +/obj/structure/closet/crate/freezer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"jq" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"jr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"jt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"ju" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"jv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/fire, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jw" = ( +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"jy" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"jA" = ( +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"jB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"jC" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"jE" = ( +/obj/structure/table/standard, +/obj/item/mmi, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"jF" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"jH" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"jI" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"jJ" = ( +/obj/structure/table/rack, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/gun/energy/pulse_rifle, +/obj/item/storage/secure/briefcase/nsfw_pack, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"jK" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/cola, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"jM" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"jO" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"jP" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/vending/snack, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"jQ" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/shuttle/escape) +"jR" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"jS" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"jT" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"jZ" = ( +/obj/effect/floor_decal/derelict/d4, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"kb" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"kc" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ke" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/ballistic/automatic/z8, +/obj/item/gun/ballistic/automatic/z8, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kf" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"kg" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC"; + name = "Armoury" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kh" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"ki" = ( +/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/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kk" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor/steel, +/area/centcom/specops) +"kl" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"km" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ko" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"kq" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"kr" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"kv" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/danger, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"ky" = ( +/obj/machinery/light/flamp/noshade, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"kA" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"kE" = ( +/obj/machinery/door_timer/cell_3{ + id = "CellC3"; + pixel_x = 31 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"kH" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kI" = ( +/obj/machinery/door/blast/regular{ + id = "HEAVY"; + name = "HEAVY ORDINANCE" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"kJ" = ( +/obj/structure/table/standard, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/blue, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"kL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"kM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/structure/filingcabinet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"kP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"kQ" = ( +/obj/structure/closet/wardrobe/ert, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"kR" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"kS" = ( +/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/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"kT" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"kU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"kV" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"kW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/spawner/window/low_wall/borosillicate/full/firelocks, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"kX" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/southright{ + dir = 8; + name = "holding cell" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"kY" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"kZ" = ( +/obj/effect/floor_decal/corner/white{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"le" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"lf" = ( +/obj/structure/table/glass, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"lh" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"lj" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lm" = ( +/obj/effect/floor_decal/sign/dock/one, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"lo" = ( +/obj/structure/handrail, +/obj/machinery/vending/wallmed1/public{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"lp" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"lr" = ( +/obj/structure/closet{ + name = "Prisoner's Locker" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ls" = ( +/obj/structure/table/glass, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"lt" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"lu" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"lv" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/kitsuneudon, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"lw" = ( +/obj/structure/table/glass, +/obj/item/storage/box/cups, +/obj/item/storage/box/cups, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lx" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ly" = ( +/obj/machinery/telecomms/server/presets/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"lz" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/obj/machinery/smartfridge/chemistry/virology, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lA" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"lB" = ( +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/item/megaphone, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lC" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/flask/barflask, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/food/drinks/flask/vacuumflask, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"lD" = ( +/obj/machinery/door/blast/regular, +/turf/unsimulated/floor/steel, +/area/space) +"lE" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/item/book/manual/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"lF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"lG" = ( +/obj/machinery/computer/pod{ + id = "thunderdomehea"; + name = "Thunderdome Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"lJ" = ( +/obj/machinery/computer/security/telescreen, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"lK" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"lL" = ( +/obj/machinery/telecomms/hub/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"lM" = ( +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"lO" = ( +/obj/structure/table/rack, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"lQ" = ( +/obj/machinery/deployable/barrier, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"lR" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"lS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Teleporter"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"lT" = ( +/obj/structure/table/standard, +/obj/item/soap, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"lV" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/flash, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"lX" = ( +/obj/structure/flora/pottedplant, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"lY" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Warden's Office"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ma" = ( +/obj/effect/floor_decal/carpet, +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"mb" = ( +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_cockpit" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"md" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"me" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"mf" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"mg" = ( +/obj/machinery/smartfridge/drinks, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"mh" = ( +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"mi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"mj" = ( +/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/unsimulated/floor/steel, +/area/centcom/living) +"ml" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"mn" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"mq" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"mu" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"my" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"mz" = ( +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"mA" = ( +/obj/machinery/sleep_console{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"mD" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/gloves/swat{ + armor = list("melee"=80,"bullet"=80,"laser"=80,"energy"=80,"bomb"=80,"bio"=80,"rad"=80) + }, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/swat, +/obj/item/clothing/shoes/boots/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/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + armor = list("melee"=50,"bullet"=50,"laser"=50,"energy"=50,"bomb"=50,"bio"=75,"rad"=0); + name = "Commando Mask" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + armor = list("melee"=80,"bullet"=80,"laser"=60,"energy"=70,"bomb"=50,"bio"=100,"rad"=60); + name = "swat helmet" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mE" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_medical" + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/shuttle/escape) +"mF" = ( +/obj/machinery/door/airlock/vault/bolted{ + id_tag = "the_end"; + name = "RESTRICTED"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + id = "ADMINFUN"; + name = "RESTRICTED" + }, +/obj/map_helper/access_helper/airlock/station/command/vault, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"mG" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"mH" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"mI" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/lasagna, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"mJ" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"mM" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"mN" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"mQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"mR" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/gun/energy/taser, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"mS" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"mT" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/defib_kit/compact/combat/loaded, +/obj/item/defib_kit/compact/combat/loaded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"mU" = ( +/obj/item/defib_kit, +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/surgery, +/obj/item/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/shuttle/floor, +/area/shuttle/escape) +"mV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"mW" = ( +/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/storage/backpack/ert/medical, +/obj/item/storage/backpack/ert/medical, +/obj/item/storage/backpack/ert/medical, +/obj/item/storage/backpack/ert/medical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"na" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nb" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"nc" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nd" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ne" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nf" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"ng" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"nh" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ni" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nl" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/hotdog, +/obj/item/reagent_containers/food/snacks/hotdog{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"nm" = ( +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_y = 30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"nn" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"no" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"np" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"nr" = ( +/obj/structure/statue/marble/venus{ + dir = 8; + pixel_y = -5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"ns" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"nt" = ( +/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/unsimulated/floor/steel, +/area/centcom/command) +"nu" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/sniperrifle, +/obj/item/gun/energy/sniperrifle, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nv" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"nx" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ny" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "ArmouryC4"; + name = "Armoury" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nz" = ( +/obj/structure/table/rack, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/item/shield/transforming/energy, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/obj/item/melee/transforming/energy/sword, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nA" = ( +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"nD" = ( +/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/shield/riot, +/obj/item/melee/baton/loaded, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nH" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nI" = ( +/obj/machinery/door/airlock/glass/research{ + name = "Robotics Lab"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/robotics, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"nJ" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchenC"; + name = "Kitchen Shutters" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"nL" = ( +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Research Division Access" + }, +/obj/map_helper/access_helper/airlock/station/science/department, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"nN" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nO" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"nP" = ( +/obj/landmark{ + name = "Response Team" + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"nQ" = ( +/obj/machinery/door/airlock{ + name = "Brig Restroom" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"nT" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"nU" = ( +/obj/structure/bed/chair/shuttle, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"nV" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/ammo_magazine/a9mm/advanced_smg, +/obj/item/silencer, +/obj/item/silencer, +/obj/item/silencer, +/obj/item/silencer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"nX" = ( +/obj/machinery/computer/arcade, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"nY" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"oa" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 28 + }, +/obj/structure/bed/chair/bay/shuttle, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"ob" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"od" = ( +/turf/unsimulated/floor/wood, +/area/centcom/main_hall) +"og" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"oi" = ( +/obj/machinery/scale, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"oj" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ol" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"om" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 29 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"on" = ( +/obj/effect/floor_decal/derelict/d7, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"or" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"os" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ot" = ( +/obj/structure/statue/marble/venus{ + pixel_y = -5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"ou" = ( +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"ov" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/radio, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"ox" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"oy" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"oz" = ( +/obj/structure/bed/chair/shuttle, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"oA" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"oB" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 28 + }, +/obj/structure/bed/chair/bay/shuttle, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"oE" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"oF" = ( +/turf/simulated/wall{ + can_open = 1; + icon_state = "riveted" + }, +/area/centcom/control) +"oH" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"oK" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/living) +"oL" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"oN" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"oV" = ( +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"oW" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/blue_captain, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"oX" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"oY" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"oZ" = ( +/obj/structure/table/reinforced, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"pa" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"pb" = ( +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pc" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/item/ammo_magazine/a9mm/large/ap, +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC4"; + name = "Armoury Access"; + pixel_y = 28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pe" = ( +/obj/item/melee/baton/cattleprod, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"pg" = ( +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"pi" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/obj/item/ammo_magazine/a5_7mm/p90, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pj" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pk" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pl" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"pp" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"pq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"pr" = ( +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/green/bordercorner, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"pt" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 28 + }, +/obj/structure/bed/chair/bay/shuttle, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"pv" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pw" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"pz" = ( +/obj/structure/flora/pottedplant, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pA" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"pB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"pC" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"pG" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"pH" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/white_cmo, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"pI" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"pK" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"pM" = ( +/obj/structure/fake_stairs/north/bottom{ + _stair_tag = "stairtest" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"pN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"pO" = ( +/obj/structure/sign/warning/docking_area, +/turf/unsimulated/wall, +/area/centcom/terminal) +"pS" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"pT" = ( +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"pU" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"pV" = ( +/obj/structure/table/standard, +/obj/item/mmi/digital/posibrain, +/obj/item/robotanalyzer, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"pW" = ( +/obj/machinery/flasher{ + id = "breach_flash" + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/general) +"pX" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"pY" = ( +/obj/effect/blocker, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"qa" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + pixel_y = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"qb" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/ballistic/heavysniper, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"qc" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/gun/burst, +/obj/item/gun/energy/gun/burst, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"qd" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/restaurant) +"qe" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"qf" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qg" = ( +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"qi" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"qj" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/clotting, +/obj/item/storage/firstaid/combat, +/obj/item/storage/firstaid/combat, +/obj/item/storage/pill_bottle/iron, +/obj/item/storage/pill_bottle/iron, +/obj/item/storage/pill_bottle/nutriment, +/obj/item/storage/pill_bottle/nutriment, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qk" = ( +/obj/structure/closet/walllocker/autolok_wall{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"qm" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/machinery/vending/fitness, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"qn" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"qo" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"qp" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"qq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"qr" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"qu" = ( +/obj/machinery/computer/pod{ + id = "thunderdomegen"; + name = "Thunderdome General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"qv" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"qx" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qz" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"qE" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"qF" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"qG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qH" = ( +/obj/structure/handrail, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"qI" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/chem_dispenser/combat, +/obj/item/hardsuit_module/chem_dispenser/combat, +/obj/item/hardsuit_module/chem_dispenser/injector, +/obj/item/hardsuit_module/chem_dispenser/injector, +/obj/item/hardsuit_module/device/healthscanner, +/obj/item/hardsuit_module/device/healthscanner, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qL" = ( +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"qM" = ( +/obj/structure/sign/double/barsign, +/turf/unsimulated/wall, +/area/centcom/restaurant) +"qQ" = ( +/obj/item/stamp/centcom, +/obj/item/pen, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"qR" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/catering/bar_soft, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"qS" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"qV" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"qZ" = ( +/obj/machinery/turretid/lethal{ + check_access = 0; + check_anomalies = 0; + check_arrest = 0; + check_records = 0; + control_area = "\improper Centcom Command"; + pixel_y = 26; + req_access = list(109); + req_one_access = list(109) + }, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"rb" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rc" = ( +/obj/machinery/computer/card, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rd" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rg" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC1"; + pixel_x = -28 + }, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"ri" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rn" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"ro" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rp" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/restaurant) +"rq" = ( +/obj/machinery/computer/pod{ + id = "thunderdomeaxe"; + name = "Thunderdome Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"rr" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rs" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"rt" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"rv" = ( +/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/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rw" = ( +/obj/structure/table/standard, +/obj/item/storage/box/handcuffs{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/box/trackimp, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rx" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"rz" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor/northright{ + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rA" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/storage/briefcase{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"rB" = ( +/obj/machinery/vending/medical, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"rC" = ( +/obj/structure/closet/secure_closet/bar, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"rD" = ( +/obj/effect/floor_decal/derelict/d5, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"rF" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "residential"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rH" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rI" = ( +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rJ" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"rK" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"rL" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"rM" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"rN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"rO" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"rR" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rT" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/structure/table/reinforced, +/obj/item/stamp/ward, +/obj/item/stamp/denied, +/obj/item/binoculars, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rV" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/obj/item/storage/box/shotgunshells/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"rW" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/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/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"rZ" = ( +/obj/structure/undies_wardrobe, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"sb" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sc" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/fryer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"sf" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/ionrifle/pistol, +/obj/item/gun/energy/ionrifle/pistol, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sg" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"si" = ( +/obj/structure/sign/department/prison, +/turf/unsimulated/wall, +/area/centcom/security) +"sj" = ( +/obj/structure/table/rack, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/item/storage/box/stunshells/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sk" = ( +/obj/machinery/cryopod/robot/door/travel/specops, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sm" = ( +/turf/unsimulated/floor/steel, +/area/centcom/command) +"sn" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"so" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"sp" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"sq" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"sr" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"ss" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"st" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "Engine Bay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"sw" = ( +/obj/machinery/computer/med_data, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sx" = ( +/obj/machinery/vending/cola, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"sz" = ( +/obj/structure/bed/chair, +/obj/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"sA" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/grill, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"sB" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_access = list(101) + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"sC" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"sD" = ( +/obj/structure/table/rack, +/obj/item/flash, +/obj/item/flash, +/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, +/obj/item/gun/energy/gun/martin, +/obj/item/gun/energy/gun/martin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sF" = ( +/obj/machinery/telecomms/receiver/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"sH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/combat, +/obj/item/gun/energy/combat, +/obj/item/gun/energy/combat, +/obj/item/gun/energy/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"sI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"sL" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sM" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sN" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sO" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sP" = ( +/obj/landmark{ + name = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"sQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"sR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"sS" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"sT" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"sV" = ( +/turf/unsimulated/wall, +/area/centcom/bathroom) +"sW" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"ta" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tb" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"te" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"th" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"ti" = ( +/obj/structure/closet/firecloset, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"tj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tk" = ( +/obj/structure/sign/nosmoking_2, +/turf/unsimulated/wall, +/area/centcom/control) +"tl" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"tm" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tn" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"tp" = ( +/obj/map_helper/access_helper/airlock/station/external_airlock, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tr" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ts" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/obj/item/ammo_magazine/a9mm/top_mount, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tw" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"ty" = ( +/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/storage/belt/security/tactical, +/obj/structure/closet{ + desc = "It's a storage unit for standard-issue attire."; + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1"; + name = "tactical equipment" + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/backpack/dufflebag/syndie/med, +/obj/item/storage/backpack/satchel/sec, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tz" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"tB" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"tC" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tF" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"tI" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"tJ" = ( +/obj/effect/floor_decal/derelict/d1, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"tS" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"tT" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/space) +"tU" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"tV" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"tZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"ue" = ( +/obj/structure/table/reinforced, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uf" = ( +/obj/machinery/deployable/barrier, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"ug" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ui" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"uk" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"ul" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"un" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/restaurant) +"uo" = ( +/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, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uq" = ( +/obj/machinery/door/airlock/security{ + id_tag = "front"; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"uu" = ( +/obj/structure/table/reinforced{ + desc = "It's a table, but you see something writen in permanent marker 'Dhael was here'" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"uv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ux" = ( +/obj/structure/table/steel, +/obj/item/autopsy_scanner, +/obj/item/surgical/scalpel, +/obj/item/surgical/cautery, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"uz" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust, +/obj/structure/railing{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"uA" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"uC" = ( +/obj/machinery/account_database{ + name = "CentCom Accounts database" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"uE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = ""; + name = "Spec. Ops. Monitor"; + network = list("NETWORK_ERT"); + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"uF" = ( +/obj/structure/table/standard, +/obj/item/surgical/surgicaldrill, +/obj/item/autopsy_scanner, +/obj/item/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/surgical/FixOVein, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/item/stack/nanopaste, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uG" = ( +/obj/structure/table/standard, +/obj/item/surgical/bonesetter, +/obj/item/surgical/bonegel, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"uK" = ( +/obj/machinery/vending/wallmed1{ + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"uO" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"uR" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"uT" = ( +/obj/structure/closet{ + name = "welding equipment" + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"uV" = ( +/obj/structure/closet/hydrant{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"uW" = ( +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/item/storage/belt/security/tactical, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uY" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen cold room" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"uZ" = ( +/obj/machinery/chemical_dispenser/ert, +/obj/item/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"va" = ( +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"vc" = ( +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ve" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"vi" = ( +/obj/machinery/power/port_gen/pacman, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vl" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vm" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"vn" = ( +/obj/structure/bed/chair/office/dark, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vs" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"vt" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"vv" = ( +/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/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vw" = ( +/obj/machinery/button/remote/blast_door{ + id = "RiotCon"; + name = "Riot Control"; + pixel_x = -23; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vy" = ( +/obj/structure/sign/directions/elevator{ + name = "\improper Elevator"; + pixel_x = -30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"vz" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vG" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/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/unsimulated/floor/steel, +/area/centcom/control) +"vI" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/bathroom) +"vK" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/syringe/inaprovaline, +/obj/item/reagent_containers/syringe/inaprovaline{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/inaprovaline{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"vL" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"vN" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/terminal) +"vO" = ( +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"vP" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/security) +"vQ" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"vR" = ( +/obj/machinery/vending/mre, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"vS" = ( +/obj/structure/sign/greencross, +/turf/unsimulated/wall, +/area/centcom/medical) +"vU" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Colonial Security Airlock"; + req_access = list(63) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"vV" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "turrets"; + name = "Security Door"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"vW" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wa" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"wb" = ( +/obj/machinery/lathe/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Centcom Autolathe" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"wc" = ( +/obj/machinery/camera/network/crescent{ + dir = 8 + }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wd" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"wf" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"wg" = ( +/obj/structure/closet{ + name = "robotics parts" + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/cell/high{ + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/flash/synthetic, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"wi" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/obj/effect/floor_decal/corner_steel_grid/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"wj" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wm" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wo" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/toxin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wp" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/security) +"wq" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"wr" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/hardsuit_module/rescue_pharm, +/obj/item/hardsuit_module/sprinter, +/obj/item/hardsuit_module/sprinter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ws" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"wv" = ( +/obj/structure/closet/athletic_mixed, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"wy" = ( +/obj/item/megaphone, +/obj/item/storage/box/trackimp, +/obj/item/storage/box/cdeathalarm_kit, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"wB" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"wC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wD" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/orange, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wE" = ( +/turf/simulated/floor/outdoors/grass/heavy/interior, +/area/centcom/main_hall) +"wF" = ( +/obj/structure/table/standard, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/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/unsimulated/floor/steel, +/area/centcom/security) +"wG" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/escape) +"wH" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"wJ" = ( +/obj/machinery/vending/cola, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"wK" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"wL" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"wN" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"wP" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/alarms_hidden/east_mount, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"wQ" = ( +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/turretid/lethal{ + control_area = /area/shuttle/specops/general; + pixel_y = 32; + req_access = list(103) + }, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "specops_docker_pump"; + power_rating = 20000 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"wR" = ( +/obj/item/stock_parts/console_screen, +/obj/structure/table/standard, +/obj/item/stock_parts/console_screen, +/obj/item/stock_parts/console_screen, +/obj/item/stock_parts/matter_bin, +/obj/item/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) +"wS" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/radio/off, +/obj/item/megaphone, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"wU" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"wX" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/obj/item/tape_recorder, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"wY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"xa" = ( +/turf/unsimulated/wall, +/area/centcom/specops) +"xb" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"xd" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"xe" = ( +/obj/machinery/telecomms/server/presets/centcom, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"xf" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"xh" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/meatballsoup, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"xi" = ( +/obj/item/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/unsimulated/floor/steel, +/area/centcom/control) +"xj" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_security" + }, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"xk" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"xl" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"xn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"xp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"xr" = ( +/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/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"xv" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"xw" = ( +/obj/item/storage/box/flashshells, +/obj/item/storage/box/flashshells, +/obj/item/storage/box/stunshells, +/obj/item/storage/box/stunshells, +/obj/item/storage/box/beanbags, +/obj/item/storage/box/beanbags, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xx" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"xy" = ( +/turf/simulated/floor/reinforced, +/area/centcom/command) +"xB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"xC" = ( +/obj/structure/table/standard, +/obj/structure/reagent_dispensers/acid{ + pixel_y = -30 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"xE" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/gun/energy/taser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"xF" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"xG" = ( +/obj/structure/bed/roller, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"xJ" = ( +/obj/structure/closet/crate/medical, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/obj/item/reagent_containers/food/snacks/liquid, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xK" = ( +/obj/structure/sign/redcross{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xL" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"xM" = ( +/obj/machinery/computer/communications, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"xN" = ( +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/item/reagent_containers/food/drinks/cans/cola, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"xP" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC2"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"xR" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/item/material/ashtray/glass, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"xS" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"xU" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"xW" = ( +/obj/machinery/atmospherics/component/unary/cryo_cell, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"xX" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/oven, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"xY" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"xZ" = ( +/obj/structure/filingcabinet/tall, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ya" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"yb" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"yc" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"yd" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"yg" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"yh" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"yi" = ( +/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/unsimulated/floor/steel, +/area/centcom/control) +"yl" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + dir = 1; + frequency = 1443; + listening = 0; + name = "Spec Ops Intercom"; + pixel_y = 28 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"yn" = ( +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"yo" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"yp" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"yq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/regular, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yt" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"yv" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"yw" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"yy" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/dispenser/oxygen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"yz" = ( +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"yB" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"yC" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"yF" = ( +/obj/structure/bed, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"yG" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/photocopier, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"yI" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"yJ" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"yK" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"yL" = ( +/obj/machinery/cryopod/robot/door/dorms, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"yR" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"yT" = ( +/obj/item/gun/energy/gun/nuclear, +/obj/item/hand_tele, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"yU" = ( +/obj/machinery/disease2/isolator, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"yW" = ( +/obj/item/grenade/supermatter, +/obj/structure/table/rack/steel, +/obj/machinery/door/window/brigdoor{ + req_access = list(109) + }, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/centcom/command) +"yY" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"yZ" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"za" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"zb" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"zc" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/machinery/photocopier, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"zd" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"ze" = ( +/obj/structure/bed/chair/shuttle, +/obj/machinery/light{ + dir = 8; + use_power = 0 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"zg" = ( +/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, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zi" = ( +/obj/overmap/entity/visitable/ship/landable/specops, +/obj/machinery/button/flasher{ + id = "breach_flash"; + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/shuttle_landmark/shuttle_initializer/specops, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"zk" = ( +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/handcuffs/legcuffs/fuzzy, +/obj/item/handcuffs/fuzzy, +/obj/item/handcuffs/fuzzy, +/obj/item/handcuffs/fuzzy, +/obj/structure/table/rack/steel, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"zm" = ( +/obj/spawner/window/low_wall/full/firelocks, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/security) +"zt" = ( +/obj/machinery/button/remote/blast_door{ + id = "HEAVY"; + name = "SHIT IS LIT"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"zu" = ( +/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/unsimulated/floor/steel, +/area/centcom/control) +"zv" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/megaphone, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"zw" = ( +/obj/machinery/door/window{ + name = "AI Core Door"; + req_access = list(109) + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"zx" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"zA" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/melee/transforming/energy/axe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"zB" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/engineer, +/obj/item/hardsuit/ert/engineer, +/obj/item/hardsuit/ert/engineer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/o2, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"zD" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"zH" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"zJ" = ( +/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/tank/anesthetic, +/obj/item/tank/anesthetic, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/storage/box/gloves, +/obj/item/defib_kit/jumper_kit, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"zK" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"zL" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"zN" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"zO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"zP" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"zR" = ( +/obj/machinery/computer/arcade, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"zS" = ( +/obj/effect/floor_decal/derelict/d10, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"zV" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m95, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"zW" = ( +/obj/machinery/door/airlock/glass{ + name = "Brig Dormitories" + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ac" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ae" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ai" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Aj" = ( +/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/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ap" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Aq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Ar" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/vending/nifsoft_shop, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"As" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"At" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Au" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"Ay" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Az" = ( +/obj/machinery/tele_projector, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"AA" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_medical" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"AB" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/tool/wrench, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"AD" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/item/gun/ballistic/automatic/bullpup, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"AF" = ( +/turf/unsimulated/floor/techfloor_grid, +/area/centcom/terminal) +"AG" = ( +/obj/machinery/pipedispenser/disposal/orderable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"AI" = ( +/turf/unsimulated/wall, +/area/centcom/holding) +"AK" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/folder/red_hos, +/obj/item/pen/multi, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"AL" = ( +/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/gun/energy/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"AM" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/yellow_ce, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"AP" = ( +/obj/structure/bed{ + desc = "This is a bed..It says something close to the bottom 'I fuck the cat here too'." + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"AQ" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"AT" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"AW" = ( +/obj/machinery/door/blast/shutters{ + id = "RiotCon"; + name = "Riot Control"; + req_access = list(63); + req_one_access = list(1) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"AZ" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"Ba" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Bb" = ( +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bc" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Bd" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/sign/warning/lethal_turrets{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Be" = ( +/obj/item/camera, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Bf" = ( +/obj/structure/table/rack, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/barrier_tape_roll/police, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/obj/item/flash, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bh" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Bi" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 26 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Bj" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/medical) +"Bk" = ( +/obj/structure/table/woodentable, +/obj/item/stamp/hos, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Bn" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Bp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Bq" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/obj/machinery/vending/medical, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Bt" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Bw" = ( +/obj/machinery/cell_charger, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Bx" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"By" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Bz" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"BC" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/structure/fans/tiny, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"BD" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"BF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"BG" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"BJ" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/mixer/cereal, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"BK" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"BM" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"BN" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/security_space_law, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"BO" = ( +/obj/effect/floor_decal/derelict/d6, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"BP" = ( +/turf/space, +/area/space) +"BS" = ( +/obj/machinery/power/thermoregulator, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"BT" = ( +/obj/item/gun/energy/stripper, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"BU" = ( +/obj/effect/floor_decal/industrial/danger, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"BV" = ( +/obj/machinery/mech_recharger, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/control) +"BX" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"BY" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red_hos, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ca" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/item/material/ashtray/glass, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Cb" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Cc" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Cd" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/blocker, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Ch" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"Cl" = ( +/obj/machinery/door/airlock/glass/research{ + name = "Research and Development"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/science/research_lab, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Cn" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/taser, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Cq" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Cv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/bodybags, +/obj/item/extinguisher/mini, +/obj/item/extinguisher/mini, +/obj/item/extinguisher/mini, +/obj/item/extinguisher/mini, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Cw" = ( +/obj/machinery/door/airlock/medical{ + name = "Shuttle Medbay"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Cx" = ( +/obj/effect/floor_decal/rust/part_rusted3, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Cy" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"Cz" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"CB" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/alarms_hidden/east_mount, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"CC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Cockpit"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"CD" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/effect/shuttle_landmark{ + base_area = /area/centcom/terminal; + base_turf = /turf/unsimulated/floor/techfloor_grid; + landmark_tag = "escape_cc"; + name = "Escape Shuttle Centcom" + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"CE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + id = "CentComPort"; + name = "Security Doors" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"CF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "FrontlockC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"CG" = ( +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"CH" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"CI" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/oven, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"CJ" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/melee/baton/loaded, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"CL" = ( +/obj/effect/floor_decal/derelict/d14, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"CN" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"CO" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/obj/effect/floor_decal/corner_steel_grid/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"CQ" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/security) +"CS" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"CT" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"CW" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/mounted/taser, +/obj/item/hardsuit_module/mounted/taser, +/obj/item/hardsuit_module/mounted/taser, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"CX" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"Da" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Db" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Dc" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Df" = ( +/obj/structure/urinal{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"Dg" = ( +/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/shield/riot, +/obj/item/melee/baton/loaded, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Dh" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Di" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Dl" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/railing, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Dm" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Dp" = ( +/obj/machinery/button/windowtint{ + id = "emergency_medical"; + pixel_x = 24; + pixel_y = -24 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Dq" = ( +/obj/machinery/telecomms/processor/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"Dr" = ( +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ds" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Dx" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Dy" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/medical, +/obj/item/hardsuit/ert/medical, +/obj/item/hardsuit/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Dz" = ( +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"DA" = ( +/obj/machinery/computer/operating, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"DB" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/security) +"DC" = ( +/obj/effect/floor_decal/rust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"DF" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"DG" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"DH" = ( +/obj/structure/sign/science, +/turf/unsimulated/wall, +/area/centcom/control) +"DI" = ( +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/item/pda/ert, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"DJ" = ( +/obj/machinery/door/airlock{ + name = "Standing Restrooms" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/living) +"DK" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/blue_hop, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"DN" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/obj/item/hardsuit/ert/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"DQ" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"DS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"DU" = ( +/obj/structure/sign/department/eva, +/turf/unsimulated/wall, +/area/centcom/security) +"DV" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/specops/cockpit) +"DX" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"DZ" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/bar) +"Ea" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC4"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Ec" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"Ed" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ee" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Ef" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/escape) +"Eg" = ( +/obj/structure/sign/securearea{ + name = "\improper ARMORY"; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Eh" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ej" = ( +/obj/structure/table/rack, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/item/storage/box/beanbags/large, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Em" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"En" = ( +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ep" = ( +/obj/structure/table/rack, +/obj/item/storage/box/frags, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Eq" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Er" = ( +/obj/effect/floor_decal/carpet, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Et" = ( +/obj/spawner/window/low_wall/full/firelocks, +/obj/spawner/window/low_wall/full/firelocks, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/security) +"Ev" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ew" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Ez" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"EA" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"EC" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"ED" = ( +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"EH" = ( +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"EI" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"EJ" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"EL" = ( +/obj/machinery/telecomms/processor/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"EN" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"EO" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"EQ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"ET" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"EX" = ( +/obj/landmark{ + name = "tdome2" + }, +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"EY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"EZ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Fb" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Fe" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Fh" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/shuttle, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Fl" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_cockpit" + }, +/obj/machinery/door/blast/regular/open{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Shuttle Blast Door" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"Fm" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Fn" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Fo" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Fp" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall, +/area/centcom/control) +"Fr" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ft" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Fu" = ( +/obj/structure/fake_stairs/south/top{ + _stair_tag = "stairtest" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"Fv" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Fw" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"FA" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"FB" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"FC" = ( +/obj/structure/table/standard, +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"FD" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"FE" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"FF" = ( +/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/unsimulated/floor/steel, +/area/centcom/command) +"FH" = ( +/obj/structure/table/standard, +/obj/item/surgical/circular_saw{ + pixel_y = 8 + }, +/obj/item/surgical/scalpel, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"FI" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"FJ" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"FK" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"FN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"FQ" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"FR" = ( +/obj/structure/window/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"FT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"FX" = ( +/obj/machinery/button/remote/blast_door{ + id = "emergency_shuttle_lockdown"; + name = "Emergency Blast Doors"; + pixel_x = -24; + pixel_y = -7 + }, +/obj/machinery/pointdefense_control, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"FY" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"FZ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Ga" = ( +/obj/machinery/holopad, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Gc" = ( +/obj/structure/table/glass{ + desc = "It's a table, it has some scracthes..they say 'Mlem'." + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Gd" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ge" = ( +/obj/structure/bed/chair/office/dark, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Gg" = ( +/obj/structure/handrail, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Gh" = ( +/obj/machinery/mecha_part_fabricator, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Gi" = ( +/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/unsimulated/floor/steel, +/area/centcom/living) +"Gk" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Gm" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"Go" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Security Processing"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/general, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Gp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Gr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/autoinjectors, +/obj/item/storage/box/beakers, +/obj/item/storage/box/gloves, +/obj/item/storage/box/pillbottles, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Gs" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Gv" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Gw" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Gx" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"Gy" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/netgun, +/obj/item/gun/energy/netgun, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Gz" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"GB" = ( +/obj/machinery/access_button/airlock_interior{ + dir = 8; + frequency = 1380; + master_tag = "specops_docker"; + pixel_x = -8; + pixel_y = -26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/map_helper/airlock/door/int_door, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = null; + name = "Ship Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"GC" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"GD" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"GF" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"GJ" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"GK" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/specops) +"GN" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"GW" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"GX" = ( +/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/reagent_containers/glass/beaker/large, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"GZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Hd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-04" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"He" = ( +/obj/machinery/telecomms/bus/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Hf" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/grilledcheese, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Hg" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/obj/item/ammo_magazine/a7_62mm/ap, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Hj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"Hk" = ( +/obj/item/pda/ert, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Hp" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/specops) +"Hq" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/security) +"Hr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/adv{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/adv, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Hs" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Hu" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/elevator{ + dir = 4; + pixel_y = 25 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Hv" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Hw" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Hy" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"HA" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/head_office/head_of_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"HB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/pill_bottle/dice, +/obj/item/deck/cards, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"HD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/transhuman/resleever, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"HG" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"HH" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"HI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"HN" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/command) +"HO" = ( +/obj/structure/table/glass, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"HQ" = ( +/obj/machinery/door/airlock/glass/medical{ + name = "Virology Laboratory"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"HR" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"HS" = ( +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1); + dir = 4 + }, +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"HT" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HU" = ( +/turf/simulated/floor/tiled/steel, +/area/centcom/security) +"HV" = ( +/obj/item/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/unsimulated/floor/steel, +/area/centcom/security) +"HX" = ( +/obj/structure/grille, +/obj/structure/railing{ + dir = 8 + }, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/evac) +"HY" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"HZ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/ids, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Ia" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ib" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ic" = ( +/turf/unsimulated/wall, +/area/space) +"Id" = ( +/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/unsimulated/floor/steel, +/area/centcom/living) +"Ie" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"If" = ( +/obj/machinery/shieldgen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ig" = ( +/obj/machinery/access_button/airlock_exterior{ + dir = 4; + frequency = 1380; + master_tag = "specops_docker"; + pixel_x = 8; + pixel_y = 26 + }, +/obj/map_helper/airlock/door/ext_door, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = null; + name = "Ship Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Ih" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "FrontlockBD"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ii" = ( +/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/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"Ij" = ( +/obj/machinery/door/airlock{ + name = "Unit 3" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Il" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Im" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/window/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ip" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Is" = ( +/obj/structure/table/reinforced, +/obj/item/material/minihoe, +/obj/item/plant_analyzer, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"It" = ( +/obj/structure/closet/crate/medical, +/obj/item/stack/nanopaste, +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/item/storage/firstaid/surgery, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Iw" = ( +/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/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/obj/item/barrier_tape_roll/engineering, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ix" = ( +/obj/machinery/door/airlock/centcom{ + name = "Living Quarters"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"Iy" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"IA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"IC" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"ID" = ( +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"IG" = ( +/obj/structure/table/reinforced, +/obj/item/tool/crowbar, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/obj/item/tool/crowbar, +/obj/item/tool/screwdriver, +/obj/item/tool/wrench, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"II" = ( +/obj/structure/table/standard, +/obj/item/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/unsimulated/floor/steel, +/area/centcom/holding) +"IL" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"IN" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"IO" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/mixer/cereal, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"IP" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"IQ" = ( +/obj/machinery/igniter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"IS" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"IT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"IW" = ( +/obj/structure/bed/chair/comfy/black, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"IY" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"IZ" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ja" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"Jb" = ( +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/borgupload, +/obj/item/circuitboard/smes, +/obj/item/aiModule/nanotrasen, +/obj/item/aiModule/reset, +/obj/item/aiModule/freeformcore, +/obj/item/aiModule/protectStation, +/obj/item/aiModule/quarantine, +/obj/item/aiModule/paladin, +/obj/item/aiModule/robocop, +/obj/item/aiModule/safeguard, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Jd" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Jf" = ( +/obj/structure/table/woodentable, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Jg" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Ji" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Jj" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Jl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"Jm" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Jn" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Jo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Jq" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Jr" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/escape) +"Js" = ( +/obj/machinery/r_n_d/protolathe, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Jt" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Jw" = ( +/obj/machinery/door/airlock{ + name = "Sitting Restrooms" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/living) +"Jx" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"Jz" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"JB" = ( +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"JC" = ( +/obj/machinery/vending/nifsoft_shop, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"JE" = ( +/obj/structure/sign/department/armory, +/turf/unsimulated/wall, +/area/centcom/security) +"JF" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"JG" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"JH" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"JJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/machinery/vending/medical, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"JM" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"JN" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"JO" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-04" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"JP" = ( +/obj/machinery/door/blast/regular, +/turf/unsimulated/floor/techfloor_grid, +/area/centcom/terminal) +"JR" = ( +/obj/structure/sign/warning/nosmoking_2, +/turf/unsimulated/wall, +/area/centcom/terminal) +"JS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"JU" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_y = -6 + }, +/obj/item/camera{ + name = "Autopsy Camera"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen/red, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"JV" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"JW" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"JX" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"JZ" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kb" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kd" = ( +/obj/structure/table/standard, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/surgical/retractor, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ke" = ( +/obj/item/gun/energy/sizegun, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Kg" = ( +/obj/machinery/door/airlock/command{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/command/bridge, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"Kh" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/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) +"Ki" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kk" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Km" = ( +/obj/machinery/telecomms/relay/preset/centcom, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"Kn" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Kq" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/obj/item/ammo_magazine/a5_56mm/saw/ap, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/obj/item/ammo_magazine/a5_56mm/saw, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Kt" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 27 + }, +/obj/item/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) +"Kx" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Ky" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KB" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"KC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/fuel_port{ + dir = 4; + pixel_x = 29 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"KD" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"KF" = ( +/obj/machinery/newscaster{ + pixel_x = 28 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KG" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/fryer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"KH" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/melee/baton/loaded, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KJ" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC2"; + name = "Cell 2"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"KK" = ( +/obj/machinery/vending/fitness, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"KM" = ( +/obj/structure/table/standard, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/item/cell/high{ + maxcharge = 15000 + }, +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"KN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"KO" = ( +/obj/machinery/computer/shuttle_control/explore/specops{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"KP" = ( +/obj/effect/floor_decal/carpet, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"KQ" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"KR" = ( +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/shower{ + pixel_y = 13 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"KV" = ( +/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/storage/backpack/ert/engineer, +/obj/item/storage/backpack/ert/engineer, +/obj/item/storage/backpack/ert/engineer, +/obj/item/storage/backpack/ert/engineer, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"KW" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"KY" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/toastedsandwich{ + pixel_y = 10 + }, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"Ld" = ( +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Lg" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/storage/box/handcuffs, +/obj/item/gun/energy/gun, +/obj/item/shield/riot, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Lh" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Lj" = ( +/obj/machinery/door/airlock{ + name = "Unit 4" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Ll" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Lp" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Lq" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Lr" = ( +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/beakers, +/obj/item/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ls" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Lt" = ( +/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/storage/backpack/ert/security, +/obj/item/storage/backpack/ert/security, +/obj/item/storage/backpack/ert/security, +/obj/item/storage/backpack/ert/security, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Lu" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/item/gun/ballistic/automatic/wt550/lethal, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Lv" = ( +/obj/machinery/lathe/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Centcom Autolathe" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Lw" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/shuttle/specops/cockpit) +"Lx" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Ly" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/teal, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"LA" = ( +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LB" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"LC" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"LF" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"LG" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LJ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"LK" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LL" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"LU" = ( +/obj/structure/bed/chair/office/dark, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"LV" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"LW" = ( +/obj/structure/table/marble, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"LX" = ( +/turf/unsimulated/wall, +/area/centcom/evac) +"LY" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"LZ" = ( +/obj/structure/table/steel_reinforced, +/obj/item/gun/energy/netgun, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Ma" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Mb" = ( +/obj/machinery/holopad/ship/starts_inactive, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Md" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Me" = ( +/obj/structure/table/bench/wooden, +/turf/unsimulated/floor/wood, +/area/centcom/main_hall) +"Mg" = ( +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Mh" = ( +/obj/machinery/fitness/heavy/lifter, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Mi" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/catering/bar_coffee, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"Mj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Mk" = ( +/obj/structure/closet/wardrobe/orange, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Ml" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Mm" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Mp" = ( +/obj/structure/sign/department/bar, +/turf/unsimulated/wall, +/area/centcom/restaurant) +"Mq" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + icon_state = "frame"; + pixel_y = 30 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/command) +"Mr" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Ms" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"Mt" = ( +/obj/structure/bed/chair/wood/wings, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Mu" = ( +/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) +"Mx" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC1"; + name = "Cell 1"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"My" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Mz" = ( +/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/gun/energy/ionrifle/pistol, +/obj/item/gun/energy/ionrifle/pistol, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"MD" = ( +/obj/effect/floor_decal/corner_steel_grid, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ME" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"MF" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"MG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/unsimulated/floor/steel, +/area/centcom/restaurant) +"MH" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/main_hall) +"MI" = ( +/turf/unsimulated/floor/steel, +/area/centcom/living) +"MJ" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"MK" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"MM" = ( +/obj/effect/floor_decal/sign/dock/two, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"MN" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"MO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = list() + }, +/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/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"MP" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"MQ" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"MR" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"MS" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "specops_docker"; + pixel_x = -25 + }, +/obj/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = "specops_docker_pump"; + power_rating = 20000 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"MT" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"MV" = ( +/obj/machinery/computer/cryopod/dorms{ + name = "Company Property Retention System"; + pixel_y = 27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"MY" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/closet/secure_closet/nanotrasen_warden, +/obj/item/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"MZ" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Nd" = ( +/obj/machinery/airlock_sensor{ + dir = 1; + frequency = 1380; + id_tag = "specops_docker"; + pixel_y = -32 + }, +/obj/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Ne" = ( +/obj/machinery/vending/medical, +/obj/machinery/light{ + dir = 8; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Nf" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ng" = ( +/obj/structure/sign/department/commander, +/turf/unsimulated/wall, +/area/centcom/security) +"Nh" = ( +/obj/machinery/door/blast/regular{ + name = "When Everything else fails." + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ni" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Nj" = ( +/obj/machinery/tele_pad, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Nl" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Nm" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Nn" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"No" = ( +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = -26 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Nq" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/stunrevolver, +/obj/item/gun/energy/stunrevolver, +/obj/item/gun/energy/stunrevolver, +/obj/item/gun/energy/stunrevolver, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ns" = ( +/obj/effect/floor_decal/derelict/d2, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Nt" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Ny" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"NA" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/equipment, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NC" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"ND" = ( +/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/ablative, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NE" = ( +/obj/structure/toilet, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NG" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"NH" = ( +/obj/structure/closet/wardrobe/orange, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NI" = ( +/obj/item/clothing/accessory/holster/hip, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/gun/ballistic/revolver/combat, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"NQ" = ( +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/tool/crowbar, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"NR" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"NU" = ( +/obj/machinery/door/airlock/glass/security{ + name = "Confiscated Items"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/armory, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"NV" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"NW" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"NX" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"NY" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Oa" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/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/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ob" = ( +/obj/effect/floor_decal/derelict/d11, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Oc" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Od" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Oe" = ( +/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/storage/belt/security/tactical, +/obj/structure/closet{ + desc = "It's a storage unit for standard-issue attire."; + icon_closed = "syndicate1"; + icon_opened = "syndicate1open"; + icon_state = "syndicate1"; + name = "tactical equipment" + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/backpack/dufflebag/syndie/ammo, +/obj/item/storage/backpack/satchel/sec, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Of" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Oh" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Oi" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Oj" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/turf/unsimulated/floor/steel, +/area/centcom/bathroom) +"Om" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/item/gun/ballistic/automatic/p90, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"On" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/turf/unsimulated/floor/steel, +/area/centcom/terminal) +"Op" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen cold room" + }, +/obj/map_helper/access_helper/airlock/station/service/kitchen, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bar) +"Oq" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Or" = ( +/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/ablative, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Os" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ot" = ( +/obj/structure/sign/warning{ + name = "\improper STAND AWAY FROM TRACK EDGE" + }, +/turf/unsimulated/wall, +/area/centcom/terminal) +"Ou" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Ow" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/structure/railing{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Ox" = ( +/obj/structure/handrail, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Oz" = ( +/obj/structure/fans/tiny, +/obj/spawner/window/low_wall/reinforced/electrochromic/full/firelocks{ + id = "emergency_security" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"OA" = ( +/obj/machinery/tele_pad, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"OD" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"OF" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"OH" = ( +/obj/structure/table/steel_reinforced, +/obj/item/smes_coil, +/obj/item/smes_coil, +/obj/item/t_scanner/advanced, +/obj/item/t_scanner/advanced, +/obj/item/stack/material/phoron, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"OJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"OL" = ( +/obj/machinery/computer/cryopod/ert{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"OM" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"OO" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"OR" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"OU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Locker Room" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"OZ" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"Pa" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Pb" = ( +/obj/effect/floor_decal/derelict/d3, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Pd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/specops/engine) +"Ph" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/machinery/button/windowtint{ + id = "emergency_security"; + pixel_x = 8; + pixel_y = -24 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"Pj" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/flask/barflask{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/tape_recorder, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Pk" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom/control) +"Pm" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"Pn" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Po" = ( +/obj/effect/floor_decal/derelict/d13, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Pp" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Pq" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ps" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/obj/structure/table/reinforced, +/obj/item/gun/ballistic/shotgun/pump/combat{ + name = "Discipline" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Pt" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"Pu" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Pv" = ( +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Pw" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Py" = ( +/obj/item/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/unsimulated/floor/steel, +/area/centcom/security) +"Pz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"PA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/ids, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"PB" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"PC" = ( +/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/unsimulated/floor/steel, +/area/centcom/control) +"PD" = ( +/obj/structure/filingcabinet/tall, +/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/unsimulated/floor/steel, +/area/centcom/command) +"PE" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"PG" = ( +/obj/item/tape_recorder, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"PI" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"PM" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"PN" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"PO" = ( +/obj/structure/bed/chair/office/light, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"PQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/obj/structure/table/glass, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"PR" = ( +/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/unsimulated/floor/steel, +/area/centcom/command) +"PS" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"PT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"PU" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"PV" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/obj/item/cell/hyper, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"PW" = ( +/obj/machinery/door/airlock/medical{ + name = "Virology Access"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/virology, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"PY" = ( +/obj/structure/table/reinforced, +/obj/machinery/holoplant{ + pixel_y = 6 + }, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"Qa" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid/regular, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"Qb" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/tool/crowbar, +/obj/item/storage/belt/utility, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Qc" = ( +/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/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Qd" = ( +/obj/machinery/vending/blood, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Qg" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Qi" = ( +/obj/machinery/atmospherics/component/unary/freezer, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Qk" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/cheeseburger{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/cheeseburger, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Qm" = ( +/obj/machinery/vending/cola{ + name = "hacked Robust Softdrinks"; + prices = list() + }, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Qp" = ( +/obj/structure/table/standard, +/obj/machinery/computer/med_data/laptop, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Qq" = ( +/turf/unsimulated/wall, +/area/centcom/command) +"Qr" = ( +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"Qs" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Qu" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/control) +"Qv" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + dir = 4; + pixel_x = -32 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"Qw" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Qy" = ( +/obj/structure/table/marble, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Qz" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"QA" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/plating, +/area/shuttle/specops/engine) +"QC" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"QD" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/turretid/lethal{ + control_area = /area/shuttle/specops/general; + pixel_x = -32; + req_access = list(103) + }, +/obj/machinery/button/flasher{ + dir = 4; + id = "breach_flash"; + pixel_x = -24; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"QE" = ( +/obj/structure/table/woodentable, +/obj/machinery/cash_register/civilian, +/turf/unsimulated/floor/wood, +/area/centcom/bar) +"QF" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"QG" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"QH" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/main_hall) +"QJ" = ( +/obj/structure/table/rack, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"QM" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"QO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1); + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"QP" = ( +/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/unsimulated/floor/steel, +/area/centcom/control) +"QS" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"QT" = ( +/obj/machinery/door/airlock/glass_external{ + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"QU" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"QW" = ( +/obj/structure/closet/walllocker/autolok_wall{ + pixel_y = -26 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"QX" = ( +/obj/machinery/shieldwallgen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"QZ" = ( +/obj/machinery/computer/ship/helm{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"Ra" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Rc" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/gun/energy/gun/nuclear, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Re" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Rf" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Rg" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Rh" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ri" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/door/airlock/glass/security{ + name = "Security"; + req_access = list(); + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Rj" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"Rk" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -32 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/general) +"Rl" = ( +/obj/effect/floor_decal/corner_techfloor_grid, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Rm" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Rn" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Ro" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Rp" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/device/drill, +/obj/item/hardsuit_module/device/drill, +/obj/item/hardsuit_module/maneuvering_jets, +/obj/item/hardsuit_module/maneuvering_jets, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Rq" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Rr" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"Rs" = ( +/obj/item/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/unsimulated/floor/steel, +/area/centcom/control) +"Rv" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Rw" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Rx" = ( +/obj/machinery/light{ + old_wall = 1; + use_power = 0 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Ry" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"RA" = ( +/obj/structure/bed/chair/shuttle, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"RE" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"RF" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/structure/filingcabinet/tall, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"RG" = ( +/obj/machinery/door/airlock/glass/security{ + id_tag = "innerS"; + name = "Colonial Security Airlock"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RH" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"RL" = ( +/obj/item/radio/intercom{ + dir = 1; + frequency = 1443; + name = "Spec Ops Intercom"; + pixel_y = -28 + }, +/obj/structure/cable/green, +/obj/machinery/power/apc/alarms_hidden/west_mount, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"RN" = ( +/obj/item/storage/box/evidence, +/obj/item/folder/red, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RP" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RQ" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"RS" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"RV" = ( +/obj/structure/table/standard, +/obj/item/hand_labeler, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"RW" = ( +/obj/machinery/door/airlock/security{ + id_tag = "front"; + name = "Security"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/security/department, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"RX" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/obj/item/reagent_containers/hypospray, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"RY" = ( +/obj/structure/memorial/small/right, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"Sa" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"Sc" = ( +/turf/unsimulated/wall, +/area/centcom/restaurant) +"Sd" = ( +/obj/machinery/telecomms/broadcaster/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Sg" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Sh" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Si" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/door/window/brigdoor, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Sj" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sl" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sm" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Sn" = ( +/obj/structure/closet/crate/bin, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"So" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Sp" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Sr" = ( +/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/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ss" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"St" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/mounted/egun, +/obj/item/hardsuit_module/mounted/egun, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sv" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"Sw" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/escape) +"Sx" = ( +/obj/structure/undies_wardrobe, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Sz" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"SA" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/fries, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"SC" = ( +/obj/machinery/computer/card, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"SD" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/computer/card, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"SG" = ( +/obj/structure/table/standard, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/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) +"SI" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/item/gun/ballistic/automatic/battlerifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"SJ" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"SK" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"SM" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/folder/red_hos, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"SN" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"SQ" = ( +/obj/structure/table/rack, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/item/gun/ballistic/shotgun/pump/combat, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"SW" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/centcom/evac) +"SY" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/meatballspagetti, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"SZ" = ( +/obj/machinery/atm{ + pixel_x = -26 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Tb" = ( +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Tc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Te" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tf" = ( +/obj/machinery/door/airlock/security{ + name = "Security"; + req_one_access = null + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tg" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/obj/item/ammo_magazine/a9mm/top_mount/rubber, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Th" = ( +/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/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Tk" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Tm" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Tn" = ( +/obj/machinery/transhuman/synthprinter, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"To" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Tq" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"Tr" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Tt" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tv" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Tz" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"TA" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/security) +"TB" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/space) +"TD" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"TE" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"TG" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"TI" = ( +/obj/machinery/computer/ship/sensors{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/specops/cockpit) +"TJ" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"TK" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"TN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"TR" = ( +/obj/structure/closet/crate/freezer, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"TV" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"TW" = ( +/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/unsimulated/floor/steel, +/area/centcom/living) +"TX" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"TZ" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ua" = ( +/obj/machinery/door/firedoor, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Ue" = ( +/obj/structure/table/standard, +/obj/item/surgical/hemostat, +/obj/item/surgical/cautery, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Uh" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ui" = ( +/obj/machinery/light{ + dir = 8; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"Uj" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Uk" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/bathroom) +"Un" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 10 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Up" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Us" = ( +/obj/machinery/mecha_part_fabricator/pros, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Uu" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Uw" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Uy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/computer/transhuman/resleeving, +/obj/item/book/manual/resleeving, +/obj/item/storage/box/backup_kit, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"UA" = ( +/turf/unsimulated/wall, +/area/tdome/tdomeadmin) +"UB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"UD" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"UF" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/captain, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"UH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/gun/energy/netgun, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"UI" = ( +/obj/effect/floor_decal/rust/part_rusted3, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"UJ" = ( +/obj/structure/table/steel, +/obj/item/storage/box/bodybags, +/obj/item/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"UM" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"UP" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"UT" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/ammo_magazine/a44/speedloader, +/obj/item/gun/ballistic/revolver/combat, +/obj/item/gun/ballistic/revolver/combat, +/obj/item/gun/ballistic/revolver/combat, +/obj/item/gun/ballistic/revolver/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"UW" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"UY" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"Va" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/meatsteak, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Vb" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Vd" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Ve" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Vf" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"Vh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Vi" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/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) +"Vj" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/obj/item/storage/box/survival/comp, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Vm" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/structure/closet/walllocker/emergsuit_wall{ + pixel_y = -26 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Vn" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Vq" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Vr" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Vu" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdomeobserve) +"Vw" = ( +/obj/structure/table/rack, +/obj/item/hardsuit_module/device/rcd, +/obj/item/hardsuit_module/device/rcd, +/obj/item/hardsuit_module/device/plasmacutter, +/obj/item/hardsuit_module/device/plasmacutter, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Vx" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"Vy" = ( +/obj/machinery/door/airlock/centcom{ + name = "SpecOps Hangar"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops/dock) +"Vz" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"VA" = ( +/obj/structure/table/rack, +/obj/item/hardsuit/ert, +/obj/item/clothing/accessory/storage/black_vest, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"VC" = ( +/obj/machinery/telecomms/broadcaster/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/command) +"VD" = ( +/obj/structure/table/standard, +/obj/item/storage/box/empslite{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/box/empslite, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VE" = ( +/obj/effect/floor_decal/rust/mono_rusted3, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"VH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"VI" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/ammo_magazine/a5_7mm/harpy_smg/ap, +/obj/item/gun/ballistic/automatic/combat, +/obj/item/gun/ballistic/automatic/combat, +/obj/item/gun/ballistic/automatic/combat, +/obj/item/gun/ballistic/automatic/combat, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"VM" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/command, +/obj/item/clothing/head/helmet/ert/command, +/obj/item/storage/backpack/ert/commander, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"VN" = ( +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/masks, +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"VP" = ( +/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/ballistic, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VQ" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VU" = ( +/obj/effect/floor_decal/derelict/d8, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"VV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/obj/item/gun/energy/taser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"VW" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"VY" = ( +/obj/machinery/shipsensors{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/shuttle/specops/general) +"Wb" = ( +/obj/structure/table/reinforced, +/obj/item/tape_recorder, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Wd" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Wg" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/hop, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Wj" = ( +/obj/structure/handrail, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Wk" = ( +/obj/structure/sign/warning/caution, +/turf/unsimulated/wall, +/area/centcom/evac) +"Wl" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Wn" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OMinus{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Wp" = ( +/obj/machinery/computer/pod{ + id = "thunderdome"; + name = "Thunderdome Blast Door Control" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdomeadmin) +"Wq" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/living) +"Wr" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Wt" = ( +/obj/spawner/window/low_wall/reinforced/full/firelocks, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Wu" = ( +/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/unsimulated/floor/steel, +/area/centcom/holding) +"Wv" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/snacks/bigbiteburger, +/turf/unsimulated/floor/wood, +/area/centcom/restaurant) +"Wy" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/multi_tile/glass, +/obj/map_helper/access_helper/airlock/station/medical/department, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"WC" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"WD" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/unsimulated/floor{ + name = "plating" + }, +/area/tdome/tdomeadmin) +"WI" = ( +/turf/unsimulated/floor{ + icon_state = "freezer" + }, +/area/centcom/bathroom) +"WK" = ( +/turf/unsimulated/wall, +/area/centcom/security) +"WM" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"WP" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"WQ" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"WS" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/restaurant) +"WT" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"WV" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"WW" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + dir = 1; + frequency = 1380; + id_tag = "specops_hangar_dock"; + pixel_y = -28; + req_one_access = list(103) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/specops/dock) +"WX" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/closet/secure_closet/medical3, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"WZ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Xa" = ( +/obj/machinery/status_display{ + pixel_x = -31 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Xd" = ( +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Xe" = ( +/obj/structure/table/standard, +/obj/item/tape_recorder, +/obj/item/megaphone, +/obj/item/packageWrap, +/obj/item/storage/box, +/obj/item/hand_labeler, +/obj/item/universal_translator, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Xf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Power Management"; + req_one_access = list(103) + }, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Xg" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Xh" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC5"; + name = "Armoury" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"Xi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Xj" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Xn" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Xp" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/obj/item/storage/box/shotgunammo/large, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Xq" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/windowtint{ + id = "emergency_cockpit"; + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/keycard_auth{ + pixel_x = -24; + pixel_y = -8 + }, +/obj/item/folder/blue, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/shuttle/floor/white, +/area/shuttle/escape) +"Xr" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Xs" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + use_power = 0; + old_wall = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Xv" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"XA" = ( +/obj/item/storage/box/handcuffs{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"XC" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"XD" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-08" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"XF" = ( +/obj/structure/sign/department/operational, +/turf/unsimulated/wall, +/area/centcom/medical) +"XH" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/living) +"XJ" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/flame/lighter/zippo, +/obj/item/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"XN" = ( +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"XO" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"XQ" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC"; + name = "Armoury" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"XS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm/ap, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/ammo_magazine/a5_56mm, +/obj/item/gun/ballistic/automatic/sts35, +/obj/item/gun/ballistic/automatic/sts35, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"XT" = ( +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"XU" = ( +/obj/item/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/unsimulated/floor/steel, +/area/centcom/control) +"XV" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"XW" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"XX" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"XY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/filingcabinet/tall, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"XZ" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/command) +"Ya" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Yd" = ( +/obj/machinery/lathe/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Unlocked Autolathe" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ye" = ( +/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/unsimulated/floor/steel, +/area/centcom/living) +"Yh" = ( +/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/unsimulated/floor/steel, +/area/centcom/main_hall) +"Yi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/obj/item/storage/belt/medical/emt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Yl" = ( +/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/storage/firstaid/o2, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Ym" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Yn" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor" + }, +/area/centcom/bathroom) +"Yo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Yp" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/main_hall) +"Yq" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 27 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Yr" = ( +/turf/unsimulated/wall, +/area/space) +"Yt" = ( +/obj/machinery/door/airlock/centcom{ + name = "Commander"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom/ert, +/turf/unsimulated/floor/wood, +/area/centcom/specops) +"Yu" = ( +/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Yv" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Yy" = ( +/obj/machinery/door/airlock/centcom{ + name = "Nanotrasen Offices"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"Yz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "residential"; + name = "Security Door"; + opacity = 0 + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"YA" = ( +/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, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"YB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"YC" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YE" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/cell/device/weapon, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YF" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YG" = ( +/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/unsimulated/floor/steel, +/area/centcom/living) +"YH" = ( +/obj/structure/table/glass, +/obj/item/defib_kit/compact/loaded, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"YI" = ( +/obj/structure/table/standard{ + desc = "It's a table, it has something scratched on it 'I fuck the squirrel on this table'." + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "carpet" + }, +/area/centcom/control) +"YJ" = ( +/obj/machinery/power/rtg/fake_gen, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"YK" = ( +/obj/structure/railing, +/obj/machinery/light/flamp/noshade, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"YL" = ( +/obj/structure/cable, +/obj/machinery/power/apc/alarms_hidden/south_mount, +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"YM" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"YN" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"YO" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YP" = ( +/turf/unsimulated/floor/steel, +/area/centcom/holding) +"YQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YS" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"YU" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"YV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"YX" = ( +/obj/structure/table/rack, +/obj/item/flash, +/obj/item/flash, +/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, +/obj/item/gun/energy/gun/martin, +/obj/item/gun/energy/gun/martin, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Zb" = ( +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Zc" = ( +/obj/item/stool/padded, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Zd" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/storage/box/teargas, +/obj/item/storage/box/teargas, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Ze" = ( +/turf/simulated/floor/plating, +/area/centcom/specops/dock) +"Zf" = ( +/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/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"Zh" = ( +/obj/structure/memorial/small/left, +/turf/unsimulated/floor/steel{ + icon_state = "asteroidfloor" + }, +/area/centcom/main_hall) +"Zi" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Zj" = ( +/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/unsimulated/floor/steel, +/area/centcom/security) +"Zk" = ( +/obj/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome/tdome1) +"Zl" = ( +/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/unsimulated/floor/steel, +/area/centcom/command) +"Zm" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"Zn" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/l3closet/security, +/turf/unsimulated/floor/steel, +/area/centcom/security) +"Zq" = ( +/obj/item/folder/white, +/obj/structure/table/standard, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/obj/item/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 10 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"Zs" = ( +/turf/unsimulated/wall, +/area/centcom/main_hall) +"Zv" = ( +/obj/effect/blocker, +/turf/simulated/floor/tiled/white, +/area/centcom/specops) +"Zx" = ( +/obj/machinery/atmospherics/component/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/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"Zy" = ( +/obj/machinery/light{ + dir = 4; + use_power = 0 + }, +/obj/structure/closet/firecloset/full/double, +/turf/simulated/shuttle/floor/darkred, +/area/shuttle/escape) +"ZA" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/table/glass, +/obj/item/storage/firstaid/fire, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ZC" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/medical/morgue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/medical) +"ZG" = ( +/obj/machinery/disease2/diseaseanalyser, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/medical) +"ZH" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ZJ" = ( +/obj/machinery/door/airlock, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/security) +"ZK" = ( +/obj/machinery/door/airlock/vault/bolted{ + id_tag = "the_end"; + name = "RESTRICTED"; + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + id = "ADMINFUN"; + name = "RESTRICTED" + }, +/obj/map_helper/access_helper/airlock/station/command/vault, +/turf/simulated/floor/reinforced, +/area/centcom/security) +"ZL" = ( +/obj/item/stool/padded, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/bathroom) +"ZM" = ( +/obj/machinery/power/pointdefense, +/turf/simulated/floor/plating/eris/under, +/area/shuttle/escape) +"ZN" = ( +/obj/structure/sign/department/armory, +/turf/unsimulated/wall, +/area/centcom/control) +"ZP" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"ZQ" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/unsimulated/floor/steel, +/area/centcom/command) +"ZT" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor/steel{ + icon_state = "white" + }, +/area/centcom/control) +"ZU" = ( +/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/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/command) +"ZV" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/evac) +"ZZ" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) + +(1,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(2,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +dy +BP +"} +(3,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(4,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(5,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(6,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(7,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(8,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(9,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(10,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(11,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(12,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(13,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(14,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(15,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(16,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(17,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(18,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(19,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(20,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(21,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(22,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(23,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(24,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(25,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(26,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(27,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(28,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(29,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(30,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(31,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(32,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(33,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(34,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(35,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(36,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(37,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(38,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(39,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(40,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(41,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(42,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(43,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(44,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(45,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(46,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(47,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(48,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(49,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(50,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(51,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(52,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(53,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(54,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(55,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(56,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(57,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(58,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(59,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(60,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(61,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(62,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(63,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(64,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +pO +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +JP +pO +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(65,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(66,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +jQ +jQ +Fl +Fl +Fl +jQ +jQ +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(67,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +ZM +Fl +Xq +TV +PU +im +FX +Fl +ZM +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(68,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +Ef +jQ +wG +QG +QG +QG +QG +mG +wG +jQ +Jr +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(69,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +jQ +jQ +qk +in +yz +in +QW +jQ +jQ +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(70,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +bV +wG +mb +mb +Kg +mb +mb +wG +bV +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(71,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Wj +uV +Ui +pa +yz +pa +Ui +uV +gS +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(72,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +oz +yz +Ew +NW +yz +Ew +NW +yz +ag +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(73,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +oL +RA +yz +Ew +NW +yz +Ew +NW +yz +Dm +oL +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(74,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +MD +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +tC +iX +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +oL +NW +yz +Ew +NW +yz +Ew +NW +yz +Dm +oL +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(75,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Pa +Vf +Vf +Vf +Xv +Vf +vQ +gE +Vf +Vf +Vf +Vf +Vf +dM +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +oL +RA +yz +Ew +NW +yz +Ew +NW +yz +Dm +oL +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(76,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +Hw +dz +Cx +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +oz +yz +Ew +NW +yz +Ew +NW +yz +ag +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(77,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +aR +tJ +UI +vc +DC +DC +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Gg +yz +yz +yz +yz +yz +yz +yz +Jg +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(78,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +DC +vc +vc +zS +Ns +vc +VE +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +al +vR +Zy +ov +yz +yz +PY +qm +va +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(79,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +DC +vc +vc +Ob +Pb +vc +vc +vc +vc +yp +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +pO +AF +AF +AF +AF +jQ +jQ +AA +AA +wG +gg +Vm +wG +Oz +Oz +jQ +AF +AF +AF +pO +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(80,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +uz +DC +vc +vc +vc +vc +ep +jZ +vc +DC +vc +vc +vc +Di +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Ne +mU +gX +mE +CG +CG +Oz +ze +OZ +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(81,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +Po +rD +vc +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Ox +Sp +dx +mE +CG +CG +Oz +nb +Ph +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(82,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +CL +BO +DC +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +iC +mA +Sp +dx +jQ +lo +Jg +jQ +nU +OZ +xj +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(83,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +dn +on +vc +vc +yp +vc +DC +gO +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +iC +Pn +Sp +Sp +Cw +CG +CG +uq +lM +OZ +xj +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(84,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +DC +vc +yp +vc +iz +VU +vc +vc +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +qH +Dp +Qd +jQ +Gg +Jg +jQ +gb +kX +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(85,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +vc +vc +Ee +tb +vc +DC +vc +vc +vc +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +Sg +Xs +wG +wG +ID +No +jQ +FB +ya +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(86,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +Ow +vc +vc +vc +DC +vc +Hw +tb +vc +vc +vc +vc +yp +Dl +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +jQ +jQ +jQ +wG +CG +CG +Rx +jQ +jQ +jQ +jQ +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(87,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +MP +Un +vc +vc +DC +Bn +CT +mS +Un +vc +vc +vc +Bn +cg +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +Sw +Sw +jQ +jQ +CG +CG +CG +jQ +jQ +Sw +Sw +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(88,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +pG +BD +mS +ZH +lm +ZH +Nl +vc +vc +Nt +ZH +MM +ZH +CT +YK +Gv +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +Sw +wG +BC +CD +jT +wG +Sw +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(89,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +DQ +xx +xx +xx +xx +xx +xx +vc +vc +xx +xx +xx +xx +xx +xx +ZV +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +iH +AF +AF +AF +AF +AF +AF +AF +AF +JB +JB +JB +AF +AF +AF +AF +AF +AF +AF +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(90,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +vc +vc +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +LX +LX +LX +LX +LX +SW +SW +SW +LX +Ot +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +CO +Ot +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(91,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +vc +vc +Ic +Ic +Ic +vc +vc +DC +vc +vc +vc +LX +eu +vc +Wk +vc +vc +vc +vc +tS +JR +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(92,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +DC +vc +vc +vc +DC +vc +vc +vc +vc +vc +vc +QT +wi +wi +tp +wi +wi +wi +wi +wi +GJ +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(93,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +yt +vc +vc +vc +vc +vc +yp +vc +vc +vc +vc +QT +wi +wi +QT +wi +wi +wi +wi +wi +GJ +JB +JB +JB +JB +JB +JB +MH +Zs +Dr +Yp +Zs +MH +JB +JB +JB +JB +JB +JB +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(94,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +Ic +Ic +Ic +Ic +Ic +vc +vc +vc +vc +DC +vc +LX +vc +vc +Wk +vc +vc +vc +vc +vc +iH +On +tl +le +le +le +On +MH +Fn +aM +aM +Fn +MH +On +le +le +le +tl +On +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(95,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +Ic +Ic +Ic +Ic +Ic +Ic +Ic +LX +HX +HX +LX +vc +vc +LX +HX +HX +iH +vN +vN +vN +vN +vN +vN +MH +Dr +Dr +Dr +Dr +MH +vN +vN +vN +vN +vN +vN +iH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(96,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +LX +Fh +Fh +LX +tS +tS +LX +Fh +Fh +iH +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(97,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +LX +LX +LX +LX +LX +LX +LX +LX +LX +iH +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(98,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(99,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(100,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +UA +UA +UA +UA +UA +UA +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(101,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +UA +UA +UA +UA +UA +UA +UA +xr +xr +xr +xr +xr +yK +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(102,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +rC +rC +Gm +Gm +UA +UA +UA +As +As +As +As +As +As +UA +UA +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(103,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +qo +UA +ef +QF +Zk +Zk +Zk +Zk +Zk +Zk +XC +aL +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +GN +Dr +Dr +Dr +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(104,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +wU +UA +ef +QF +Zk +bb +Zk +Zk +bb +Zk +XC +aL +UA +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +MH +Dr +Dr +Dr +Xj +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(105,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +wU +UA +ef +QF +Zk +Zk +EX +Zk +Zk +Zk +XC +aL +UA +BP +ft +ft +ft +ft +ft +ft +ft +BP +BP +BP +ft +ft +ft +ft +ft +ft +ft +BP +BP +BP +BP +BP +BP +BP +MH +gq +Dr +Dr +Xj +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(106,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +TG +TG +TG +TG +UA +ef +QF +Zk +bb +Zk +Zk +bb +Zk +XC +aL +UA +Ic +ft +zR +fX +fX +fX +rd +ft +BP +BP +BP +ft +Ue +uG +Wn +me +sw +ft +BP +BP +BP +BP +BP +BP +BP +MH +pj +Dr +Dr +Xj +MH +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(107,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +Gz +Gz +bk +TG +UA +ef +QF +Zk +Zk +Zk +Zk +Zk +Zk +XC +aL +UA +Ic +ft +Os +dw +dw +dw +ei +ft +BP +BP +BP +ft +Kd +dw +jB +Rv +vt +ft +BP +BP +BP +BP +BP +BP +BP +Zs +cq +Dr +Dr +Xj +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(108,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +UA +UA +UA +AZ +UA +UA +UA +hM +hM +hM +hM +hM +hM +UA +UA +UA +Ic +ft +hp +dw +dw +YN +nX +ft +BP +BP +BP +ft +FH +dw +JZ +Ft +eV +ft +BP +BP +BP +BP +BP +BP +BP +Zs +Rn +Dr +Dr +Xj +nh +dj +lp +Iy +bu +WK +Em +pw +xE +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(109,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +WT +oV +oV +oV +Vu +IQ +Ec +Ec +Ec +Ec +Ec +Ec +IQ +UA +Ic +Ic +ft +Pu +dw +dw +dw +RS +ft +BP +BP +BP +ft +uF +dw +DA +Ft +uK +ft +BP +BP +BP +BP +BP +BP +BP +Zs +uR +Dr +Dr +Xj +Of +fD +RP +Bx +Xn +WK +HR +Bx +Lg +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(110,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +XJ +sz +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +Pu +dw +dw +dw +RS +ft +BP +BP +BP +ft +rR +za +GF +rr +lx +ft +BP +BP +BP +BP +BP +BP +BP +Zs +tn +Dr +Dr +Dr +Of +YO +yh +Bx +cD +WK +OO +Bx +dl +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(111,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +xN +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +sN +zx +dw +Vz +sM +ft +BP +BP +BP +ft +ft +ft +ft +yY +XF +ft +ft +ft +ft +ft +ft +ft +ft +ft +Dr +Dr +Dr +Dr +nh +dj +DF +gp +nc +nH +Bx +ri +Bx +WK +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(112,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +XJ +sz +Be +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +ft +Bj +HQ +Bj +Bj +ft +BP +BP +BP +ft +To +En +Oq +dw +rW +gW +ft +Bq +kR +aD +me +me +tz +ft +CF +CF +CF +Ih +WK +WK +WK +WK +WK +WK +WK +WK +nH +WK +Zs +Zs +Zs +Zs +Zs +Zs +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(113,1,1) = {" +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +UA +Lx +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +IS +SK +dw +Jz +lz +ft +ft +ft +ft +ft +GX +Ge +YH +dw +dw +qV +ft +rb +Ge +HO +dw +dw +lj +ft +mq +Dr +Dr +Dr +MH +Rh +Dr +Dr +sI +sI +sp +sI +Dr +Dr +sI +sI +sI +sI +BK +Sn +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(114,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Zs +Zs +Zs +UA +oV +sz +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +VN +dw +dw +dw +IY +ft +Xg +gu +Ve +ft +Kh +dw +BG +dw +dw +IN +ft +oy +dw +if +dw +dw +lj +ft +Dr +Dr +Dr +Dr +MH +Rh +Dx +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ni +Ra +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(115,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +bg +Dr +Dr +UA +oV +oV +oV +oV +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +ZG +dw +dw +dw +dw +PW +dw +dw +dw +PW +dw +dw +dw +dw +dw +WX +Bj +rb +Ge +Gc +dw +dw +lj +Bj +Dr +Dr +Dr +Dr +MH +Rh +DX +od +od +od +od +od +Me +Me +od +od +od +od +TE +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(116,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +fr +oV +oV +oV +oV +Vu +Ec +Ec +Ec +sC +jA +Ec +Ec +Ec +UA +Ic +Ic +ft +NG +pr +eh +eh +Tz +ft +QS +PM +RE +ft +uo +Ft +dw +jB +Rv +wN +Bj +Vq +ap +cH +dw +dw +Jq +Bj +Dr +Dr +Dr +Dr +MH +GN +DX +od +ky +dg +dg +dg +dg +dg +dg +dg +ky +od +TE +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(117,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +WD +oV +oV +oV +oV +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +dv +IY +fS +Mm +AT +ft +ft +ft +ft +ft +Fe +Kn +dw +XV +Ft +dw +Wy +dw +dw +dw +dw +dw +dw +mi +Dr +Dr +Dr +Dr +FT +Dr +DX +od +dq +wE +wE +wE +wE +wE +wE +wE +dq +od +TE +Dr +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(118,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +WD +oV +sz +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +Lr +dw +dw +dw +dA +ft +AB +lK +gy +ft +Tk +Ft +dw +gQ +Ft +dw +vO +dw +dw +dw +dw +dw +dw +tI +Dr +Dr +Dr +Dr +qn +Dr +DX +Me +dq +wE +wE +wE +nr +jm +ox +wE +dq +Me +TE +Ro +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(119,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +GN +Dr +Dr +WD +Lx +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +yU +Tz +md +jo +WZ +ft +xW +ug +Kk +ft +Kb +Ft +dw +HH +rr +Yl +ft +Ae +dw +dw +dw +dw +BM +vS +Dr +Dr +Dr +Dr +MH +pN +DX +od +dq +wE +wE +wE +Zh +jm +wE +wE +dq +od +TE +Ro +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(120,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +oV +sz +Be +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +ft +ft +ft +ft +ft +ft +ft +Qi +qG +Jq +ft +ge +Ft +dw +dw +dw +ZA +ft +rb +dw +dw +dw +dw +eV +ft +ia +Dr +Dr +Dr +MH +pz +DX +od +dq +wE +wE +wE +RY +jm +wE +ox +dq +od +TE +Ro +Zs +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(121,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +Lx +sz +lJ +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +Zx +jr +dw +dw +dw +Sz +Nn +JJ +Oa +qf +ft +sT +gl +Ki +lw +qx +QM +ft +Dr +Dr +Dr +Dr +FT +Dr +DX +Me +dq +wE +dg +wE +ot +jm +wE +wE +dq +Me +TE +Ro +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(122,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fF +hS +hS +hS +hS +hS +fF +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +oV +oV +oV +sz +Vu +Ec +Ec +Ec +Ec +Ec +Ec +Ec +Ec +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +ft +ZC +ft +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +pb +Dr +Dr +Dr +qn +Dr +DX +od +dq +wE +wE +wE +wE +wE +wE +wE +dq +od +TE +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(123,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fF +jt +qq +qq +Ja +Pd +fF +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +HT +ko +oV +oV +Vu +IQ +Ec +Ec +Ec +Ec +Ec +Ec +IQ +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +UJ +wY +WP +Qq +ui +UB +RF +sR +ih +JG +Qq +JM +Sh +Sh +Sh +Sh +Cb +HN +Dr +Dr +Dr +Dr +MH +GN +DX +od +ky +dg +dg +dg +dg +dg +dg +dg +ky +od +TE +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(124,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fF +jH +rO +zO +Jl +Pm +fF +OR +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +UA +UA +Au +UA +UA +UA +hM +hM +hM +hM +hM +hM +UA +UA +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +ft +cv +CH +ux +Qq +Vn +hx +sm +sm +PO +kq +Qq +lX +sm +sm +sm +sm +km +HN +Dr +Dr +Dr +Dr +MH +Rh +DX +od +od +od +od +od +Me +Me +od +od +od +od +TE +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(125,1,1) = {" +tT +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +dY +fF +jO +ss +CB +KC +QA +fF +dY +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +rq +UY +UY +UA +zA +QF +fO +fO +fO +fO +fO +fO +XC +AL +UA +Ic +WK +WK +WK +WK +WK +WK +ft +EQ +ct +Rr +Qq +di +sm +sm +sm +sm +kY +Qq +XT +sm +sm +sm +sm +sm +HN +Dr +Dr +Dr +Dr +MH +Rh +xU +jI +jI +jI +jI +jI +jI +jI +jI +jI +jI +jI +ns +Dr +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(126,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +ez +gt +kW +st +gt +fF +fF +gt +ez +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +qu +UY +UY +UA +zA +QF +fO +NV +fO +fO +NV +fO +XC +AL +UA +Ic +WK +HU +Fu +eB +BU +WK +ft +cv +CH +JU +Qq +qv +sm +sm +sm +sm +sm +cb +sm +sm +sm +sm +sm +sm +Tc +Dr +Dr +Dr +Dr +MH +Rh +Dr +Dr +kP +kP +kP +kP +Dr +Dr +kP +kP +kP +kP +Dr +Sn +Zs +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(127,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +gK +lF +sQ +CC +KN +QD +RL +eZ +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +lG +UY +UY +UA +zA +QF +fO +fO +ay +fO +fO +fO +XC +AL +UA +Ic +WK +WK +WK +eB +kv +WK +ft +cv +CH +FY +Qq +rJ +YU +sm +sm +sm +sm +Ua +sm +sm +sm +sm +sm +sm +Ua +Dr +Dr +Dr +Dr +Sc +Sc +Sc +Sc +rp +rp +rp +rp +Sc +Sc +rp +rp +rp +DZ +fh +fh +fh +fh +fh +fh +fh +fh +fh +fh +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(128,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +hF +lF +tZ +DV +KO +QZ +TI +eZ +OR +WW +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +UY +UY +UY +UA +zA +QF +fO +NV +fO +fO +NV +fO +XC +AL +UA +Ic +WK +WK +WK +eB +BU +WK +ft +fz +zP +yd +Qq +cJ +sm +ex +Da +sm +my +Qq +ls +Vr +SJ +sm +sm +sm +HN +Dr +Dr +Dr +Dr +Ro +Sc +Ml +mh +mh +mh +mh +mh +mh +uk +mh +mh +mh +iN +iP +nA +mg +fh +LW +fA +ws +fh +jp +MJ +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(129,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +ez +nm +uE +DV +Lw +Lw +DV +ez +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +Wp +UY +UY +UA +zA +QF +fO +fO +fO +fO +fO +fO +XC +AL +UA +Ic +WK +pM +HU +eB +BU +WK +ft +ft +ft +ft +Qq +fu +iM +fL +hi +sm +hA +Qq +no +hx +jS +sm +sm +sm +gY +Dr +Dr +Dr +Dr +PQ +Sc +og +mh +pS +pS +mh +mh +mh +pS +pS +mh +mh +iN +jK +nA +nn +fh +wL +yc +yc +Op +yB +yB +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(130,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +eZ +eZ +lF +tZ +EH +Mb +Rf +eZ +VY +OR +OR +aG +Ic +Ic +Ic +Zs +GN +Dr +Dr +UA +UY +UY +UY +UA +UA +UA +As +As +As +As +As +As +UA +UA +UA +Ic +WK +WK +WK +WK +WK +WK +Zs +bg +Dr +bg +Qq +yo +iM +wf +hd +sm +sm +Yy +sm +PO +jS +sm +sm +sm +HN +GN +Dr +Dr +Dr +Ro +Sc +yC +Mt +SA +nl +rs +mh +Mt +gs +lv +rs +mh +iN +QE +nA +qR +fh +mH +yc +BJ +fh +jy +hU +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(131,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +ez +eZ +oa +uJ +ET +Mg +Rg +eZ +ez +OR +OR +aG +Ic +Ic +Ic +Zs +Dr +Dr +Dr +UA +UY +UY +UY +UY +UY +UA +Ii +Ii +Ii +Ii +Ii +yK +UA +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Zs +Dr +Dr +Dr +Qq +pp +iM +FC +ek +sm +my +Qq +HY +vL +jS +sm +sm +sm +gY +Dr +Dr +Dr +Dr +Sc +Sc +pT +Mt +Qk +Wv +rs +mh +Mt +SY +mI +rs +mh +iN +bh +nA +aQ +fh +cz +yc +CI +fh +fh +fh +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(132,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +fC +eZ +oB +ve +EY +Mg +Rg +eZ +fC +OR +OR +aG +Ic +Ic +Zs +Zs +Dr +Dr +Dr +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +QH +Dr +Dr +Dr +Qq +YB +sm +fg +Aq +sm +hA +Qq +lf +mM +nt +sm +sm +sm +HN +Dr +Dr +Dr +Dr +Sc +gf +mh +mh +aI +aI +mh +mh +mh +aI +aI +mh +mh +iN +KY +nA +lC +fh +fs +yc +da +fh +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(133,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +TB +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +eZ +pt +wP +FN +Mg +Rk +eZ +OR +OR +OR +aG +Ic +Ic +Zs +bg +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +CE +Dr +Dr +Dr +Qq +rJ +YU +sm +sm +sm +sm +cb +sm +sm +sm +sm +sm +sm +Tc +Dr +Dr +Dr +Dr +rp +RH +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +iN +ho +nA +nA +Ch +yc +yc +sc +fh +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +sV +sV +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(134,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +ez +eZ +ez +GB +ez +eZ +ez +OR +OR +OR +aG +Ic +Ic +Zs +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 +CE +Dr +Dr +wH +Qq +Fw +sm +sm +sm +sm +sm +Ua +sm +sm +sm +sm +sm +sm +Ua +Dr +Dr +Dr +Dr +rp +JC +mh +mh +pS +pS +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +Sc +fh +fh +fh +fh +fh +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +zH +WI +Qv +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(135,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +fC +eZ +wQ +HI +MS +eZ +fC +OR +OR +OR +aG +Ic +Ic +Zs +bg +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 +CE +Dr +Dr +Dr +Qq +XY +sm +sm +sm +sm +zc +Qq +rt +sm +sm +sm +sm +sm +HN +Dr +Dr +Dr +Dr +qM +mh +mh +Mt +Hf +gm +rs +mh +mh +mh +mh +mh +mh +mh +mh +np +Sc +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +qE +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(136,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +eZ +zi +lF +Nd +eZ +OR +OR +OR +OR +aG +Ic +Ic +xa +xa +kk +kk +xa +es +es +es +es +es +es +lR +lR +es +sB +sB +es +lR +lR +es +lR +lR +es +es +es +es +es +es +Qu +qn +qn +qn +Qq +Vn +vL +sm +sm +vL +pB +Qq +xB +sm +sm +sm +sm +hV +HN +Dr +Dr +Dr +Dr +Sc +mh +mh +Mt +xh +Va +rs +mh +mh +mh +mh +mh +mh +mh +mh +Uu +Sc +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +kb +WI +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(137,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +pW +ez +Ig +ez +pW +OR +OR +OR +OR +aG +aG +aG +aG +xa +eQ +eQ +es +UF +xS +Jx +es +Tm +Ld +Ld +MN +Ld +Ld +Ld +Ld +Ld +MN +Ld +Ld +Ld +Ld +Tm +lR +sF +MN +uC +es +Dr +Dr +Dr +Qq +Pw +ZQ +sm +sm +oA +xb +Qq +JM +fe +aJ +fe +fe +wJ +HN +Dr +Dr +Dr +Dr +rp +og +mh +mh +aI +aI +mh +mh +mh +mh +mh +mh +mh +mh +mh +TJ +Sc +Ic +Ic +Ic +Ic +ga +ga +ga +ga +ga +ga +ga +ga +ga +ga +ga +Tq +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(138,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +OR +OR +IT +OJ +OJ +OJ +OJ +OJ +OJ +Xf +Yo +Yo +YL +xa +eQ +eQ +es +ff +QC +cC +Ix +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +lR +He +Ld +Sd +es +Dr +Dr +Dr +Qq +Qq +Qq +sm +ac +Qq +Qq +sV +sV +sV +sV +sV +sV +sV +sV +tn +Dr +Dr +Dr +rp +Ml +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +mh +sx +Sc +WK +WK +WK +WK +ga +pY +ga +pY +ga +pY +ga +pY +ga +pY +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(139,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +cf +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +OR +aG +YJ +YJ +Ze +xa +eQ +eQ +es +es +es +es +es +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +xv +Ld +Ld +hE +es +Dr +Dr +Dr +Qq +IC +jw +jw +jw +jw +KW +sV +uA +uA +uA +uA +uA +KK +sV +Ay +Dr +Dr +Dr +Sc +Sc +Sc +Sc +rp +rp +rp +Sc +Sc +Mp +qd +un +rp +rp +Sc +Sc +Sc +UW +QU +Xd +UW +ga +yL +ga +yL +ga +yL +ga +yL +ga +yL +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(140,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +aG +aG +aG +aG +aG +aG +aG +aG +aG +Vy +Wt +Vy +aG +aG +aG +aG +aG +xa +eQ +eQ +es +UF +xS +zd +Ix +Ld +Ld +Ld +es +es +lR +lR +xv +lR +lR +es +es +Ld +Ld +Ld +lR +EL +Ld +cG +es +Dr +Dr +Dr +Qq +jw +Jj +Ip +Ip +At +jw +sV +MR +xL +xL +xL +xL +xL +sV +Dr +Dr +Dr +Dr +qn +vy +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Yz +Xd +Uw +Uw +Xd +rF +XH +XH +XH +XH +XH +XH +XH +XH +fP +Jw +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(141,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Nf +Nf +Nf +xa +Ic +Ic +Ic +Ic +xa +eQ +eQ +es +ff +QC +lh +es +Ld +Ld +Ld +lR +DS +Ld +Ld +Ld +XD +kA +Il +es +Ld +Ld +Ld +lR +ly +Ld +hZ +es +Dr +Dr +Dr +Qq +jw +Ly +Fo +pH +ma +jw +sV +ZL +ZL +ZL +xL +xL +xL +OU +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Yz +Xd +Uw +Uw +Xd +rF +MI +MI +MI +MI +MI +MI +MI +MI +bj +ga +sV +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(142,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +Nf +Nf +Nf +xa +xa +xa +xa +xa +eI +eQ +eQ +es +es +es +es +es +Ld +Ld +Ld +lR +Ou +Ou +Ld +Ld +Ld +Dh +Dh +es +Ld +Ld +Ld +es +es +es +es +es +Dr +Dr +Dr +Qq +tU +Ly +SM +sW +ma +jw +sV +wv +wv +xL +xL +go +Qa +sV +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Yz +Xd +Uw +Uw +Xd +rF +Hj +Hj +Hj +Hj +Hj +Hj +Hj +Hj +jM +DJ +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(143,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +gZ +jJ +mD +ev +eI +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Ia +eQ +eQ +es +UF +xS +zd +Ix +Ld +Ld +Ld +lR +ZZ +IP +Ld +Ld +Ld +Ld +Ld +es +Ld +Ld +Ld +lR +Ld +MN +Od +es +Dr +Dr +Dr +Qq +jw +Ly +XZ +Fo +ma +jw +sV +sV +sV +PT +PT +sV +sV +sV +Dr +Dr +Dr +Dr +sV +sV +sV +sV +sV +sV +Oj +sV +sV +Sc +qd +un +rp +rp +Sc +Sc +WK +vm +vm +vm +vm +WK +yL +ga +yL +ga +yL +ga +yL +ga +yL +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(144,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Nf +Nf +Nf +Nf +Nh +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Ia +eQ +eQ +es +ff +QC +lh +es +Ld +Ld +Ld +lR +XX +xk +Ld +Ld +Ld +Ld +yi +es +ht +Ld +Ld +xv +Ld +Ld +Az +es +Dr +Dr +Dr +Qq +Gx +Ly +gG +jf +ma +jw +sV +oi +Yn +Yn +Yn +Yn +eN +sV +GN +Dr +Dr +Dr +sV +FE +mJ +mJ +gF +Ba +iE +lT +sV +Ml +mh +mh +mh +mh +mh +Ml +WK +UW +Uw +Uw +UW +WK +pY +ga +pY +ga +pY +ga +pY +ga +pY +ga +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(145,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +Nf +Nf +Nf +xa +xa +xa +xa +xa +xa +bz +bz +es +es +es +es +es +ht +Ld +Ld +lR +Dh +Dh +Ld +eq +CN +Ld +Ld +es +Ld +Ld +Ld +lR +Ld +Ld +OA +es +Dr +Dr +Dr +Qq +cF +bJ +tw +tw +Er +nv +sV +Mh +Yn +Yn +Yn +sq +Yn +sV +Dr +Dr +Dr +Dr +sV +ou +iE +iE +iE +iE +iE +wK +sV +Bi +mh +mh +Mt +Jf +Jf +rs +WK +dj +MO +sO +dj +WK +ga +ga +ga +ga +ga +ga +ga +ga +ga +ga +Tq +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(146,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +It +sD +cX +bi +xa +xK +Nf +cc +xa +dQ +fI +AG +Jd +es +es +es +es +UF +xS +zd +Ix +Ld +Ld +Ld +lR +My +Ld +Ld +iv +CN +Ld +QP +es +Ld +Ld +Ld +es +es +es +es +Qu +Dr +Dr +Dr +Qq +Mq +bJ +kh +kh +Er +Mi +sV +VH +Yn +Yn +Yn +Yn +dV +sV +Hu +Dr +Dr +Dr +Oj +iE +iE +iE +iE +iE +iE +iE +Oj +mh +mh +mh +Mt +Jf +Jf +rs +WK +SC +hj +Gk +Db +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +kb +WI +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(147,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xJ +Nf +Nf +Nf +kZ +Nf +Nf +Nf +hk +Nf +Nf +Nf +KV +es +xG +xG +es +ff +QC +lh +es +Ld +Ld +Ld +es +yl +EA +Ld +oZ +Vd +Ld +Ld +lR +Ld +Ld +Ld +Fp +Ld +Tm +lR +Tm +Dr +Dr +Dr +Qq +cF +bJ +Mr +Mr +Er +aY +sV +Mh +Yn +Yn +Yn +sq +Yn +sV +Dr +Dr +Dr +Dr +sV +iE +Uk +iE +Uk +iE +Uk +iE +sV +LC +mh +mh +mh +mh +mh +mh +WK +rH +Bx +Bx +wX +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +Df +WI +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(148,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +RX +Nf +jg +rB +kZ +Nf +Nf +Nf +hk +Gw +Ed +Nf +zB +es +oN +oN +es +es +es +es +es +Ld +Ld +Ld +Qu +dp +zw +Ld +Ld +Ld +Ld +Ld +xv +Ld +Ld +Ld +xv +Ld +Ld +it +Ld +Dr +Dr +Dr +Qq +Gx +Ly +Fo +rA +ma +jw +sV +oi +Yn +Yn +Yn +Yn +rZ +sV +Dr +Dr +Dr +Dr +sV +gn +sV +sS +sV +Ij +sV +Lj +sV +yv +mh +mh +mh +mh +mh +mh +WK +qL +YS +dh +cu +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +mu +zH +WI +om +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(149,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +qj +Nf +Qz +Cv +kZ +Nf +Nf +Nf +hk +Nf +Nf +Nf +YX +es +oN +oN +es +UF +xS +zd +Ix +Ld +Ld +Ld +es +BF +mo +xZ +Ld +Ld +Ld +Tm +lR +Ld +Ld +Ld +tk +ht +Tm +lR +Tm +Dr +Dr +Dr +Qq +jw +Ly +oW +gG +ma +jw +sV +sV +sV +ja +ja +sV +sV +sV +Dr +Dr +Dr +Dr +sV +ib +sV +ib +sV +ib +sV +eJ +sV +Hv +mh +mh +Mt +Jf +Jf +rs +WK +nH +WK +WK +WK +WK +Ic +Ic +Ic +Ic +Ic +Ic +sV +sV +sV +sV +sV +vI +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(150,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Gr +Nf +OM +Yi +kZ +Nf +Nf +Nf +hk +Ym +Aj +Jb +Sr +es +oN +oN +es +ff +QC +lh +es +Ld +Ld +Ld +es +lR +lR +lR +lR +lR +lR +lR +es +Ld +Ld +Ld +es +xv +lR +es +Qu +Dr +Dr +Dr +Qq +tU +Ly +DK +Kx +ma +jw +sV +KR +FZ +Yn +Yn +Qw +qg +sV +Dr +Dr +Dr +Dr +sV +sV +sV +sV +sV +sV +sV +sV +sV +pT +mh +mh +Mt +Jf +Jf +rs +WK +az +WM +KQ +Ev +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(151,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +uZ +Nf +Hr +jv +kZ +Nf +Nf +Nf +hk +OH +Vj +hh +Iw +es +yF +Rl +es +es +es +es +es +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +es +Ld +QP +oY +lR +Dr +Dr +Dr +Qq +jw +Ly +zv +AM +ma +jw +sV +KR +FZ +Yn +Yn +Qw +qg +sV +Dr +Dr +Dr +Dr +rp +NY +Sv +So +WQ +xR +Ca +Ca +WS +mh +mh +mh +mh +mh +mh +mh +WK +hW +Bx +Bx +EZ +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(152,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Sj +Nf +wo +zC +kZ +Nf +Nf +Nf +hk +vi +id +If +If +es +Ke +rL +oF +UF +xS +zd +Ix +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +xv +Ld +PC +gc +lR +Dr +Dr +Dr +Qq +jw +Ez +FK +FK +du +jw +sV +KR +FZ +Yn +Yn +Qw +qg +sV +Dr +Dr +Dr +Dr +rp +FI +IL +Dz +Dz +hK +hK +hK +KP +mh +mh +mh +mh +mh +mh +RH +WK +Qc +Bx +Bx +TX +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(153,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +yq +Nf +Nf +Nf +kZ +Nf +Nf +Nf +hk +gv +KB +Sl +Sl +es +AP +BT +es +YI +QC +lh +es +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Tm +es +vW +wc +es +es +Dr +Dr +Dr +Qq +KW +jw +jw +jw +jw +wa +sV +KR +FZ +Nm +Nm +Qw +qg +sV +Dr +Dr +Dr +Dr +rp +bn +qr +bK +bK +bK +bK +bK +nf +mh +mh +mh +mh +mh +mh +np +WK +Bx +YS +JN +Ib +WK +ew +Bx +Bx +Bx +Bx +Bx +Bx +Bx +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(154,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +mT +Dy +mW +hD +xa +xK +Nf +cc +xa +BS +KB +QX +QX +es +fl +oN +es +es +es +es +es +Ld +Ld +Ld +ZN +Xh +Xh +Xh +JE +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +qn +qn +qn +Qq +Qq +Qq +Qq +Qq +Qq +Qq +sV +sV +sV +sV +sV +sV +sV +sV +qn +qn +qn +qn +Sc +rp +rp +rp +Sc +Sc +Sc +rp +rp +rp +Sc +MG +Sc +rp +rp +rp +WK +nH +WK +WK +WK +WK +nH +WK +WK +WK +WK +WK +WK +nH +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(155,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +xa +Nf +Nf +Nf +xa +xa +xa +xa +xa +es +JF +oN +oN +oN +oN +xY +es +Ld +Ld +Ld +es +oN +oN +ds +WK +Kq +LY +cW +LY +aP +WK +cn +cn +Fb +Fb +Fb +WK +Dr +Dr +Dr +qn +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +qn +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +BK +Dr +Dr +Dr +Dr +Dr +Dr +Xj +Xj +Xj +dj +lp +vz +Bx +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(156,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +fQ +Nf +Lh +Nf +Lt +xa +Nf +Nf +Nf +xa +ue +Bw +PV +Vw +es +JF +zk +oN +oN +pe +xY +es +ht +Ld +Ld +es +oN +oN +oN +WK +JW +Bx +qb +Bx +ke +WK +Bx +Bx +Bx +Bx +Bx +WK +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Xj +IA +lt +Bx +Te +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(157,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Mz +Nf +Nf +Nf +DN +xa +Eg +Nf +Nf +xa +Nf +Nf +Nf +qI +es +es +es +es +es +es +es +es +Ld +Ld +Ld +es +mN +oN +Ea +WK +kI +kI +kI +kI +kI +WK +ed +yy +Bx +Gd +wm +WK +bg +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +qn +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +Dr +AQ +dj +Oi +fZ +Bx +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(158,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +UH +Nf +Nf +Nf +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +St +es +zu +Gs +Gs +Gs +Gs +Gs +lR +Ld +Ld +Ld +es +oN +oN +oN +ny +Bx +Bx +Bx +Bx +zt +WK +WK +DU +vU +DU +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +WK +wp +pA +pA +wp +dj +dj +dj +WK +Eh +qn +qn +qn +WK +WK +WK +WK +WK +WK +zm +Et +WK +wp +Xd +Ma +wp +WK +WK +WK +WK +WK +WK +ga +ga +LB +LB +LB +ga +ga +Qq +Qq +Qq +jq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(159,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +au +Nf +Qs +xw +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +IG +es +UP +UP +Gs +UP +UP +Gs +lR +Ld +Ld +Ld +es +Tm +oN +oN +ny +Bx +Bx +ts +Bx +Bx +WK +JW +dF +Bx +AD +SI +nD +Dg +Dg +Dg +WK +rg +YP +Mx +YP +GC +aS +WK +TD +Zb +WK +rx +Ac +hw +dj +Dr +Dr +Dr +Dr +WK +CJ +EO +vw +hC +WK +el +tr +WK +so +Xd +Xd +GW +WK +Hd +SZ +MZ +Xa +WK +AQ +TW +TW +TW +TW +TW +AQ +ga +Ye +FF +sm +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(160,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +sH +Nf +dH +XA +Nf +Oc +Nf +Nf +Nf +DI +zg +Nf +Nf +Rp +es +XU +Cc +Gs +Cc +Cc +Gs +lR +Ld +Ld +Ld +es +es +Qu +es +WK +pc +Bx +Hg +Bx +Bx +WK +SQ +Bx +Bx +Bx +Bx +Bx +Bx +Bx +Bx +WK +dS +YP +bO +Hy +YP +bv +WK +LS +iR +WK +rv +ir +nO +dj +Dr +Dr +Dr +Dr +WK +cT +AW +Bx +gI +WK +wj +cD +si +NR +Xd +Xd +qF +WK +FQ +Xd +Xd +Xd +WK +fw +MI +MI +MI +MI +MI +mj +HN +SD +sm +Zl +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(161,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +aw +Nf +IZ +ea +Nf +Oc +Nf +Nf +Nf +lB +NQ +Nf +Nf +CW +es +Rs +Cc +Gs +Rs +xi +Gs +Ld +Ld +Ld +Ld +es +Qy +gh +IO +WK +pi +Bx +Bx +Bx +Bx +gN +Bx +Bx +sP +sP +sP +sP +sP +sP +Bx +WK +AI +AI +AI +PB +YP +II +WK +LS +Xd +zb +Xd +Xd +mR +dj +GN +Dr +Dr +Dr +WK +cT +AW +Bx +Bx +NA +Bx +Bx +Tf +Xd +Xd +Xd +Xd +dI +Xd +Xd +Xd +Xd +WK +YG +MI +gH +MI +gH +MI +mj +HN +Th +Up +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(162,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +XS +Nf +nV +Bb +Nf +Oc +Nf +Nf +Nf +kS +qQ +Nf +Nf +wr +es +Jn +UP +Gs +UP +UP +Gs +Ld +Ld +Ld +Ld +es +EJ +qp +ME +WK +zV +Bx +Bx +Bx +Bx +gN +Bx +Bx +sP +sP +sP +sP +sP +sP +Bx +WK +dS +YP +bO +Wu +YP +vK +WK +Ap +CX +WK +EN +Xd +PA +dj +Dr +Dr +Dr +Dr +WK +cT +AW +Bx +TK +WK +hW +Tt +si +wB +tB +tB +yw +WK +tR +Xd +Xd +Xd +WK +Gi +MI +gH +MI +gH +MI +mj +HN +ax +Sm +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(163,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +jl +Nf +VI +uW +Nf +Oc +Nf +Nf +Nf +vv +Zf +Nf +Nf +ki +es +vG +Gs +Gs +Gs +Gs +Gs +Ld +Ld +Ld +Ld +nJ +qp +qp +Ny +WK +Xp +Bx +Tg +Bx +Bx +WK +Lu +Bx +Bx +Bx +Bx +Bx +Bx +Bx +Bx +WK +gL +YP +KJ +YP +YP +bP +WK +LS +WV +WK +rc +sg +gJ +dj +Dr +Dr +Dr +Dr +WK +KH +gj +Bx +OF +WK +pk +Xn +WK +By +Rw +uv +YF +WK +WK +WK +WK +dI +WK +YG +MI +gH +MI +gH +MI +mj +HN +dk +Up +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(164,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +VV +Nf +UT +YA +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +Yd +es +Lq +Gs +Gs +Gs +Gs +Gs +lR +Ld +Ld +Ld +nJ +qp +qp +xX +WK +Bx +Bx +rV +Bx +Rc +WK +Om +dT +Bx +YE +Zd +VD +rw +Wr +yZ +WK +AI +AI +AI +cN +YP +Bz +si +CS +WV +WK +dj +mQ +dj +wp +Fr +JV +JV +Yh +wp +WK +WK +ca +LK +WK +VW +cD +WK +jF +LL +LL +VQ +WK +Cn +dj +YV +Xd +WK +fw +MI +MI +MI +MI +MI +mj +HN +xM +sm +ju +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(165,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +fK +Nf +Nf +Nf +Nf +Oc +Nf +Nf +Nf +Wd +Nf +Nf +Nf +cP +es +oE +Gs +Gs +ik +Gs +Gs +lR +Ld +Ld +Ld +nJ +qp +qp +sA +WK +Ej +Bx +Gy +Bx +Rc +WK +WK +WK +gN +JE +WK +WK +WK +XQ +kg +WK +dS +YP +bO +Wu +YP +YP +cA +Xd +iR +WK +nh +Uw +Uw +Uw +Ss +Dr +Dr +Rj +vV +Xd +WK +Md +ee +WK +VW +Bx +nH +Bx +XO +Cq +Bx +mz +Bx +dj +Jo +Xd +WK +AQ +TW +TW +TW +TW +TW +AQ +HN +HZ +sm +Wg +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(166,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Nq +Nf +Nf +Nf +Nf +xa +Eg +Nf +Nf +xa +Nf +Nf +Nf +ZP +es +zN +Gs +Gs +UP +Gs +jP +lR +XD +Ld +Ld +MT +qp +qp +KG +WK +fi +Bx +Bx +Bx +Oe +WK +oH +sr +bm +Qg +pl +Mj +HN +kU +Zj +WK +bI +YP +cS +kE +kT +YP +rn +Xd +Xd +Ji +Xd +Xd +Xd +Xd +Ss +Xj +Xj +Rj +vV +UW +si +QO +dj +WK +Tv +kH +WK +WK +WK +WK +WK +WK +vn +dj +dj +dj +WK +Ie +EC +XW +XW +XW +EC +cY +HN +Xi +sm +ec +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(167,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +aV +Nf +Bf +mn +Jm +xa +Nf +Nf +Nf +xa +fG +df +te +cy +es +es +es +es +es +es +es +es +es +nL +DH +es +es +uY +es +WK +aZ +Bx +Bx +Bx +Oe +WK +MK +bm +bm +bm +bm +qS +HN +hY +CX +WK +WK +WK +WK +WK +WK +WK +WK +hY +CX +WK +Bd +Xd +Xd +Xd +Ss +Xj +Xj +Rj +vV +Xd +RW +Bx +Bx +RG +Bx +Bx +na +Bx +Bx +Bx +NH +WK +ew +dj +oX +Bx +WK +Pt +FA +FA +FA +FA +FA +fV +HN +pq +sm +ec +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(168,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +xa +xa +Pv +Pv +Pv +xa +xa +xa +xa +xa +es +wb +Bt +Bt +Bt +Bt +Zq +es +ti +ED +nY +es +eY +ED +Uj +WK +sj +Bx +Ep +Bx +Oe +WK +iT +bm +pI +jd +bF +dE +HN +CS +iR +JE +ml +LJ +LJ +Ya +LJ +LJ +LJ +Tr +iR +WK +Cy +bE +yJ +Uw +Ss +Xj +Xj +Rj +vV +Xd +RW +Bx +Bx +RG +Bx +Bx +na +Bx +Bx +Bx +NH +WK +Bx +dj +JO +Bx +WK +Pt +FA +eo +FA +eo +FA +fV +Qq +PD +sm +PR +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(169,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +fn +Pv +Pv +Pv +Pv +Pv +hR +xa +BP +BP +es +cL +il +kL +kL +Bh +KM +es +Yq +ED +Wl +es +ED +ED +Zi +WK +Bx +Bx +UD +Bx +Oe +WK +wS +bm +IW +Bk +yg +bm +HA +Xd +Xd +kV +Xd +Xd +Xd +Xd +Xd +Xd +Xd +Xd +Xd +zb +Xd +th +Si +Uw +Ss +Xj +Xj +Rj +vV +UW +si +iV +dj +WK +tF +Tt +WK +dj +na +na +dj +WK +WK +WK +WK +ZJ +WK +WK +WK +WK +WK +WK +ga +ga +Qq +Qq +eG +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(170,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Yr +Yr +Yr +Yr +Yr +xa +kQ +nP +Ai +Pv +Ai +nP +kQ +xa +BP +BP +es +tV +bs +ng +SN +ZT +xC +es +zL +ED +dG +es +TR +rM +zK +WK +nz +Bx +Dc +Bx +Oe +WK +lA +bm +FD +qa +Vx +ah +HN +hY +CX +Ng +Ms +TN +TN +TN +TD +Xd +Zb +TN +pC +WK +kf +HG +dj +Uw +Ss +Dr +Dr +Rj +vV +Xd +WK +PS +vl +WK +pk +Xn +dj +ro +Bx +Bx +Uh +dr +wC +Yv +Zm +Bx +TZ +WK +qz +WK +qz +WK +Ic +Qq +iJ +gM +gM +Km +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(171,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +kQ +nP +Ai +Pv +Ai +nP +kQ +xa +BP +BP +es +Tb +bs +Ld +Ga +ZT +Cz +es +es +nL +es +es +es +es +es +WK +bH +Bx +Bx +Bx +ty +WK +yG +bm +bm +bm +bm +qS +HN +LS +WV +WK +WK +WK +WK +WK +LS +WK +WV +WK +WK +WK +WK +WK +WK +wp +MQ +pU +pU +kl +wp +WK +WK +HS +kc +WK +Ky +Xn +dj +fN +Bx +Of +Bx +Bx +Bx +Bx +Bx +Bx +Zc +WK +CQ +WK +RQ +WK +Ic +Qq +hH +gM +gM +VC +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(172,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +kQ +nP +Ai +Pv +Ai +nP +kQ +xa +BP +BP +es +bC +bs +Js +dd +ZT +xf +lR +dZ +ED +Yu +es +BP +BP +BP +WK +QJ +Bx +Bx +Bx +ty +WK +kM +Rq +bm +ZU +AK +Pj +HN +LS +WV +WK +cK +LJ +LJ +LJ +Tr +Xd +jR +LJ +ol +LF +HV +xl +rK +WK +MI +MI +MI +MI +WK +sb +nN +Bx +tm +dj +VW +Xn +dj +gB +Bx +Of +Bx +Bx +Pz +Pz +Pz +Bx +Ls +WK +Qr +Qr +Qr +WK +Ic +Qq +gM +gM +gM +lL +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(173,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Sx +Pv +Pv +Pv +Pv +Pv +Qm +xa +BP +BP +es +cm +Re +JH +JH +vs +ED +Cl +ED +ED +Zi +es +BP +WK +WK +WK +qc +Bx +EI +Bx +cM +WK +WK +WK +iU +WK +WK +WK +WK +LS +WV +WK +Vi +Xd +Xd +Xd +mV +mV +Xd +Xd +Ar +JS +Eq +iu +rK +WK +Sa +MI +MI +MI +WK +Ps +Bx +Bx +MY +dj +wj +Xn +dj +dc +Bx +Of +Bx +nd +Wb +aC +BN +ul +Bx +nQ +Qr +Qr +JX +WK +Ic +Qq +Dq +gM +gM +eg +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(174,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +Pv +Pv +Pv +xa +xa +xa +xa +xa +es +wR +dX +SG +Bc +Bc +or +lR +Ry +ED +PE +es +BP +WK +NE +gk +Bx +Bx +EI +Bx +cM +WK +PI +Im +Xd +uf +lQ +lQ +dj +LS +WV +WK +Kt +Xd +Xd +Xd +Ds +yR +BX +Xd +WV +JS +Eq +iu +rK +WK +MV +MI +MI +MI +WK +ne +Bx +Bx +Bx +lY +Bx +Xn +dj +Is +Bx +Of +Bx +nd +aC +aC +HB +ul +pv +WK +em +Qr +Qr +WK +Ic +Qq +xe +gM +gM +UM +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(175,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Zv +sk +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +es +es +lR +lR +lR +lR +es +es +lR +nI +lR +es +es +WK +WK +WK +ni +Bx +EI +Bx +xP +WK +PI +Im +Xd +uf +lQ +lQ +dj +CS +WV +WK +Mu +Xd +Xd +Xd +Xd +Ds +BX +Xd +WV +JS +Eq +iu +rK +WK +MI +MI +MI +MI +WK +rT +Bx +Bx +Rm +dj +Bx +Xn +dj +aH +Bx +Of +Bx +Bx +oX +oX +oX +Bx +Zc +WK +em +Qr +LV +WK +Ic +Qq +Qq +Qq +Qq +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(176,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +OL +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +es +Lv +eR +Ld +kJ +Qp +RV +lV +qi +Ld +ai +do +jE +hz +zJ +WK +nu +Bx +Bx +Bx +Bx +iA +ak +Xd +Xd +Xd +Xd +Xd +bQ +Xd +jR +Ri +Tr +Xd +LU +BY +Xd +yR +BX +Xd +jR +yI +Xd +iu +rK +WK +rN +Id +Id +rN +WK +rI +Bx +sn +Vb +dj +Bx +OF +dj +Xr +nx +tj +zD +Bx +ob +KF +zD +Bx +Oh +WK +WK +yn +WK +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(177,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +Zv +sk +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +Nf +es +av +kr +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +ZT +yb +WK +ae +Bx +Bx +Bx +Bx +iA +Xd +Xd +Xd +Xd +Xd +Xd +bQ +Xd +Zb +xn +TD +Xd +LU +uu +Xd +Ds +BX +Xd +Zb +rz +Xd +iu +rK +WK +ga +bA +dK +ga +WK +WK +NU +WK +WK +WK +Go +dj +WK +WK +WK +WK +dj +zW +dj +WK +dj +zW +dj +WK +Hq +TA +DB +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(178,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +xa +xa +xa +Hp +Yt +Hp +xa +xa +xa +lS +lS +es +lE +wq +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +Ld +nT +uO +WK +sf +Bx +LG +Bx +Bx +JE +Zn +Xd +Xd +Xd +Xd +Xd +dj +hY +WV +WK +Ap +Xd +Xd +Xd +Xd +Ds +BX +Xd +WV +JS +Eq +iu +OD +WK +Fv +Cd +Cd +Lp +WK +Pq +Bx +WM +YC +WK +Bx +WM +RN +LA +PG +WK +aX +Bx +jj +WK +aX +Bx +jj +WK +Qr +TA +Qr +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(179,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +wy +Pv +Pv +Pv +bX +xa +am +Nf +Nf +es +fH +pV +Ld +Ld +Ld +Ld +Ld +Ld +Ld +pg +Ld +Ld +Hs +Uy +WK +Or +Bx +LG +Bx +VP +WK +wd +Xd +Xd +Xd +Xd +Xd +dj +LS +WV +WK +Xe +Xd +Xd +Xd +Ds +Ll +BX +Xd +FJ +JS +Eq +iu +rK +WK +Bp +xF +xF +NC +WK +hf +Bx +Bx +sL +WK +WC +Bx +Bx +Pz +YQ +WK +lr +Bx +hQ +WK +lr +Bx +hQ +WK +Hq +TA +DB +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(180,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +VM +Pv +Pv +Pv +VA +xa +iO +Nf +Nf +es +Us +Vh +Ld +Ld +Ld +Ld +Ld +Ld +Ld +BV +Ld +Ld +xp +Tn +WK +ND +Bx +LG +Bx +VP +WK +YM +Fm +Mk +Xd +NX +Xd +dj +LS +WV +WK +qe +Xd +Xd +Xd +ir +ir +Xd +Xd +PN +JS +Eq +iu +rK +WK +Gp +xF +xF +NC +WK +ta +Bx +Bx +sL +WK +XN +Bx +GD +aC +os +WK +lr +Bx +hQ +WK +lr +Bx +hQ +WK +jC +TA +Qr +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(181,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +xa +xa +LZ +ar +NI +Hk +yT +xa +Nj +Nf +Nf +es +Gh +Vh +Ld +wh +Qb +uT +wg +Ld +Ld +pg +Ld +Ld +fm +HD +WK +ND +Bx +LG +Bx +VP +WK +lO +FR +bD +ie +NX +MF +dj +DG +GZ +WK +wF +TN +TN +TN +TN +TN +TN +TN +pX +ce +Py +pK +rK +WK +KD +lu +lu +Wq +WK +mf +Jt +Jt +xd +WK +mf +Jt +Jt +oj +Pp +WK +cl +tj +wD +WK +cl +tj +wD +WK +Hq +TA +DB +WK +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(182,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +Pk +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +ZK +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +oK +oK +oK +oK +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +vP +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(183,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +Qq +Qq +Qq +qZ +Qq +Qq +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(184,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +ip +xy +Qq +mF +Qq +xy +ip +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(185,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(186,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(187,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +ip +xy +xy +yW +xy +xy +ip +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(188,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(189,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +xy +xy +xy +xy +xy +xy +xy +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(190,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +ip +xy +xy +ip +xy +xy +ip +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(191,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Qq +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} +(192,1,1) = {" +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +Ic +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +BP +"} diff --git a/maps/victory/levels/misc.dmm b/maps/victory/levels/misc.dmm new file mode 100644 index 000000000000..6116ef6612b6 --- /dev/null +++ b/maps/victory/levels/misc.dmm @@ -0,0 +1,39452 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"ae" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"al" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"ap" = ( +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"au" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"av" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"az" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"aD" = ( +/obj/effect/floor_decal/sign/dock/two, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"aQ" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"aV" = ( +/turf/simulated/floor/holofloor/tiled, +/area/space) +"ba" = ( +/obj/item/beach_ball, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"bb" = ( +/obj/item/chess/wking, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"bh" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"bn" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"bw" = ( +/obj/machinery/door/window/holowindoor{ + dir = 1; + name = "Jury Box" + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"bz" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"bF" = ( +/obj/effect/floor_decal/sign/dock/one, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"bL" = ( +/obj/structure/flora/grass/brown, +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"bV" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_meetinghall) +"ch" = ( +/obj/structure/holostool, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"ci" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"cq" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"cw" = ( +/obj/structure/bed/chair/holochair{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"cz" = ( +/obj/item/chess/wpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"cI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"cJ" = ( +/turf/space, +/area/space) +"cU" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"dp" = ( +/obj/effect/floor_decal/sign/dock/one, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"dt" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"dR" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"el" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"eE" = ( +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"eI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/space) +"fi" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"fw" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_theatre) +"fC" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"fM" = ( +/obj/structure/table/holotable, +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"fP" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"fQ" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gh" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"gm" = ( +/obj/effect/floor_decal/sign/c, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"gp" = ( +/obj/structure/lattice, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"gH" = ( +/obj/structure/closet/crate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/suppy) +"gI" = ( +/obj/effect/floor_decal/sign/c, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"gL" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/source_plating) +"gX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"hu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"hw" = ( +/obj/structure/holostool, +/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_meetinghall) +"hL" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"hP" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space/transit/east; + landmark_tag = "escape_transit"; + name = "Escape Shuttle Transit" + }, +/turf/space/transit/east, +/area/space) +"hU" = ( +/obj/item/chess/bbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"hX" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"hZ" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"id" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"il" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"ix" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"iz" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"iQ" = ( +/obj/machinery/status_display/supply_display, +/turf/unsimulated/wall, +/area/centcom/suppy) +"jh" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"jr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-06" + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_meetinghall) +"jC" = ( +/obj/structure/window/reinforced/holowindow, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"jL" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"jY" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_seating) +"kh" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space/transit/east, +/area/space) +"kr" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"kt" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"kv" = ( +/obj/effect/step_trigger/teleporter/random, +/obj/effect/step_trigger/teleporter/random, +/turf/space, +/area/space) +"kB" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"kC" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"kS" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"la" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"ls" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"lJ" = ( +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"lK" = ( +/obj/item/chess/wrook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"lV" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"lZ" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"ma" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"md" = ( +/obj/item/chess/wknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"me" = ( +/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/holodorm/source_seating) +"mg" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"mm" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"mp" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"mA" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"mE" = ( +/obj/landmark{ + name = "Holocarp Spawn" + }, +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/source_wildlife) +"mH" = ( +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"mJ" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/right, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"ni" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"nv" = ( +/obj/structure/bed/holobed, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"nx" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"nD" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/brook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"nP" = ( +/obj/structure/table/woodentable/holotable, +/obj/structure/window/reinforced/holowindow, +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"nV" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"oi" = ( +/turf/space, +/area/space) +"oo" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"os" = ( +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"oF" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"oM" = ( +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"pb" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"pg" = ( +/obj/structure/bed/chair/holochair{ + dir = 4 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"pz" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"pA" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"pQ" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"pW" = ( +/obj/machinery/door/window/holowindoor{ + name = "Red Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_emptycourt) +"qb" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"qd" = ( +/obj/item/chess/brook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"qf" = ( +/obj/effect/floor_decal/sign/b, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"qg" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"qy" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"qF" = ( +/obj/machinery/door/window/holowindoor{ + name = "Red Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"ra" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"rh" = ( +/obj/machinery/door/window/holowindoor{ + name = "Red Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"rC" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"rI" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"rJ" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"rN" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"sg" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"sk" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"sp" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"sL" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"sM" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"sN" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/landmark{ + name = "Catgirl Spawn" + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/holodorm/source_garden) +"sP" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"sR" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"sW" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"sZ" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "supply_shuttle"; + pixel_x = -25; + req_one_access = list(13,31); + tag_door = "supply_shuttle_hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"te" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"tt" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"tv" = ( +/turf/unsimulated/wall, +/area/space) +"tF" = ( +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"tM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"tQ" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"tU" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"tZ" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"ub" = ( +/obj/effect/floor_decal/corner/blue/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"ue" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/left{ + dir = 1 + }, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"ur" = ( +/obj/structure/table/holotable, +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"uJ" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/left, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"uT" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/suppy) +"uZ" = ( +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/obj/item/checker/blackking, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"vb" = ( +/obj/structure/window/reinforced/holowindow, +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Witness Box" + }, +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"vk" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"vq" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet/corners{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"vt" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"vu" = ( +/obj/effect/floor_decal/sign/a, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"vA" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"vR" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"vV" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"vX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/holodorm/source_desert) +"wb" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"wm" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/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_courtroom) +"wr" = ( +/obj/effect/floor_decal/sign/dock/two, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"ww" = ( +/obj/structure/holostool, +/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_meetinghall) +"wH" = ( +/obj/structure/lattice, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"wJ" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"wU" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"xb" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"xe" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"xh" = ( +/obj/effect/floor_decal/sign/dock/three, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"xo" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_emptycourt) +"xq" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"xu" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"xv" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"xw" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"xz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"xI" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 + }, +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"xL" = ( +/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_theatre) +"xO" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice, +/turf/simulated/floor/holofloor/space, +/area/space) +"yg" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"yl" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"ym" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"yp" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"yt" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"yG" = ( +/obj/structure/holostool, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"zA" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"zE" = ( +/obj/structure/flora/grass/green, +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"zJ" = ( +/obj/structure/railing, +/turf/simulated/floor/holofloor/space, +/area/space) +"Aa" = ( +/obj/effect/floor_decal/sign/dock/three, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"Ad" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/holodorm/source_desert) +"Ai" = ( +/obj/landmark{ + name = "Wolfgirl Spawn" + }, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"Ao" = ( +/obj/structure/shuttle/engine/propulsion, +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/simulated/floor/airless/ceiling; + landmark_tag = "supply_cc"; + name = "Centcom Supply Depot" + }, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"At" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"AA" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"AC" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"AP" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"AS" = ( +/obj/effect/step_trigger/teleporter/random, +/turf/space, +/area/space) +"AT" = ( +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"AV" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/holodorm/source_garden) +"AZ" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_theatre) +"Bj" = ( +/turf/simulated/floor/holofloor/space, +/area/space) +"Bk" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/holodorm/source_space) +"Bm" = ( +/obj/structure/lattice, +/obj/structure/railing, +/turf/simulated/floor/holofloor/space, +/area/space) +"BA" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"BG" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bking, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"BJ" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"BS" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"BU" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Cp" = ( +/obj/machinery/door/window/holowindoor{ + dir = 1; + name = "Green Corner" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"Cs" = ( +/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/holodorm/source_seating) +"Ct" = ( +/turf/unsimulated/wall, +/area/centcom/suppy) +"CA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"CD" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/source_wildlife) +"CF" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"Dl" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"DA" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"DE" = ( +/obj/item/beach_ball/holoball, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"DX" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"Ef" = ( +/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/holodorm/source_seating) +"Ej" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Ek" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"Eu" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"ES" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_emptycourt) +"EX" = ( +/turf/simulated/floor/holofloor/lino, +/area/holodeck/source_meetinghall) +"EZ" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Fa" = ( +/obj/structure/table/rack/holorack_legacy, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/pin/flower, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_theatre) +"Fb" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/holodorm/source_desert) +"Fs" = ( +/obj/item/chess/bpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"FK" = ( +/obj/effect/floor_decal/sign/b, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"FM" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"FN" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"FS" = ( +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Gh" = ( +/obj/structure/catwalk, +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"Gi" = ( +/obj/item/chess/bqueen, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Gl" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"Gr" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Gz" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"GA" = ( +/obj/item/paper{ + info = "You're not supposed to be here."; + name = "unnerving letter" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/suppy) +"GF" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Hb" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wrook, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Ho" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"HA" = ( +/obj/structure/table/woodentable/holotable, +/obj/structure/window/reinforced/holowindow, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"HJ" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l" + }, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"HS" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"HU" = ( +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"HY" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/shuttle/supply) +"Ie" = ( +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/obj/item/checker/redking, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"Il" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_theatre) +"Im" = ( +/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_boxingcourt) +"Io" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating/airless/carry{ + dir = 1 + }, +/area/shuttle/supply) +"Ir" = ( +/obj/structure/catwalk, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"IB" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"IC" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"IK" = ( +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"IU" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/holodorm/source_off) +"Jj" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Jl" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"Jn" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"Jt" = ( +/obj/effect/floor_decal/corner/blue/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"Kb" = ( +/obj/landmark{ + name = "Holocarp Spawn Random" + }, +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"Le" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Lf" = ( +/obj/item/inflatable_duck, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/source_beach) +"Lm" = ( +/obj/structure/holohoop, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Ly" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/holofloor/space, +/area/space) +"LA" = ( +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"LB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-06" + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_theatre) +"LR" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"LU" = ( +/obj/structure/catwalk, +/obj/structure/bed/chair/sofa/black/right{ + dir = 1 + }, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"Me" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Mg" = ( +/obj/effect/overlay/palmtree_l, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"MC" = ( +/obj/structure/bed/chair/holochair, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"MH" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach" + }, +/area/holodeck/holodorm/source_beach) +"MO" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"MS" = ( +/turf/simulated/floor/holofloor/beach/water, +/area/holodeck/source_beach) +"Nr" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Ns" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Nz" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bpawn, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"NL" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach" + }, +/area/holodeck/source_beach) +"NZ" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"Ob" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Ov" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"Oy" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Oz" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_meetinghall) +"OA" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"OK" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"OR" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Pg" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 + }, +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"Pj" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/bknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"Pl" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"PG" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"PK" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"PR" = ( +/obj/machinery/door/window/holowindoor{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"PS" = ( +/obj/item/checker/black, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"Ql" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"Qp" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Qu" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"QY" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"Rn" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"RG" = ( +/obj/item/chess/bknight, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"RK" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"RS" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/supply) +"RW" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"Ss" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"St" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"SA" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"SC" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_checker) +"SD" = ( +/obj/structure/holostool, +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"SE" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"SO" = ( +/obj/structure/window/reinforced/holowindow, +/obj/machinery/door/window/holowindoor{ + dir = 1; + name = "Court Reporter's Box" + }, +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"ST" = ( +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/holofloor/beach/sand, +/area/holodeck/holodorm/source_beach) +"Tg" = ( +/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_courtroom) +"Ti" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/holodorm/source_boxing) +"Tz" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/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_courtroom) +"TA" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"TN" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Red Corner" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"TS" = ( +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"TZ" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Uf" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"Uk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"Up" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/holodorm/source_basic) +"Us" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"UC" = ( +/obj/structure/holostool, +/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_theatre) +"UY" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"Vf" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"Vg" = ( +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Vj" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_meetinghall) +"Vm" = ( +/obj/landmark/costume/random, +/obj/structure/table/rack/holorack_legacy, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_theatre) +"Vr" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Vv" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Vx" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"Vy" = ( +/obj/structure/holostool, +/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_meetinghall) +"VZ" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/holodorm/source_garden) +"We" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad2" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_one_access = null + }, +/obj/map_helper/access_helper/airlock/station/external_airlock, +/turf/simulated/shuttle/plating, +/area/shuttle/supply) +"Ws" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"Wx" = ( +/obj/item/checker/red, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_checker) +"WG" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"WL" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/holodorm/source_seating) +"WW" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"Xf" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"Xj" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"Xq" = ( +/obj/structure/table/woodentable/holotable, +/obj/structure/window/reinforced/holowindow, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"Xu" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Xx" = ( +/obj/effect/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"Xz" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/holodorm/source_snow) +"XH" = ( +/obj/item/chess/wbishop, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"XI" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"XJ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"XX" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"Yj" = ( +/turf/space/transit/east, +/area/space) +"Ys" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"Yx" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"Yz" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/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_courtroom) +"YP" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet{ + dir = 8 + }, +/area/holodeck/source_meetinghall) +"YW" = ( +/obj/effect/floor_decal/sign/a, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_chess) +"Zk" = ( +/obj/effect/floor_decal/corner/white/full, +/obj/effect/floor_decal/corner/white{ + dir = 4 + }, +/obj/item/chess/wqueen, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_chess) +"ZB" = ( +/obj/effect/floor_decal/corner/red/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"ZS" = ( +/turf/simulated/floor/holofloor/beach/water, +/area/holodeck/holodorm/source_beach) +"ZW" = ( +/obj/structure/catwalk, +/obj/structure/holostool, +/turf/simulated/floor/holofloor/reinforced, +/area/space) +"ZY" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) + +(1,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(2,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(3,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(4,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(5,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(6,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(7,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(8,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(9,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(10,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(11,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(12,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(13,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(14,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(15,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(16,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(17,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(18,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(19,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(20,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(21,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(22,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(23,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(24,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(25,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(26,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(27,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(28,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(29,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(30,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(31,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(32,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(33,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(34,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(35,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(36,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(37,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(38,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(39,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(40,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(41,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(42,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(43,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(44,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(45,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(46,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(47,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(48,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(49,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(50,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(51,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(52,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(53,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(54,1,1) = {" +oi +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +kv +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(55,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(56,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(57,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(58,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(59,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(60,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(61,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +kh +kh +kh +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(62,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(63,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(64,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(65,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(66,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(67,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(68,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(69,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(70,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(71,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(72,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(73,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(74,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(75,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(76,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(77,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(78,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(79,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(80,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(81,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(82,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(83,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(84,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +hP +Yj +Yj +Yj +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(85,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +kh +kh +kh +kh +kh +kh +kh +kh +kh +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(86,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(87,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(88,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(89,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(90,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(91,1,1) = {" +oi +AS +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(92,1,1) = {" +oi +kv +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(93,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(94,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(95,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(96,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(97,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(98,1,1) = {" +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(99,1,1) = {" +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(100,1,1) = {" +AS +oi +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(101,1,1) = {" +AS +oi +Ct +gH +gH +uT +gH +gH +gH +uT +gH +gH +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(102,1,1) = {" +AS +oi +Ct +uT +uT +uT +uT +uT +uT +uT +uT +uT +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(103,1,1) = {" +AS +oi +Ct +gH +gH +uT +gH +gH +gH +uT +gH +gH +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(104,1,1) = {" +AS +oi +Ct +uT +uT +uT +uT +GA +uT +uT +uT +uT +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(105,1,1) = {" +AS +oi +Ct +gH +gH +uT +gH +gH +gH +uT +gH +gH +Ct +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(106,1,1) = {" +AS +oi +iQ +uT +uT +uT +uT +uT +uT +uT +uT +uT +iQ +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(107,1,1) = {" +AS +oi +RS +RS +RS +We +kS +RS +kS +qb +RS +RS +RS +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(108,1,1) = {" +AS +oi +RS +pQ +cI +Us +pQ +sZ +pQ +Ys +cI +RS +RS +HJ +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(109,1,1) = {" +AS +oi +RS +pQ +pQ +Us +pQ +pQ +pQ +Ys +pQ +pQ +HY +Io +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(110,1,1) = {" +AS +oi +RS +pQ +pQ +Us +pQ +pQ +pQ +Ys +pQ +pQ +HY +Ao +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(111,1,1) = {" +AS +oi +RS +pQ +pQ +pQ +pQ +pQ +pQ +pQ +pQ +pQ +HY +Io +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(112,1,1) = {" +AS +oi +RS +pQ +Ov +pQ +pQ +pQ +pQ +pQ +Ov +RS +RS +gh +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(113,1,1) = {" +AS +oi +RS +RS +RS +RS +RS +RS +RS +RS +RS +RS +RS +oi +oi +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(114,1,1) = {" +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +AS +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(115,1,1) = {" +tv +eI +eI +eI +eI +eI +eI +eI +eI +eI +eI +tv +eI +eI +eI +eI +eI +eI +eI +eI +eI +eI +tv +eI +eI +eI +eI +eI +eI +eI +eI +eI +eI +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(116,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +DA +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +rJ +rJ +rJ +rJ +rJ +Aa +aD +dp +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(117,1,1) = {" +AP +Jl +Jl +tU +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +OA +OA +Kb +OA +OA +OA +OA +Kb +OA +te +rJ +nD +Fs +pz +cq +pz +cq +hZ +lK +YW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(118,1,1) = {" +AP +Jl +Jl +Jl +Jl +DA +Jl +Jl +tU +Jl +Jl +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +RG +Nz +cq +pz +cq +pz +cz +fP +qf +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(119,1,1) = {" +AP +DA +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +Kb +OA +OA +OA +OA +Kb +OA +OA +OA +te +rJ +Ej +Fs +pz +cq +pz +cq +hZ +XH +gm +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(120,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +tU +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +Gi +Nz +cq +pz +cq +pz +cz +Zk +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(121,1,1) = {" +AP +Jl +Jl +Jl +DA +Jl +Jl +tU +Jl +Jl +Jl +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +BG +Fs +pz +cq +pz +cq +hZ +bb +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(122,1,1) = {" +AP +Jl +Jl +Jl +Jl +DA +Jl +Jl +Jl +Jl +Jl +te +OA +OA +OA +Kb +OA +OA +OA +OA +Kb +OA +te +rJ +hU +Nz +cq +pz +cq +pz +cz +lZ +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(123,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +Pj +Fs +pz +cq +pz +cq +hZ +md +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(124,1,1) = {" +AP +Jl +tU +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +te +OA +Kb +OA +OA +OA +OA +Kb +OA +OA +OA +te +rJ +qd +Nz +cq +pz +cq +pz +cz +Hb +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(125,1,1) = {" +AP +Jl +Jl +Jl +Jl +Jl +Jl +DA +Jl +Jl +tU +te +OA +OA +OA +OA +OA +OA +OA +OA +OA +OA +te +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(126,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(127,1,1) = {" +AP +Ob +Nr +xe +kC +At +At +xv +xe +Nr +Ob +te +tF +tF +tF +tF +tF +tF +tF +xu +tF +tF +te +SC +SC +SC +SC +SC +SC +xh +wr +bF +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(128,1,1) = {" +AP +Dl +xe +Nr +nx +At +At +vt +Nr +xe +Dl +te +tF +WG +tF +tF +tF +tF +tF +tF +vk +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +vu +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(129,1,1) = {" +AP +Ob +Nr +SA +GF +At +At +Xu +TZ +Nr +Ob +te +tF +tF +tF +PK +tF +tF +tF +tF +tF +tF +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +FK +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(130,1,1) = {" +AP +Dl +xe +kC +At +At +At +At +xv +xe +Dl +te +tF +tF +tF +tF +vk +tF +tF +tF +PK +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +gI +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(131,1,1) = {" +AP +Ob +Nr +nx +al +rN +rN +al +vt +Nr +Ob +te +tF +tF +tF +Xf +tF +tF +WG +tF +tF +xu +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(132,1,1) = {" +AP +Ob +xe +kC +al +rN +rN +al +xv +xe +Ob +te +tF +tF +tF +tF +tF +tF +tF +xu +tF +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(133,1,1) = {" +AP +Dl +Nr +nx +At +At +At +At +vt +Nr +Dl +te +tF +WG +tF +tF +tF +tF +PK +tF +vk +tF +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(134,1,1) = {" +AP +Ob +xe +au +Gz +yl +yl +Gz +PG +xe +Ob +te +tF +tF +tF +tF +tF +tF +tF +tF +tF +tF +te +SC +Qu +Wx +Qu +FN +Qu +PS +Qu +PS +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(135,1,1) = {" +AP +Dl +Nr +xe +Nr +xe +xe +Nr +xe +xe +Dl +te +tF +tF +Xf +tF +vk +tF +tF +tF +PK +tF +te +SC +Wx +Qu +Wx +Qu +FN +Qu +PS +Qu +SC +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(136,1,1) = {" +AP +Ob +xe +Nr +mA +Gr +Gr +mA +Nr +Nr +Ob +te +tF +tF +tF +tF +tF +tF +WG +tF +tF +xu +te +Ie +SC +SC +SC +SC +SC +SC +SC +SC +uZ +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(137,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(138,1,1) = {" +AP +Fa +fw +fw +Il +AZ +AZ +AZ +AZ +AZ +LB +te +Oz +Oz +Oz +EX +FS +FS +EX +EX +EX +EX +te +Bj +Bj +Bj +zJ +Ir +Ir +hu +os +Bj +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(139,1,1) = {" +AP +Vm +fw +fw +Il +AZ +AZ +AZ +AZ +AZ +AZ +te +Oz +Oz +Oz +EX +Vy +aa +aa +aa +ww +EX +te +Bj +Bj +os +sR +Ir +Ir +yp +Bj +Bj +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(140,1,1) = {" +AP +Vm +fw +fw +Il +xL +sp +sp +sp +UC +AZ +te +Oz +hX +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +Bj +Bj +sR +Ir +Ir +yp +Bj +os +os +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(141,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Me +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +os +xO +gp +Ir +Ir +ma +Ly +os +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(142,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Me +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +zJ +mJ +Ir +Ir +Ir +Ir +ue +hu +os +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(143,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Me +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +zJ +uJ +Ir +Ir +Ir +Ir +LU +hu +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(144,1,1) = {" +AP +Vm +fw +fw +Il +sL +IC +IC +IC +NZ +AZ +te +Oz +Vg +bV +EX +FM +sg +sg +sg +cU +EX +te +Bj +Bj +pb +wH +ZW +ZW +gX +BJ +os +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(145,1,1) = {" +AP +Vm +fw +fw +Il +RK +TA +TA +TA +fC +AZ +te +Oz +Oz +Oz +EX +mm +Ws +Ws +YP +hw +EX +te +Bj +Bj +Bj +Bm +Gh +Gh +mg +os +os +os +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(146,1,1) = {" +AP +Vm +fw +fw +Il +AZ +AZ +AZ +AZ +AZ +AZ +te +Oz +Oz +Oz +EX +EX +EX +EX +EX +EX +EX +te +Bj +Bj +os +os +tM +BJ +Bj +Bj +os +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(147,1,1) = {" +AP +Vm +fw +fw +Gl +xq +xq +xq +xq +AC +IK +te +jr +Oz +Oz +Vj +Vj +Vj +Vj +Vj +Vj +Vj +te +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Bj +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(148,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(149,1,1) = {" +AP +jL +jL +jL +jL +jL +jL +jL +jL +jL +jL +xz +Jn +Jn +Jn +Jn +Jn +Jn +Jn +Jn +Jn +Jn +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(150,1,1) = {" +AP +St +PR +SE +SE +SE +SE +SE +Ek +SE +St +xz +BU +BU +Jn +BU +BU +BU +BU +Jn +BU +BU +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(151,1,1) = {" +AP +MO +Eu +Eu +SO +Tg +rC +ae +Pl +ae +wm +xz +ch +ch +rh +ch +ch +ch +ch +UY +ch +ch +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(152,1,1) = {" +AP +MO +Eu +MO +nP +qy +CF +il +TS +il +tt +xz +av +xw +xw +xw +ZB +aQ +Ns +Ns +Ns +HU +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(153,1,1) = {" +AP +MO +Eu +ap +Xq +qy +TS +TS +TS +il +tt +xz +vV +fQ +fQ +fQ +Xj +Le +fQ +fQ +fQ +XI +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(154,1,1) = {" +AP +MO +Eu +MO +HA +qy +CF +il +TS +il +tt +xz +av +xw +vV +fQ +Xj +Le +fQ +XI +Ns +HU +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(155,1,1) = {" +AP +MO +Eu +Eu +vb +HS +sk +Ss +el +Ss +Uf +xz +Lm +fQ +vV +fQ +DE +Le +fQ +XI +fQ +OR +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(156,1,1) = {" +AP +MO +Eu +xI +vA +vA +vA +vA +vA +vA +vA +xz +Ho +Rn +vV +fQ +Xj +Le +fQ +XI +Oy +Qp +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(157,1,1) = {" +AP +MO +Eu +Pg +Tz +QY +QY +QY +QY +Yz +MO +xz +vV +fQ +fQ +fQ +Xj +Le +fQ +fQ +fQ +XI +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(158,1,1) = {" +AP +MO +Eu +bw +vq +ix +ix +ix +ix +yg +MO +xz +Ho +Rn +Rn +Rn +LR +sP +Oy +Oy +Oy +Qp +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(159,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(160,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(161,1,1) = {" +AP +CD +mE +CD +CD +CD +CD +CD +CD +mE +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(162,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AA +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(163,1,1) = {" +AP +CD +CD +CD +mE +CD +CD +mE +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(164,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +ba +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(165,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(166,1,1) = {" +AP +CD +CD +CD +mE +CD +CD +mE +CD +CD +CD +xz +AT +AT +eE +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(167,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +IB +AT +Lf +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(168,1,1) = {" +AP +CD +mE +CD +CD +CD +CD +CD +CD +mE +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(169,1,1) = {" +AP +CD +CD +CD +CD +CD +CD +CD +CD +CD +CD +xz +AT +AT +AT +AT +AT +AT +AT +NL +MS +MS +te +aV +aV +aV +aV +aV +aV +aV +aV +aV +aV +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(170,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(171,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +Uk +eI +eI +eI +tv +eI +eI +eI +tv +eI +eI +eI +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(172,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +tZ +tZ +kB +tZ +tZ +tZ +tZ +kB +tZ +tZ +te +kr +kr +kr +xz +Ad +Fb +Fb +xz +jY +jY +jY +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(173,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +yG +yG +qF +yG +yG +yG +yG +OK +yG +yG +te +pg +kr +nv +xz +Fb +Fb +vX +xz +Ef +cw +me +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(174,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vv +ra +ra +ra +ym +Jj +wb +wb +wb +ur +te +Ql +kr +Ql +xz +Fb +Fb +Fb +xz +MC +WL +qg +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(175,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +Up +kr +kr +xz +Fb +Ad +Fb +xz +MC +WL +qg +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(176,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +Ql +kr +nv +xz +Fb +Fb +Fb +xz +Cs +dt +hL +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(177,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +Ql +kr +Ql +xz +vX +Fb +Fb +xz +jY +jY +jY +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(178,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +Uk +CA +CA +CA +tv +CA +CA +CA +tv +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(179,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +Vr +BS +BS +BS +ZY +Yx +BS +BS +BS +sM +te +ci +MH +ZS +xz +VZ +AV +VZ +xz +bn +RW +RW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(180,1,1) = {" +AP +gL +gL +gL +gL +gL +gL +gL +gL +gL +gL +xz +fM +XJ +XJ +XJ +jh +kt +sW +sW +sW +EZ +te +lJ +MH +ZS +xz +AV +VZ +AV +xz +rI +rI +rI +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(181,1,1) = {" +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +tv +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +te +mH +MH +ZS +xz +VZ +sN +VZ +xz +RW +RW +RW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(182,1,1) = {" +AP +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +xz +DX +pA +pA +pA +pA +pA +pA +pA +pA +pA +te +ST +MH +ZS +xz +AV +VZ +AV +xz +RW +RW +RW +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(183,1,1) = {" +AP +vR +vR +ES +vR +vR +vR +vR +ES +vR +vR +xz +DX +pA +pA +iz +iz +iz +iz +pA +pA +pA +te +Mg +MH +ZS +xz +VZ +AV +VZ +xz +Ti +Ti +Ti +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(184,1,1) = {" +AP +SD +SD +pW +SD +SD +SD +SD +xo +SD +SD +xz +pA +pA +pA +tQ +tQ +tQ +tQ +pA +pA +pA +te +lJ +MH +ZS +xz +AV +VZ +AV +xz +RW +RW +dR +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(185,1,1) = {" +AP +wJ +oF +oF +oF +oF +az +az +az +az +LA +xz +pA +pA +TN +mp +Xx +Xx +BA +xb +iz +pA +Uk +CA +CA +CA +tv +CA +CA +CA +tv +CA +CA +CA +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(186,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +iz +jC +lV +wU +ub +bh +xb +iz +pA +te +bL +oM +zA +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(187,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +iz +jC +lV +la +Jt +bh +xb +iz +pA +te +oM +Ai +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(188,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +iz +jC +BA +oo +oo +WW +Cp +pA +pA +te +oM +bz +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(189,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +pA +pA +XX +XX +XX +XX +pA +pA +pA +te +oM +zE +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +cJ +cJ +cJ +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(190,1,1) = {" +AP +fi +yt +yt +yt +yt +yt +yt +yt +yt +Vx +xz +pA +pA +pA +iz +iz +iz +iz +pA +pA +Im +te +oM +oM +oM +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(191,1,1) = {" +AP +ls +Vf +Vf +Vf +Vf +nV +nV +nV +nV +ni +xz +pA +pA +pA +pA +pA +pA +pA +pA +pA +Im +te +oM +oM +Xz +xz +IU +IU +IU +xz +Bk +Bk +Bk +Uk +oi +oi +oi +cJ +cJ +cJ +cJ +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} +(192,1,1) = {" +tv +id +id +id +id +id +id +id +id +id +id +tv +id +id +id +id +id +id +id +id +id +id +tv +id +id +id +tv +id +id +id +tv +id +id +id +tv +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +oi +"} diff --git a/maps/victory/levels/transit.dmm b/maps/victory/levels/transit.dmm new file mode 100644 index 000000000000..12df36b7f267 --- /dev/null +++ b/maps/victory/levels/transit.dmm @@ -0,0 +1,37735 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aA" = ( +/obj/effect/shuttle_landmark/transit/victory/civvie, +/turf/space, +/area/space) +"aZ" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"by" = ( +/turf/space/transit/west, +/area/space) +"di" = ( +/obj/structure/bed/holobed, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"dL" = ( +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/desert) +"dP" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"ed" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"eu" = ( +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"fg" = ( +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"fk" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"fz" = ( +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"fY" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"gS" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"hJ" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"ia" = ( +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"ip" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"iL" = ( +/obj/structure/holohoop, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"je" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"jD" = ( +/obj/effect/step_trigger/lost_in_space/shuttle, +/turf/unsimulated/wall/seperator, +/area/space) +"jX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/space) +"km" = ( +/turf/space/transit/east, +/area/space) +"kW" = ( +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"lb" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"lP" = ( +/obj/effect/shuttle_landmark/transit/victory/excursion, +/turf/space/transit/east, +/area/space) +"mb" = ( +/turf/unsimulated/wall/seperator{ + name = "Unified Dimensions for All Shuttles to Land" + }, +/area/space) +"me" = ( +/obj/effect/shuttle_landmark/transit/victory/courser, +/turf/space/transit/east, +/area/space) +"mh" = ( +/turf/simulated/floor/holofloor/beach/water, +/area/houseboat/holodeck/beach) +"mx" = ( +/obj/effect/step_trigger/lost_in_space/shuttle, +/turf/space/transit/west, +/area/space) +"mT" = ( +/obj/effect/shuttle_landmark/transit/rift/specops, +/turf/space/transit/west, +/area/space) +"ns" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/desert) +"oa" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"oo" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"oz" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"oL" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"pg" = ( +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"qF" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach" + }, +/area/houseboat/holodeck/beach) +"qN" = ( +/obj/effect/shuttle_landmark/transit/victory/emt, +/turf/space/transit/east, +/area/space) +"qR" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"rT" = ( +/turf/space, +/area/space) +"sz" = ( +/turf/space/bluespace, +/area/space) +"tp" = ( +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"tF" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"uF" = ( +/turf/simulated/floor/reinforced/airless{ + name = "outer hull" + }, +/area/space) +"vq" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space/transit/east; + landmark_tag = "belter_transit"; + name = "Belter Transit" + }, +/turf/space/transit/east, +/area/space) +"vr" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"vt" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space, +/area/space) +"wQ" = ( +/turf/simulated/floor/holofloor/space, +/area/houseboat/holodeck/space) +"xr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/wall, +/area/space) +"xM" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"ya" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/desert) +"yp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/space) +"yv" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/desert, +/area/houseboat/holodeck/picnic) +"yR" = ( +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"zt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/wall, +/area/space) +"zU" = ( +/turf/unsimulated/wall, +/area/space) +"As" = ( +/obj/item/beach_ball, +/turf/simulated/floor/holofloor/beach/sand, +/area/houseboat/holodeck/beach) +"AW" = ( +/obj/effect/shuttle_landmark/transit/victory/trade, +/turf/space/transit/east, +/area/space) +"CQ" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Dq" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"EB" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space/transit/east, +/area/space) +"EC" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Fc" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"FB" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/east, +/area/space) +"GP" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"Hb" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Ho" = ( +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Hp" = ( +/obj/structure/bed/chair/holochair, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/gaming) +"Ht" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space/transit/east; + landmark_tag = "escapepod1_transit"; + name = "Escapepod 1 Transit" + }, +/turf/space/transit/west, +/area/space) +"HS" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"HX" = ( +/obj/effect/floor_decal/corner/red/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"HZ" = ( +/obj/effect/step_trigger/lost_in_space/shuttle, +/turf/space/transit/east, +/area/space) +"It" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/wall, +/area/space) +"IL" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"IO" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"Jy" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/west, +/area/space) +"Kf" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"KZ" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/wood, +/area/houseboat/holodeck/bunking) +"Mc" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/space; + base_turf = /turf/space; + docking_controller = null; + landmark_tag = "tether_excursion_space"; + name = "Excursion Space" + }, +/turf/space, +/area/space) +"Mg" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Nf" = ( +/turf/space/sandyscroll, +/area/space) +"Nk" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/grass, +/area/houseboat/holodeck/picnic) +"Pe" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/basketball) +"Pk" = ( +/obj/effect/shuttle_landmark/transit/victory/pirate, +/turf/space, +/area/space) +"PT" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/houseboat/holodeck/off) +"PX" = ( +/obj/effect/step_trigger/lost_in_space, +/turf/space/transit/west, +/area/space) +"Si" = ( +/obj/effect/shuttle_landmark/transit/victory/mining, +/turf/space/transit/east, +/area/space) +"US" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/reinforced/airless{ + name = "outer hull" + }, +/area/space) +"UW" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor/snow, +/area/houseboat/holodeck/snow) +"Wd" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Wy" = ( +/turf/unsimulated/wall/seperator, +/area/space) +"Xj" = ( +/turf/space/basic, +/area/space) +"YW" = ( +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) +"Zd" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/east, +/area/space) +"ZS" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/obj/effect/floor_decal/corner/red{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/houseboat/holodeck/thunderdome) + +(1,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(2,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +rT +rT +zU +jX +jX +jX +jX +jX +zU +jX +jX +jX +jX +jX +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(3,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +gS +qF +mh +mh +ip +vr +fY +IL +IL +oz +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(4,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +km +km +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +As +qF +mh +mh +ip +IO +yv +ed +yv +qR +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(5,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +km +FB +FB +FB +FB +FB +FB +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +fz +qF +mh +mh +ip +eu +yv +ed +yv +oo +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(6,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +FB +km +km +km +km +FB +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +fz +qF +mh +mh +ip +eu +eu +tp +eu +qR +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(7,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +Jy +Jy +Jy +Jy +Jy +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +fz +oL +qF +mh +mh +ip +HS +HS +Nk +Nk +dP +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(8,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +Ht +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +zU +zt +zt +zt +zt +zt +zU +zt +zt +zt +zt +zt +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(9,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +Kf +pg +pg +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(10,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +km +km +km +km +km +FB +km +km +km +km +km +km +FB +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +It +pg +pg +Fc +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(11,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +km +FB +FB +FB +FB +FB +FB +km +km +km +km +km +km +FB +FB +FB +FB +FB +FB +km +km +km +km +HZ +Wy +rT +rT +It +pg +pg +pg +xM +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(12,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +FB +km +km +km +HZ +Wy +rT +rT +It +pg +pg +UW +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(13,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +pg +pg +pg +pg +pg +ip +wQ +wQ +wQ +wQ +wQ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(14,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +zU +zt +zt +zt +zt +zt +zU +zt +zt +zt +zt +zt +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(15,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +ya +dL +dL +dL +dL +ip +di +di +di +di +di +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(16,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +dL +ns +dL +dL +ip +ia +ia +ia +ia +ia +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(17,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +dL +dL +dL +dL +ip +ia +ia +ia +KZ +hJ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(18,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +dL +dL +dL +dL +ip +ia +ia +ia +KZ +hJ +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(19,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +dL +ns +dL +dL +ya +ip +ia +ia +ia +ia +ia +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(20,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +zU +oa +oa +oa +oa +oa +zU +oa +oa +oa +oa +oa +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(21,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +Pk +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +by +by +by +by +by +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +kW +kW +kW +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(22,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +Mc +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +Jy +Jy +Jy +Jy +Jy +Jy +Jy +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +Hp +GP +aZ +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(23,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +Hp +GP +aZ +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(24,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +Hp +GP +aZ +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(25,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +Si +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +kW +kW +kW +kW +kW +je +PT +PT +PT +PT +PT +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(26,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +zU +zt +zt +zt +zt +zt +zU +zt +zt +zt +zt +zt +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(27,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +by +mx +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +km +HZ +Wy +rT +rT +It +CQ +Dq +fg +fk +lb +je +ZS +YW +YW +YW +Mg +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(28,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +Wy +HZ +km +km +FB +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +FB +km +km +HZ +Wy +rT +rT +It +tF +Dq +fg +fk +yR +je +Ho +YW +YW +YW +Wd +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(29,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +It +iL +Dq +EC +fk +Hb +je +Ho +YW +YW +YW +Wd +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(30,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +AW +km +FB +km +km +HZ +Wy +rT +rT +It +HX +Dq +fg +fk +Pe +je +Ho +YW +YW +YW +Wd +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(31,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +It +CQ +Dq +fg +fk +lb +je +ZS +YW +YW +YW +Mg +yp +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(32,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +km +km +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +zU +xr +xr +xr +xr +xr +zU +xr +xr +xr +xr +xr +zU +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(33,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +FB +FB +km +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(34,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +FB +km +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(35,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +FB +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(36,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +km +km +EB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(37,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +km +km +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(38,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +qN +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(39,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(40,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +km +km +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(41,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(42,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +FB +km +km +km +km +km +km +km +km +km +km +FB +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(43,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +FB +FB +km +km +km +km +km +km +FB +FB +FB +FB +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +sz +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(44,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +FB +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(45,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +Nf +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(46,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +by +by +PX +PX +PX +PX +PX +PX +PX +PX +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +US +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(47,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +HZ +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(48,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +FB +FB +km +km +km +FB +FB +km +km +km +km +km +HZ +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(49,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +FB +FB +FB +FB +FB +km +km +km +km +km +km +HZ +Wy +by +PX +PX +by +by +by +by +by +by +by +PX +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(50,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(51,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +US +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(52,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +aA +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(53,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(54,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(55,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +FB +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(56,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(57,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +km +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +PX +by +by +by +by +by +by +by +by +by +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(58,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +km +km +vq +km +km +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +PX +PX +by +by +by +by +by +by +by +PX +PX +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(59,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(60,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +lP +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +PX +by +by +by +by +by +by +by +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(61,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +PX +PX +by +mT +by +by +by +PX +PX +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(62,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +by +PX +by +by +by +by +by +PX +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(63,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +me +km +FB +km +km +km +jD +Wy +Wy +by +by +by +PX +PX +PX +PX +PX +PX +PX +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(64,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(65,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +HZ +km +km +km +FB +km +km +km +km +km +km +km +km +km +FB +km +km +km +jD +Wy +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(66,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +HZ +km +km +km +FB +FB +km +km +km +km +km +km +km +FB +FB +km +km +km +jD +Wy +Wy +by +by +by +by +by +by +by +by +by +by +by +by +by +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(67,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +HZ +km +km +km +km +FB +FB +km +km +km +km +km +FB +FB +km +km +km +km +jD +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(68,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(69,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +km +km +km +km +km +km +km +km +km +km +Zd +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(70,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +Zd +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(71,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(72,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(73,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +km +km +km +km +km +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +mb +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(74,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +FB +FB +km +km +km +FB +FB +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(75,1,1) = {" +Wy +rT +rT +vt +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +km +FB +km +km +km +FB +km +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(76,1,1) = {" +Wy +rT +rT +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +vt +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +km +FB +FB +FB +FB +FB +km +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(77,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(78,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +km +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +HZ +jD +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(79,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(80,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(81,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(82,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(83,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(84,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(85,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(86,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(87,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(88,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(89,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +Wy +Wy +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(90,1,1) = {" +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(91,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(92,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(93,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(94,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(95,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(96,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(97,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(98,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(99,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(100,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(101,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(102,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(103,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(104,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(105,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(106,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(107,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(108,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(109,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(110,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(111,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +Wy +Wy +rT +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(112,1,1) = {" +Wy +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(113,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(114,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(115,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(116,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(117,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(118,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(119,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(120,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(121,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(122,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(123,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(124,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(125,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(126,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(127,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(128,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(129,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(130,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(131,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(132,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(133,1,1) = {" +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(134,1,1) = {" +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +Wy +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(135,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(136,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(137,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(138,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(139,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(140,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(141,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(142,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(143,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(144,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(145,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(146,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(147,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(148,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(149,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(150,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(151,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(152,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(153,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(154,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(155,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(156,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(157,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(158,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(159,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(160,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(161,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(162,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(163,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(164,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(165,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(166,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(167,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(168,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(169,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(170,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(171,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(172,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(173,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(174,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(175,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(176,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(177,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(178,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(179,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(180,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(181,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(182,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(183,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(184,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(185,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(186,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(187,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(188,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(189,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(190,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(191,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} +(192,1,1) = {" +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +rT +"} diff --git a/maps/victory/sectors.dm b/maps/victory/sectors.dm new file mode 100644 index 000000000000..4907cd3a2df9 --- /dev/null +++ b/maps/victory/sectors.dm @@ -0,0 +1,56 @@ +////////////////////////////////////////////////////////////////////////// +// There is literally a dm file for victory shuttles, why are these here// +////////////////////////////////////////////////////////////////////////// +// EXCURSION SHUTTLE DATA +/obj/overmap/entity/visitable/ship/landable/excursion/victory + name = "Excursion Shuttle" + desc = "A modified Excursion shuttle thats seen in use of the Marksman fleet of Nanotrasen." + color = "#72388d" //Purple + fore_dir = WEST + vessel_mass = 10000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Excursion Shuttle" + +//Courser Shuttle Data +/obj/overmap/entity/visitable/ship/landable/courser/victory + name = "Courser Scouting Vessel" + desc = "Where there's a cannon, there's a way." + color = "#af3e97" //Pinkish Purple + fore_dir = EAST + vessel_mass = 8000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Courser Scouting Vessel" + +// Public Civilian Shuttle + +/obj/overmap/entity/visitable/ship/landable/civvie/victory + name = "Civilian Transport" + desc = "A basic, but slow, transport to ferry civilian to and from the ship." + fore_dir = EAST + vessel_mass = 15000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Civilian Transport" + + + +// Mining Shuttle + +/obj/overmap/entity/visitable/ship/landable/mining/victory + name = "Mining Shuttle" + desc = "It ain't much, but it's honest work." + color = "#ba7d4b" //Tan + fore_dir = WEST + vessel_mass = 7000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Mining Shuttle" + +//EMT Shuttle + +/obj/overmap/entity/visitable/ship/landable/emt/victory + name = "Dart EMT Shuttle" + desc = "The budget didn't allow for flashing lights." + color = "#00a5f2" //Light Blue + fore_dir = EAST + vessel_mass = 9000 + vessel_size = SHIP_SIZE_SMALL + shuttle = "Dart EMT Shuttle" diff --git a/maps/victory/shuttles.dm b/maps/victory/shuttles.dm new file mode 100644 index 000000000000..032feaa21b84 --- /dev/null +++ b/maps/victory/shuttles.dm @@ -0,0 +1,156 @@ +//////////////////////////////////////// +// Victory custom shuttle implemnetations +//////////////////////////////////////// + +/obj/machinery/computer/shuttle_control/victory_backup + name = "victory backup shuttle control console" + shuttle_tag = "Victory Backup" + req_one_access = list(ACCESS_COMMAND_BRIDGE,ACCESS_GENERAL_PILOT) + +/obj/machinery/computer/shuttle_control/multi/mercenary + name = "vessel control console" + shuttle_tag = "Mercenary" + req_one_access = list(ACCESS_FACTION_SYNDICATE) + +/obj/machinery/computer/shuttle_control/multi/ninja + name = "vessel control console" + shuttle_tag = "Ninja" + //req_one_access = list() + +/obj/machinery/computer/shuttle_control/multi/skipjack + name = "vessel control console" + shuttle_tag = "Skipjack" + //req_one_access = list() + +/obj/machinery/computer/shuttle_control/multi/specops + name = "vessel control console" + shuttle_tag = "NDV Phantom" + req_one_access = list(ACCESS_CENTCOM_ERT) + +/obj/machinery/computer/shuttle_control/multi/trade + name = "vessel control console" + shuttle_tag = "Trade" + req_one_access = list(ACCESS_FACTION_TRADER) + +// EXCURSION SHUTTLE DATA + +/datum/shuttle/autodock/overmap/excursion/victory + name = "Excursion Shuttle" + warmup_time = 0 + shuttle_area = list(/area/shuttle/excursion/victory) + shuttle_area = list(/area/shuttle/excursion/cockpit, /area/shuttle/excursion/general, /area/shuttle/excursion/cargo) + current_location = "victory_excursion_hangar" + docking_controller_tag = "expshuttle_docker" + landmark_transition = "nav_transit_exploration" + move_time = 20 + +/area/shuttle/excursion/victory + name = "Excursion Shuttle" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/excursion + name = "short jump console" + shuttle_tag = "Excursion Shuttle" + req_one_access = list(ACCESS_GENERAL_PILOT) + +// COURSER SHUTTLE DATA + +/datum/shuttle/autodock/overmap/courser/victory + name = "Courser Scouting Vessel" + warmup_time = 0 + shuttle_area = list(/area/shuttle/courser/cockpit, /area/shuttle/courser/general, /area/shuttle/courser/battery) + //shuttle_area = list(/area/shuttle/excursion/cockpit, /area/shuttle/excursion/general, /area/shuttle/excursion/cargo) + current_location = "victory_courser_hangar" + docking_controller_tag = "courser_docker" + landmark_transition = "nav_transit_courser" + move_time = 15 + +/area/shuttle/courser + name = "Courser Scouting Vessel" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/courser + name = "short jump console" + shuttle_tag = "Courser Scouting Vessel" + req_one_access = list(ACCESS_GENERAL_PILOT) + +// Public Civilian Shuttle + +/datum/shuttle/autodock/overmap/civvie/victory + name = "Civilian Transport" + warmup_time = 10 + shuttle_area = list(/area/shuttle/civvie/cockpit, /area/shuttle/civvie/general) + current_location = "victory_civvie_home" + docking_controller_tag = "civvie_docker" + landmark_transition = "nav_transit_civvie" + fuel_consumption = 10 + move_time = 30 + +/area/shuttle/civvie + name = "Civilian Transport" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/civvie + name = "civilian jump console" + shuttle_tag = "Civilian Transport" + + +// Mining Shuttle + +/datum/shuttle/autodock/overmap/mining/victory + name = "Mining Shuttle" + warmup_time = 10 + shuttle_area = list(/area/shuttle/mining_ship/general) + current_location = "victory_mining_port" + docking_controller_tag = "mining_docker" + landmark_transition = "nav_transit_mining" + move_time = 30 + +/area/shuttle/mining + name = "Mining Shuttle" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/mining + name = "mining jump console" + shuttle_tag = "Mining Shuttle" + +//EMT Shuttle +/datum/shuttle/autodock/overmap/emt/victory + name = "Dart EMT Shuttle" + warmup_time = 5 + shuttle_area = list(/area/shuttle/emt/general, /area/shuttle/emt/cockpit) + current_location = "victory_emt_dock" + docking_controller_tag = "emt_shuttle_docker" + landmark_transition = "nav_transit_emt" + move_time = 20 + +/area/shuttle/emt + name = "Dart EMT Shuttle" + icon_state = "shuttle" + +/obj/machinery/computer/shuttle_control/explore/emt + name = "EMT jump console" + shuttle_tag = "Dart EMT Shuttle" + +////////////////////////////////////////////////////////////// +// Escape shuttle and pods +/datum/shuttle/autodock/ferry/emergency/escape/victory + name = "Escape" + location = FERRY_LOCATION_OFFSITE + shuttle_area = /area/shuttle/escape + warmup_time = 10 + landmark_offsite = "escape_cc" + landmark_station = "escape_victory" + landmark_transition = "escape_transit" + move_time = SHUTTLE_TRANSIT_DURATION_RETURN + +// Supply shuttle +/datum/shuttle/autodock/ferry/supply/cargo/victory + name = "Supply" + location = FERRY_LOCATION_OFFSITE + shuttle_area = /area/shuttle/supply + warmup_time = 10 + landmark_offsite = "supply_cc" + landmark_station = "supply_dock" + docking_controller_tag = "supply_shuttle" + flags = SHUTTLE_FLAGS_PROCESS|SHUTTLE_FLAGS_SUPPLY diff --git a/maps/victory/telecomms.dm b/maps/victory/telecomms.dm new file mode 100644 index 000000000000..048a6d21e95b --- /dev/null +++ b/maps/victory/telecomms.dm @@ -0,0 +1,57 @@ +/obj/machinery/telecomms/relay/preset/victory/deck_one + id = "Deck Relay 1" + autolinkers = list("tb1_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_one + +/obj/machinery/telecomms/relay/preset/victory/deck_two + id = "Deck Relay 2" + autolinkers = list("tb2_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_two + +/obj/machinery/telecomms/relay/preset/victory/deck_three + id = "Deck Relay 3" + autolinkers = list("tb3_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_three + +/obj/machinery/telecomms/relay/preset/victory/deck_four + id = "Deck Relay 4" + autolinkers = list("tb4_relay") + +/obj/machinery/telecomms/relay/preset/centcom/victory/deck_four + +// #### Hub #### +/obj/machinery/telecomms/hub/preset/victory + id = "Hub" + network = "tcommsat" + autolinkers = list("hub", + "tb1_relay", "tb2_relay", "tb3_relay", "tb4_relay","c_relay", "m_relay", "r_relay", "sci_o_relay", "ud_relay", + "science", "medical", "supply", "service", "common", "command", "engineering", "security", "explorer", "unused", + "hb_relay", "receiverA", "broadcasterA" + ) + +/obj/machinery/telecomms/receiver/preset_right/victory +// id = "victory_rx" + freq_listening = list(AI_FREQ, SCI_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ, ENG_FREQ, SEC_FREQ, ENT_FREQ, EXP_FREQ) + +/obj/machinery/telecomms/broadcaster/preset_right/victory +// id = "victory_tx" + +/obj/machinery/telecomms/bus/preset_two/victory + freq_listening = list(SUP_FREQ, SRV_FREQ, EXP_FREQ) + +/obj/machinery/telecomms/server/presets/service/victory + freq_listening = list(SRV_FREQ, EXP_FREQ) + autolinkers = list("service", "explorer") + +// Telecommunications Satellite + +/obj/item/multitool/victory_buffered + name = "pre-linked multitool (tether hub)" + desc = "This multitool has already been linked to the Tether telecomms hub and can be used to configure one (1) relay." + +/obj/item/multitool/victory_buffered/Initialize(mapload) + . = ..() + buffer = locate(/obj/machinery/telecomms/hub/preset/victory) diff --git a/maps/victory/victory-areas.dm b/maps/victory/victory-areas.dm new file mode 100644 index 000000000000..eced23429320 --- /dev/null +++ b/maps/victory/victory-areas.dm @@ -0,0 +1,184 @@ + +/area/victory/surfacebase + name = "Surface Base" + +/area/victory/surfacebase/outside + name = "Outside - Surface" + sound_env = MOUNTAINS + is_outside = OUTSIDE_YES + +/area/victory/surfacebase/outside/outside1 + icon_state = "outside1" + +/area/victory/surfacebase/outside/outside2 + icon_state = "outside2" + +/area/victory/surfacebase/outside/outside3 + icon_state = "outside3" + +/area/victory/surfacebase/outside/empty + name = "Outside - Empty Area" + +/area/victory/surfacebase/outside/wilderness + name = "Outside - Wilderness" + icon_state = "invi" + +/area/victory/surfacebase/temple + name = "Outside - Wilderness" // ToDo: Make a way to hide spoiler areas off the list of areas ghosts can jump to. + icon_state = "red" +/area/victory/surfacebase/crash + name = "Outside - Wilderness" // ToDo: Make a way to hide spoiler areas off the list of areas ghosts can jump to. + icon_state = "yellow" +/area/victory/surfacebase/tram + name = "\improper Tram Station" + icon_state = "dk_yellow" + area_flags = AREA_FLAG_ERODING +/area/victory/surfacebase/atrium_one + name = "\improper Atrium First Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/atrium_two + name = "\improper Atrium Second Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/atrium_three + name = "\improper Atrium Third Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/north_stairs_one + name = "\improper North Stairwell First Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/north_stairs_two + name = "\improper North Stairwell Second Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/north_stairs_three + name = "\improper North Stairwell Third Floor" + icon_state = "dk_yellow" +/area/victory/surfacebase/public_garden_one + name = "\improper Public Garden First Floor" + icon_state = "green" +/area/victory/surfacebase/public_garden_two + name = "\improper Public Garden Second Floor" + icon_state = "green" +/area/victory/surfacebase/public_garden_three + name = "\improper Public Garden Third Floor" + icon_state = "green" +/area/victory/surfacebase/public_garden + name = "\improper Public Garden" + icon_state = "purple" +/area/victory/surfacebase/bar_backroom + name = "\improper Bar Backroom" + icon_state = "red" + sound_env = SMALL_SOFTFLOOR +/area/victory/surfacebase/fishing_garden + name = "\improper Fish Pond" + icon_state = "blue" +/area/victory/surfacebase/sauna + name = "\improper Public Sauna" + icon_state = "green" +/area/victory/surfacebase/lounge + name = "\improper Station Lounge" + icon_state = "purple" +// /area/victory/surfacebase/east_stairs_one //This is just part of a lower hallway +/area/victory/surfacebase/east_stairs_two + name = "\improper East Stairwell Second Floor" + icon_state = "dk_yellow" +// /area/victory/surfacebase/east_stairs_three //This is just part of an upper hallway +/area/victory/surfacebase/emergency_storage + icon_state = "emergencystorage" +/area/victory/surfacebase/emergency_storage/panic_shelter + name = "\improper Panic Shelter Emergency Storage" +/area/victory/surfacebase/emergency_storage/rnd + name = "\improper RnD Emergency Storage" +/area/victory/surfacebase/emergency_storage/atmos + name = "\improper Atmospherics Emergency Storage" +/area/victory/surfacebase/emergency_storage/atrium + name = "\improper Atrium Emergency Storage" +// Main mining area +/area/victory/surfacebase/mining_main + icon_state = "outpost_mine_main" +/area/victory/surfacebase/mining_main/airlock + name = "\improper Mining Airlock" +/area/victory/surfacebase/mining_main/storage + name = "\improper Mining Gear Storage" +/area/victory/surfacebase/mining_main/uxstorage + name = "\improper Mining Secondary Storage" +/area/victory/surfacebase/mining_main/ore + name = "\improper Mining Ore Storage" +/area/victory/surfacebase/mining_main/eva + name = "\improper Mining EVA" +/area/victory/surfacebase/mining_main/break_room + name = "\improper Mining Crew Area" +/area/victory/surfacebase/mining_main/refinery + name = "\improper Mining Refinery" +/area/victory/surfacebase/mining_main/external + name = "\improper Mining Refinery" +/area/victory/surfacebase/mining_main/bathroom + name = "\improper Mining Bathroom" +/area/victory/surfacebase/mining_main/lobby + name = "\improper Mining Lobby" +// Solars map areas +/area/victory/outpost/solars_outside + name = "\improper Solar Farm" + is_outside = OUTSIDE_YES +/area/victory/outpost/solars_shed + name = "\improper Solar Farm Shed" +//Surface med +/area/victory/surfacebase/medical + icon_state = "medical" +/area/victory/surfacebase/medical/lobby + name = "\improper Surface Medical Lobby" +/area/victory/surfacebase/medical/triage + name = "\improper Surface Triage" +/area/victory/surfacebase/medical/first_aid_west + name = "\improper First Aid West" +//Surface sec +/area/victory/surfacebase/security + icon_state = "security" +/area/victory/surfacebase/security/breakroom + name = "\improper Surface Security Break Room" +/area/victory/surfacebase/security/lobby + name = "\improper Surface Security Lobby" +/area/victory/surfacebase/security/common + name = "\improper Surface Security Room" +/area/victory/surfacebase/security/armory + name = "\improper Surface Armory" +/area/victory/surfacebase/security/checkpoint + name = "\improper Surface Checkpoint Office" +/area/victory/surfacebase/security/hallway + name = "\improper Surface Checkpoint Hallway" +//Misc +/area/victory/surfacebase/shuttle_pad + name = "\improper Victory Shuttle Pad" +/area/victory/surfacebase/reading_room + name = "\improper Reading Room" +/area/victory/surfacebase/vacant_site + name = "\improper Vacant Site" + +/area/victory/station/public_meeting_room + name = "Public Meeting Room" + icon_state = "blue" + sound_env = SMALL_SOFTFLOOR + nightshift_level = NIGHTSHIFT_LEVEL_PUBLIC_FACILITIES + +/area/victory/surfacebase + name = "Victory Debug Surface" + +/area/victory/transit + name = "Victory Debug Transit" + requires_power = 0 + +/area/victory/space + name = "Victory Debug Space" + requires_power = 0 + +/area/victory/station/stairs_three + name = "\improper Station Stairwell Third Floor" + icon_state = "dk_yellow" + +/area/victory/station/stairs_four + name = "\improper Station Stairwell Fourth Floor" + icon_state = "dk_yellow" +/area/victory/station/dock_one + name = "\improper Dock One" + icon_state = "dk_yellow" +/area/victory/station/dock_two + name = "\improper Dock Two" + icon_state = "dk_yellow" diff --git a/maps/victory/victory-overmap.dm b/maps/victory/victory-overmap.dm new file mode 100644 index 000000000000..24e69861f3ca --- /dev/null +++ b/maps/victory/victory-overmap.dm @@ -0,0 +1,27 @@ +/obj/overmap/entity/visitable/ship/victory + name = "NSV Victory" // Name of the location on the overmap. + desc = "The Victory is one of the many ships that is a part of the NDV Marksmans Fleet in this sector" + + scanner_desc = @{"[i]Registration[/i]: NSV Victory +[i]Class[/i]: Science Vessel +[i]Transponder[/i]: Transmitting (CIV), Nanotrasen IFF +[b]Notice[/b]: Nanotrasen Vessel, authorized personnel only"} + + icon_state = "ship" + vessel_mass = 12500 // temporarily buffed by 2x due to vorestation fucking up large gas thruster code + burn_delay = 2 SECONDS + fore_dir = EAST // Which direction the ship/z-level is facing. It will move dust particles from that direction when moving. + base = TRUE // Honestly unsure what this does but it seems the main sector or "Map" we're at has this so here it stays + // The waypoints that are avaliable once you are at this Navpoint + initial_generic_waypoints = list("nav_capitalship_docking2", "victory_excursion_hangar", "victory_space_SW", "victory_mining_port") + + initial_restricted_waypoints = list( + "Excursion Shuttle" = list("victory_excursion_hangar"), + "Courser Scouting Vessel" = list("victory_courser_hangar"), + "Hammerhead Patrol Barge" = list("victory_hammerhead_hangar"), + "Civilian Transport" = list("victory_civvie_home"), + "Dart EMT Shuttle" = list("victory_emt_dock"), + "Beruang Trade Ship" = list("victory_annex_dock"), + "Mining Shuttle" = list("victory_mining_port"), + "NDV Quicksilver" = list("victory_specops_dock") + ) diff --git a/maps/victory/victory-sectors.dm b/maps/victory/victory-sectors.dm new file mode 100644 index 000000000000..6020ea339821 --- /dev/null +++ b/maps/victory/victory-sectors.dm @@ -0,0 +1,14 @@ + +/obj/overmap/entity/visitable/sector/centcom_victory + name = "NDV Marksman" + desc = "The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet." + scanner_desc = @{"[i]Information[/i]: The NDV Marksman is a Nanotrasen supercarrier that serves as the flagship for the eponymous Marksman Fleet."} + in_space = 1 + known = TRUE + icon = 'icons/modules/overmap/tiled.dmi' + icon_state = "fleet" + color = "#007396" + + initial_restricted_waypoints = list( + "NDV Quicksilver" = list("specops_hangar") + ) diff --git a/maps/victory/victory-shuttle-landmarks.dm b/maps/victory/victory-shuttle-landmarks.dm new file mode 100644 index 000000000000..b4aac48a6e7f --- /dev/null +++ b/maps/victory/victory-shuttle-landmarks.dm @@ -0,0 +1,161 @@ +/* +Preset landmarks from Victory. Still in use for a few maps. At some point need to remap these but +right now its not a big priority - Bloop 2022 + + */ + +// Shared landmark for docking at the station + +/obj/effect/shuttle_landmark/automatic/station_dockpoint1 + name = "Station Docking Point 1" + landmark_tag = "nav_station_docking1" + docking_controller = "deck4_dockarm1" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/automatic/station_dockpoint2 + name = "NSV Victory - Docking Arm 2" + landmark_tag = "nav_capitalship_docking2" + docking_controller = "deck4_dockarm2" + base_turf = /turf/space + base_area = /area/space + + +// Exclusive landmark for docking at the station + +/obj/effect/shuttle_landmark/victory/deck4/civvie + name = "NSV Victory - Civilian Transport Dock" + landmark_tag = "victory_civvie_home" + docking_controller = "civvie_dock" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck4/specops + name = "NSV Victory - Special Operations Dock" + landmark_tag = "victory_specops_dock" + docking_controller = "victory_specops_dock" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck3/emt + name = "NSV Victory - EMT Shuttle Dock" + landmark_tag = "victory_emt_dock" + docking_controller = "emt_shuttle_dock" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/mining + name = "NSV Victory Mining Dock" + landmark_tag = "victory_mining_port" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/trade + name = "NSV Victory Annex Dock" + landmark_tag = "victory_annex_dock" + docking_controller = "victory_annex_dock" + base_turf = /turf/space + base_area = /area/space + +// Shared landmark for docking *inside* the station + + +// Exclusive landmark for docking *inside* the station + +/obj/effect/shuttle_landmark/victory/deck4/excursion + name = "NSV Victory - Excursion Hangar" + landmark_tag = "victory_excursion_hangar" + docking_controller = "expshuttle_dock" + base_turf = /turf/simulated/floor/tiled/techfloor/grid + base_area = /area/exploration/excursion_dock + +/obj/effect/shuttle_landmark/victory/deck4/courser + name = "NSV Victory - Courser Hangar" + landmark_tag = "victory_courser_hangar" + docking_controller = "courser_dock" + base_turf = /turf/simulated/floor/tiled/techfloor/grid + base_area = /area/exploration/courser_dock + +/obj/effect/shuttle_landmark/victory/deck4/hammerhead + name = "NSV Victory - Hammerhead Hangar" + landmark_tag = "rift_hammerhead_hangar" + docking_controller = "hammerhead_docker" + base_turf = /turf/simulated/floor/tiled/techfloor/grid + base_area = /area/security/hammerhead_bay + +// ON STATION NAV POINTS + +/obj/effect/shuttle_landmark/victory/deck4/excursion_space + name = "Near NSV Victory (SW)" + landmark_tag = "victory_space_SW" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck3/port + name = "Near NSV Victory (Port Deck 3)" + landmark_tag = "victory_space_port_3" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck3/starboard + name = "Near NSV Victory (Starboard Deck 3)" + landmark_tag = "victory_space_starboard_3" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/port + name = "Near NSV Victory (Port Deck 2)" + landmark_tag = "victory_space_port_2" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck2/starboard + name = "Near NSV Victory (Starboard Deck 2)" + landmark_tag = "victory_space_starboard_2" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck1/port + name = "Near NSV Victory (Port Deck 1)" + landmark_tag = "victory_space_port_1" + base_turf = /turf/space + base_area = /area/space + +/obj/effect/shuttle_landmark/victory/deck1/starboard + name = "Near NSV Victory (Starboard Deck 1)" + landmark_tag = "victory_space_starboard_1" + base_turf = /turf/space + base_area = /area/space + +// OFF-STATION NAV POINTS + + +// TRANSIT NAV POINTS + +/obj/effect/shuttle_landmark/transit/victory/excursion + name = "In transit" + landmark_tag = "nav_transit_exploration" + +/obj/effect/shuttle_landmark/transit/victory/courser + name = "In transit" + landmark_tag = "nav_transit_courser" + +/obj/effect/shuttle_landmark/transit/victory/pirate + name = "In transit" + landmark_tag = "nav_transit_pirate" + +/obj/effect/shuttle_landmark/transit/victory/civvie + name = "In transit" + landmark_tag = "nav_transit_civvie" + +/obj/effect/shuttle_landmark/transit/victory/mining + name = "In transit" + landmark_tag = "nav_transit_mining" + +/obj/effect/shuttle_landmark/transit/victory/trade + name = "In transit" + landmark_tag = "nav_transit_trade" + +/obj/effect/shuttle_landmark/transit/victory/emt + name = "In transit" + landmark_tag = "nav_transit_emt" diff --git a/maps/victory/victory-turbolifts.dm b/maps/victory/victory-turbolifts.dm new file mode 100644 index 000000000000..08ed226fbfb4 --- /dev/null +++ b/maps/victory/victory-turbolifts.dm @@ -0,0 +1,15 @@ + +/obj/turbolift_map_holder/victory + name = "Victory Climber" + depth = 4 + lift_size_x = 3 + lift_size_y = 1 + icon = 'icons/obj/turbolift_preview_3x3.dmi' + wall_type = null // Don't make walls + + areas_to_use = list( + /area/turbolift/t_ship/level1, + /area/turbolift/t_ship/level2, + /area/turbolift/t_ship/level3, + /area/turbolift/t_ship/level4 + ) diff --git a/maps/victory/victory.dm b/maps/victory/victory.dm new file mode 100644 index 000000000000..14d91c30c28e --- /dev/null +++ b/maps/victory/victory.dm @@ -0,0 +1,222 @@ +/datum/map/station/victory + id = "victory" + name = "World - Victory" + levels = list( + /datum/map_level/victory/ship/deck_one, + /datum/map_level/victory/ship/deck_two, + /datum/map_level/victory/ship/deck_three, + /datum/map_level/victory/ship/deck_four, + /datum/map_level/victory/misc, + /datum/map_level/victory/transit, + /datum/map_level/victory/flagship, + ) + width = 192 + height = 192 + world_width = 192 + world_height = 192 + lateload = list( + /datum/map/sector/debrisfield_192, + /datum/map/sector/piratebase_192, + /datum/map/sector/mining_192, + /datum/map/sector/gaia_192, + /datum/map/sector/frozen_192, + /datum/map/sector/wasteland_192, + /datum/map/sector/tradeport_192, + /datum/map/sector/lavaland_192, + /datum/map/sector/miaphus_192, + /datum/map/sector/roguemining_192/one, + ) + + // todo: remove after dev is done + allow_random_draw = FALSE + + //* LEGACY BELOW *// + + legacy_assert_shuttle_datums = list( + /datum/shuttle/autodock/overmap/excursion/victory, + /datum/shuttle/autodock/ferry/emergency/escape/victory, + /datum/shuttle/autodock/ferry/supply/cargo/victory, + /datum/shuttle/autodock/overmap/emt/victory, + /datum/shuttle/autodock/overmap/mining/victory, + /datum/shuttle/autodock/overmap/civvie/victory, + /datum/shuttle/autodock/overmap/courser/victory, + /datum/shuttle/autodock/ferry/belter, + ) + + full_name = "NSV Victory" + + use_overmap = TRUE + overmap_size = 60 + overmap_event_areas = 50 + usable_email_tlds = list("victory.nt") + + station_name = "NSV Victory" + station_short = "Victory" + dock_name = "NDV Marksman" + dock_type = "space" + boss_name = "Central Command" + boss_short = "CentCom" + company_name = "Nanotrasen" + company_short = "NT" + starsys_name = "Sigmar Concord" + + shuttle_docked_message = "This is the %dock_name% calling to the NSV Victory. The scheduled crew transfer shuttle has docked with the NSV Victory. Departing crew should board the shuttle within %ETD%." + shuttle_leaving_dock = "The transfer shuttle has left the ship. Estimate %ETA% until the shuttle arrives at the %dock_name%." + shuttle_called_message = "This is the %dock_name% calling to the NSV Victory. A scheduled crew transfer to the %dock_name% is commencing. Those departing should proceed to the shuttle bay within %ETA%." + shuttle_recall_message = "The scheduled crew transfer has been cancelled." + shuttle_name = "Crew Hands Transfer" + emergency_shuttle_docked_message = "The evacuation shuttle has arrived at the ship. You have approximately %ETD% to board the shuttle." + emergency_shuttle_leaving_dock = "The emergency shuttle has left the station. Estimate %ETA% until the shuttle arrives at %dock_name%." + emergency_shuttle_called_message = "An emergency evacuation has begun, and an off-schedule shuttle has been called. It will arrive at the hanger bay in approximately %ETA%." + emergency_shuttle_recall_message = "The evacuation shuttle has been recalled." + + station_networks = list( + NETWORK_CARGO, + NETWORK_CIRCUITS, + NETWORK_CIVILIAN, + NETWORK_COMMAND, + NETWORK_ENGINE, + NETWORK_ENGINEERING, + NETWORK_EXPLORATION, + //NETWORK_DEFAULT, //Is this even used for anything? Robots show up here, but they show up in ROBOTS network too, + NETWORK_MEDICAL, + NETWORK_MINE, + NETWORK_OUTSIDE, + NETWORK_RESEARCH, + NETWORK_RESEARCH_OUTPOST, + NETWORK_ROBOTS, + NETWORK_SECURITY, + NETWORK_TCOMMS, + "Victory", + ) + secondary_networks = list( + NETWORK_ERT, + NETWORK_MERCENARY, + NETWORK_THUNDER, + NETWORK_COMMUNICATORS, + NETWORK_ALARM_ATMOS, + NETWORK_ALARM_POWER, + NETWORK_ALARM_FIRE, + NETWORK_TRADE_STATION + ) + + bot_patrolling = FALSE + + allowed_spawns = list(LATEJOIN_METHOD_ARRIVALS_SHUTTLE,LATEJOIN_METHOD_GATEWAY,LATEJOIN_METHOD_CRYOGENIC_STORAGE,LATEJOIN_METHOD_ROBOT_STORAGE,"Beruang Trading Corp Cryo") + spawnpoint_died = /datum/spawnpoint/arrivals + spawnpoint_left = /datum/spawnpoint/arrivals + spawnpoint_stayed = /datum/spawnpoint/cryo + + meteor_strike_areas = null + + unit_test_exempt_areas = list( + /area/vacant/vacant_site, + /area/vacant/vacant_site/east, + /area/solar/) + unit_test_exempt_from_atmos = list( + /area/engineering/atmos/intake, + /area/tcommsat/chamber, + /area/engineering/engineering_airlock, + /area/solar/) + +// For making the 4-in-1 holomap, we calculate some offsets +/// Width and height of compiled in victory z levels. +#define VICTORY_MAP_SIZE 192 +/// 40px central gutter between columns +#define VICTORY_HOLOMAP_CENTER_GUTTER 20 +/// 100 +#define VICTORY_HOLOMAP_MARGIN_X ((HOLOMAP_ICON_SIZE - (2*VICTORY_MAP_SIZE) - VICTORY_HOLOMAP_CENTER_GUTTER) / 2) +/// 60 +#define VICTORY_HOLOMAP_MARGIN_Y ((HOLOMAP_ICON_SIZE - (3*VICTORY_MAP_SIZE)) / 2) +// We have a bunch of stuff common to the station z levels + +/datum/map_level/victory/ship + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + persistence_allowed = TRUE + +/datum/map_level/victory/ship/deck_one + id = "VictoryDeck1" + name = "Victory - Deck 1" + display_id = "victory-deck-1" + display_name = "NSV Victory - Engineering Deck" + absolute_path = "maps/victory/levels/deck1.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ) + base_turf = /turf/space + link_above = /datum/map_level/victory/ship/deck_two + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/ship/deck_two + id = "VictoryDeck2" + name = "Victory - Deck 2" + display_id = "victory-deck-2" + display_name = "NSV Victory - Service Deck" + absolute_path = "maps/victory/levels/deck2.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ZTRAIT_LEGACY_BELTER_DOCK, + ) + base_turf = /turf/simulated/open + link_above = /datum/map_level/victory/ship/deck_three + link_below = /datum/map_level/victory/ship/deck_one + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/ship/deck_three + id = "VictoryDeck3" + name = "Victory - Deck 3" + display_id = "victory-deck-3" + display_name = "NSV Victory - Operations Deck" + absolute_path = "maps/victory/levels/deck3.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ) + base_turf = /turf/simulated/open + link_above = /datum/map_level/victory/ship/deck_four + link_below = /datum/map_level/victory/ship/deck_two + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/ship/deck_four + id = "VictoryDeck4" + name = "Victory - Deck 4" + display_id = "victory-deck-4" + display_name = "NSV Victory - Command Deck" + absolute_path = "maps/victory/levels/deck4.dmm" + traits = list( + ZTRAIT_STATION, + ZTRAIT_FACILITY_SAFETY, + ) + base_turf = /turf/simulated/open + link_below = /datum/map_level/victory/ship/deck_three + flags = LEGACY_LEVEL_STATION|LEGACY_LEVEL_CONTACT|LEGACY_LEVEL_PLAYER|LEGACY_LEVEL_CONSOLES + +/datum/map_level/victory/flagship + id = "VictoryFlagship" + name = "Victory - Centcom / Flagship" + display_id = "victory-flagship" + display_name = "NSV Victory - Flagship Offboarding" + absolute_path = "maps/victory/levels/flagship.dmm" + flags = LEGACY_LEVEL_ADMIN|LEGACY_LEVEL_CONTACT + +/datum/map_level/victory/transit + id = "VictoryTransit" + name = "Victory - Ships / Static Transit" + absolute_path = "maps/victory/levels/transit.dmm" + traits = list( + ZTRAIT_LEGACY_BELTER_TRANSIT, + ) + flags = LEGACY_LEVEL_ADMIN + +/datum/map_level/victory/misc + id = "VictoryMisc" + name = "Victory - Misc" + absolute_path = "maps/victory/levels/misc.dmm" + flags = LEGACY_LEVEL_ADMIN + +#undef VICTORY_MAP_SIZE +#undef VICTORY_HOLOMAP_CENTER_GUTTER +#undef VICTORY_HOLOMAP_MARGIN_X +#undef VICTORY_HOLOMAP_MARGIN_Y diff --git a/sound/weapons/Dissolverray.ogg b/sound/weapons/Dissolverray.ogg new file mode 100644 index 000000000000..7af50708cd33 Binary files /dev/null and b/sound/weapons/Dissolverray.ogg differ diff --git a/sound/weapons/Phasecoilengage.ogg b/sound/weapons/Phasecoilengage.ogg new file mode 100644 index 000000000000..a988dc23785f Binary files /dev/null and b/sound/weapons/Phasecoilengage.ogg differ diff --git a/sound/weapons/SuperHeavyLaser.ogg b/sound/weapons/SuperHeavyLaser.ogg new file mode 100644 index 000000000000..8f8753e70275 Binary files /dev/null and b/sound/weapons/SuperHeavyLaser.ogg differ